Searched refs:EXC_VIRT_BEGIN (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | exceptions-64s.S | 40 #define EXC_VIRT_BEGIN(name, start, size) \ macro 814 EXC_VIRT_BEGIN(system_call_vectored, 0x3000, 0x1000) 1363 EXC_VIRT_BEGIN(data_access, 0x4300, 0x80) 1414 EXC_VIRT_BEGIN(data_access_slb, 0x4380, 0x80) 1459 EXC_VIRT_BEGIN(instruction_access, 0x4400, 0x80) 1494 EXC_VIRT_BEGIN(instruction_access_slb, 0x4480, 0x80) 1551 EXC_VIRT_BEGIN(hardware_interrupt, 0x4500, 0x100) 1581 EXC_VIRT_BEGIN(alignment, 0x4600, 0x100) 1656 EXC_VIRT_BEGIN(program_check, 0x4700, 0x100) 1721 EXC_VIRT_BEGIN(fp_unavailable, 0x4800, 0x100) [all …]
|