Searched defs:EXCEPT (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/arch/x86/core/intel64/ |
D | locore.S | 504 #define EXCEPT(nr, ist) \ macro 511 #define EXCEPT(nr) vector_ ## nr: pushq $0; pushq $nr; jmp except macro 644 EXCEPT ( 0, 7); EXCEPT ( 1, 7); EXCEPT (2, 6); EXCEPT ( 3, 7) label 645 EXCEPT ( 4, 7); EXCEPT ( 5, 7); EXCEPT (6, 7); EXCEPT ( 7, 7) label 648 EXCEPT (16, 7); EXCEPT_CODE (17, 7); EXCEPT (18, 7); EXCEPT (19, 7) label 649 EXCEPT (20, 7); EXCEPT (21, 7); EXCEPT (22, 7); EXCEPT (23, 7) label 650 EXCEPT (24, 7); EXCEPT (25, 7); EXCEPT (26, 7); EXCEPT (27, 7) label 651 EXCEPT (28, 7); EXCEPT (29, 7); EXCEPT (30, 7); EXCEPT (31, 7) label 658 EXCEPT ( 0); EXCEPT ( 1); EXCEPT ( 2); EXCEPT ( 3) label 659 EXCEPT ( 4); EXCEPT ( 5); EXCEPT ( 6); EXCEPT ( 7) label [all …]
|