Searched refs:postcode (Results 1 - 13 of 13) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Di386_init.c97 #include <i386/postcode.h>
292 postcode(VSTART_PHYSMAP_INIT);
296 postcode(VSTART_DESC_ALIAS_INIT);
300 postcode(VSTART_SET_CR3);
330 postcode(VSTART_ENTRY);
365 postcode(PE_INIT_PLATFORM_D);
368 postcode(VSTART_IDLE_PTS_INIT);
382 postcode(VSTART_CPU_DESC_INIT);
386 postcode(VSTART_CPU_MODE_INIT);
392 postcode(VSTART_EXI
[all...]
H A Dpostcode.h35 * To re-enable postcode outpout, uncomment the following define:
50 * Macro to output byte value to postcode, destoying register al.
83 /* Output byte value to postcode, without destoying register eax */
186 postcode(uint8_t xx) function
202 #define postcode(xx) do {} while(0) macro
H A Dtrap_native.c90 #include <i386/postcode.h>
126 /* Set postcode (DEBUG only) */
127 postcode(pc);
H A Dlapic.c41 #include <i386/postcode.h>
H A Dstartup64.c65 #include <i386/postcode.h>
120 postcode(0x99);
164 postcode(0x98);
H A Dmp.c66 #include <i386/postcode.h>
1676 postcode(MP_KDP_ENTER);
1785 postcode(0);
H A Dlapic_native.c51 #include <i386/postcode.h>
H A Dtrap.c100 #include <i386/postcode.h>
/xnu-2782.1.97/osfmk/x86_64/
H A Dmachine_routines_asm.s34 #include <i386/postcode.h>
H A Dstart.s63 #include <i386/postcode.h>
H A Didt64.s36 #include <i386/postcode.h>
97 * the interrupt number out to the postcode display
H A Dpmap.c150 #include <i386/postcode.h>
/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c85 #include <i386/postcode.h>
779 postcode(PANIC_HLT);

Completed in 107 milliseconds