Searched refs:EXC_VIRT_END (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | head-64.h | 228 #define EXC_VIRT_END(name, start, size) \ macro 269 EXC_VIRT_END(name, start, size); 279 EXC_VIRT_END(name, start, size); 289 EXC_VIRT_END(name, start, size); 345 EXC_VIRT_END(name, start, size);
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | exceptions-64s.S | 588 EXC_VIRT_END(data_access_slb, 0x4380, 0x80) 632 EXC_VIRT_END(instruction_access_slb, 0x4480, 0x80) 787 EXC_VIRT_END(hardware_interrupt, 0x4500, 0x100) 1042 EXC_VIRT_END(system_call, 0x4c00, 0x100) 1328 EXC_VIRT_END(denorm_exception, 0x5500, 0x100)
|