Searched refs:EXC_VIRT_END (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/powerpc/kernel/ |
D | exceptions-64s.S | 43 #define EXC_VIRT_END(name, start, size) \ macro 850 EXC_VIRT_END(system_call_vectored, 0x3000, 0x1000) 1352 EXC_VIRT_END(data_access, 0x4300, 0x80) 1407 EXC_VIRT_END(data_access_slb, 0x4380, 0x80) 1456 EXC_VIRT_END(instruction_access, 0x4400, 0x80) 1495 EXC_VIRT_END(instruction_access_slb, 0x4480, 0x80) 1566 EXC_VIRT_END(hardware_interrupt, 0x4500, 0x100) 1596 EXC_VIRT_END(alignment, 0x4600, 0x100) 1671 EXC_VIRT_END(program_check, 0x4700, 0x100) 1736 EXC_VIRT_END(fp_unavailable, 0x4800, 0x100) [all …]
|