Searched refs:EXC_VIRT_BEGIN (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/powerpc/kernel/ |
D | exceptions-64s.S | 40 #define EXC_VIRT_BEGIN(name, start, size) \ macro 820 EXC_VIRT_BEGIN(system_call_vectored, 0x3000, 0x1000) 1350 EXC_VIRT_BEGIN(data_access, 0x4300, 0x80) 1405 EXC_VIRT_BEGIN(data_access_slb, 0x4380, 0x80) 1454 EXC_VIRT_BEGIN(instruction_access, 0x4400, 0x80) 1493 EXC_VIRT_BEGIN(instruction_access_slb, 0x4480, 0x80) 1564 EXC_VIRT_BEGIN(hardware_interrupt, 0x4500, 0x100) 1594 EXC_VIRT_BEGIN(alignment, 0x4600, 0x100) 1669 EXC_VIRT_BEGIN(program_check, 0x4700, 0x100) 1734 EXC_VIRT_BEGIN(fp_unavailable, 0x4800, 0x100) [all …]
|