Searched refs:EXC_REAL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | exceptions-64s.S | 539 EXC_REAL(data_access, 0x300, 0x80) 592 EXC_REAL(instruction_access, 0x400, 0x80) 794 EXC_REAL(alignment, 0x600, 0x100) 814 EXC_REAL(program_check, 0x700, 0x100) 848 EXC_REAL(fp_unavailable, 0x800, 0x100) 903 EXC_REAL(trap_0b, 0xb00, 0x100) 1069 EXC_REAL(single_step, 0xd00, 0x100) 1302 EXC_REAL(instruction_breakpoint, 0x1300, 0x100) 1415 EXC_REAL(altivec_assist, 0x1700, 0x100)
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | head-64.h | 261 #define EXC_REAL(name, start, size) \ macro
|