Searched refs:STD_EXCEPTION_PSERIES (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | exceptions-64s.S | 237 STD_EXCEPTION_PSERIES(0x400, 0x400, instruction_access) 283 STD_EXCEPTION_PSERIES(0x600, 0x600, alignment) 286 STD_EXCEPTION_PSERIES(0x700, 0x700, program_check) 289 STD_EXCEPTION_PSERIES(0x800, 0x800, fp_unavailable) 302 STD_EXCEPTION_PSERIES(0xb00, 0xb00, trap_0b) 334 STD_EXCEPTION_PSERIES(0xd00, 0xd00, single_step) 410 STD_EXCEPTION_PSERIES(0x1300, 0x1300, instruction_breakpoint) 438 STD_EXCEPTION_PSERIES(0x1700, 0x1700, altivec_assist)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | exception-64s.h | 356 #define STD_EXCEPTION_PSERIES(loc, vec, label) \ macro
|