Searched refs:EXC_VIRT_END (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/arch/powerpc/kernel/ |
D | exceptions-64s.S | 59 #define EXC_VIRT_END(name, start, size) \ macro 876 EXC_VIRT_END(system_call_vectored, 0x3000, 0x1000) 1437 EXC_VIRT_END(data_access, 0x4300, 0x80) 1487 EXC_VIRT_END(data_access_slb, 0x4380, 0x80) 1538 EXC_VIRT_END(instruction_access, 0x4400, 0x80) 1579 EXC_VIRT_END(instruction_access_slb, 0x4480, 0x80) 1642 EXC_VIRT_END(hardware_interrupt, 0x4500, 0x100) 1672 EXC_VIRT_END(alignment, 0x4600, 0x100) 1704 EXC_VIRT_END(program_check, 0x4700, 0x100) 1769 EXC_VIRT_END(fp_unavailable, 0x4800, 0x100) [all …]
|