Home
last modified time | relevance | path

Searched refs:EXC_VIRT (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Dexceptions-64s.S540 EXC_VIRT(data_access, 0x4300, 0x80, 0x300)
593 EXC_VIRT(instruction_access, 0x4400, 0x80, 0x400)
795 EXC_VIRT(alignment, 0x4600, 0x100, 0x600)
815 EXC_VIRT(program_check, 0x4700, 0x100, 0x700)
849 EXC_VIRT(fp_unavailable, 0x4800, 0x100, 0x800)
904 EXC_VIRT(trap_0b, 0x4b00, 0x100, 0xb00)
1070 EXC_VIRT(single_step, 0x4d00, 0x100, 0xd00)
1303 EXC_VIRT(instruction_breakpoint, 0x5300, 0x100, 0x1300)
1416 EXC_VIRT(altivec_assist, 0x5700, 0x100, 0x1700)
/Linux-v4.19/arch/powerpc/include/asm/
Dhead-64.h266 #define EXC_VIRT(name, start, size, realvec) \ macro