Searched refs:STD_EXCEPTION_PSERIES (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | exceptions-64s.S | 238 STD_EXCEPTION_PSERIES(0x400, 0x400, instruction_access) 284 STD_EXCEPTION_PSERIES(0x600, 0x600, alignment) 287 STD_EXCEPTION_PSERIES(0x700, 0x700, program_check) 290 STD_EXCEPTION_PSERIES(0x800, 0x800, fp_unavailable) 303 STD_EXCEPTION_PSERIES(0xb00, 0xb00, trap_0b) 335 STD_EXCEPTION_PSERIES(0xd00, 0xd00, single_step) 411 STD_EXCEPTION_PSERIES(0x1300, 0x1300, instruction_breakpoint) 439 STD_EXCEPTION_PSERIES(0x1700, 0x1700, altivec_assist)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | exception-64s.h | 356 #define STD_EXCEPTION_PSERIES(loc, vec, label) \ macro
|