Searched refs:EXC_VIRT_END (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/powerpc/kernel/ |
D | exceptions-64s.S | 44 #define EXC_VIRT_END(name, start, size) \ macro 928 EXC_VIRT_END(system_call_vectored, 0x3000, 0x1000) 1434 EXC_VIRT_END(data_access, 0x4300, 0x80) 1489 EXC_VIRT_END(data_access_slb, 0x4380, 0x80) 1538 EXC_VIRT_END(instruction_access, 0x4400, 0x80) 1577 EXC_VIRT_END(instruction_access_slb, 0x4480, 0x80) 1648 EXC_VIRT_END(hardware_interrupt, 0x4500, 0x100) 1678 EXC_VIRT_END(alignment, 0x4600, 0x100) 1709 EXC_VIRT_END(program_check, 0x4700, 0x100) 1775 EXC_VIRT_END(fp_unavailable, 0x4800, 0x100) [all …]
|