Lines Matching +full:4 +full:x
23 * From 4.4.1.5 table 4-64 Exception Causes of Xtensa
33 {4, "Level1InterruptCause",
74 "Coprocessor 4 instruction when cp4 disabled"},
99 "EXCCAUSE 0x%8.8x EXCVADDR 0x%8.8x PS 0x%8.8x SAR 0x%8.8x\n", in xtensa_dsp_oops()
102 "EPC1 0x%8.8x EPC2 0x%8.8x EPC3 0x%8.8x EPC4 0x%8.8x", in xtensa_dsp_oops()
105 "EPC5 0x%8.8x EPC6 0x%8.8x EPC7 0x%8.8x DEPC 0x%8.8x", in xtensa_dsp_oops()
108 "EPS2 0x%8.8x EPS3 0x%8.8x EPS4 0x%8.8x EPS5 0x%8.8x", in xtensa_dsp_oops()
111 "EPS6 0x%8.8x EPS7 0x%8.8x INTENABL 0x%8.8x INTERRU 0x%8.8x", in xtensa_dsp_oops()
120 /* 4 * 8chars + 3 ws + 1 terminating NUL */ in xtensa_stack()
121 unsigned char buf[4 * 8 + 3 + 1]; in xtensa_stack()
124 dev_printk(level, sdev->dev, "stack dump from 0x%8.8x\n", stack_ptr); in xtensa_stack()
130 for (i = 0; i < stack_words; i += 4) { in xtensa_stack()
131 hex_dump_to_buffer(stack + i, 16, 16, 4, in xtensa_stack()
133 dev_printk(level, sdev->dev, "0x%08x: %s\n", stack_ptr + i * 4, buf); in xtensa_stack()
140 /* the number of ar registers is a multiple of 4 */ in xtensa_stack()
141 for (i = 0; i < xoops->plat_hdr.numaregs; i += 4) { in xtensa_stack()
142 hex_dump_to_buffer(xoops->ar + i, 16, 16, 4, in xtensa_stack()
144 dev_printk(level, sdev->dev, "%#x: %s\n", i * 4, buf); in xtensa_stack()