Searched defs:EXCEPT (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-2.7.6/arch/x86/core/intel64/ |
D | locore.S | 480 #define EXCEPT(nr, ist) \ macro 487 #define EXCEPT(nr) vector_ ## nr: pushq $0; pushq $nr; jmp except macro 620 EXCEPT ( 0, 7); EXCEPT ( 1, 7); EXCEPT (2, 6); EXCEPT ( 3, 7) label 621 EXCEPT ( 4, 7); EXCEPT ( 5, 7); EXCEPT (6, 7); EXCEPT ( 7, 7) label 624 EXCEPT (16, 7); EXCEPT_CODE (17, 7); EXCEPT (18, 7); EXCEPT (19, 7) label 625 EXCEPT (20, 7); EXCEPT (21, 7); EXCEPT (22, 7); EXCEPT (23, 7) label 626 EXCEPT (24, 7); EXCEPT (25, 7); EXCEPT (26, 7); EXCEPT (27, 7) label 627 EXCEPT (28, 7); EXCEPT (29, 7); EXCEPT (30, 7); EXCEPT (31, 7) label 634 EXCEPT ( 0); EXCEPT ( 1); EXCEPT ( 2); EXCEPT ( 3) label 635 EXCEPT ( 4); EXCEPT ( 5); EXCEPT ( 6); EXCEPT ( 7) label [all …]
|