Searched refs:EXCEPTION_STUB (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | exceptions-64e.S | 435 #define EXCEPTION_STUB(loc, label) \ macro 490 EXCEPTION_STUB(0x000, machine_check) 491 EXCEPTION_STUB(0x020, critical_input) /* 0x0100 */ 492 EXCEPTION_STUB(0x040, debug_crit) /* 0x0d00 */ 493 EXCEPTION_STUB(0x060, data_storage) /* 0x0300 */ 494 EXCEPTION_STUB(0x080, instruction_storage) /* 0x0400 */ 495 EXCEPTION_STUB(0x0a0, external_input) /* 0x0500 */ 496 EXCEPTION_STUB(0x0c0, alignment) /* 0x0600 */ 497 EXCEPTION_STUB(0x0e0, program) /* 0x0700 */ 498 EXCEPTION_STUB(0x100, fp_unavailable) /* 0x0800 */ [all …]
|