Searched refs:EXC_VIRT_BEGIN (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/arch/powerpc/kernel/ |
D | exceptions-64s.S | 40 #define EXC_VIRT_BEGIN(name, start, size) \ macro 885 EXC_VIRT_BEGIN(system_call_vectored, 0x3000, 0x1000) 1419 EXC_VIRT_BEGIN(data_access, 0x4300, 0x80) 1474 EXC_VIRT_BEGIN(data_access_slb, 0x4380, 0x80) 1523 EXC_VIRT_BEGIN(instruction_access, 0x4400, 0x80) 1562 EXC_VIRT_BEGIN(instruction_access_slb, 0x4480, 0x80) 1633 EXC_VIRT_BEGIN(hardware_interrupt, 0x4500, 0x100) 1663 EXC_VIRT_BEGIN(alignment, 0x4600, 0x100) 1694 EXC_VIRT_BEGIN(program_check, 0x4700, 0x100) 1759 EXC_VIRT_BEGIN(fp_unavailable, 0x4800, 0x100) [all …]
|