Searched refs:EXC_VIRT_BEGIN (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/powerpc/kernel/ |
D | exceptions-64s.S | 41 #define EXC_VIRT_BEGIN(name, start, size) \ macro 898 EXC_VIRT_BEGIN(system_call_vectored, 0x3000, 0x1000) 1432 EXC_VIRT_BEGIN(data_access, 0x4300, 0x80) 1487 EXC_VIRT_BEGIN(data_access_slb, 0x4380, 0x80) 1536 EXC_VIRT_BEGIN(instruction_access, 0x4400, 0x80) 1575 EXC_VIRT_BEGIN(instruction_access_slb, 0x4480, 0x80) 1646 EXC_VIRT_BEGIN(hardware_interrupt, 0x4500, 0x100) 1676 EXC_VIRT_BEGIN(alignment, 0x4600, 0x100) 1707 EXC_VIRT_BEGIN(program_check, 0x4700, 0x100) 1773 EXC_VIRT_BEGIN(fp_unavailable, 0x4800, 0x100) [all …]
|