Home
last modified time | relevance | path

Searched refs:KERNEL_DS (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.1.13/osfmk/i386/
H A Dpal_routines.c270 set_es(KERNEL_DS); in pal_efi_call_in_32bit_mode()
271 set_ds(KERNEL_DS); in pal_efi_call_in_32bit_mode()
272 set_ss(KERNEL_DS); in pal_efi_call_in_32bit_mode()
H A Dgdt.c74 [SEL_TO_INDEX(KERNEL_DS)] = MAKE_REAL_DESCRIPTOR( /* kernel data */
H A Dseg.h287 #define KERNEL_DS 0x68 /* 13: 32-bit kernel data */ macro
H A Dgenassym.c275 DECLARE("KERNEL_DS", KERNEL_DS); in main()
/xnu-10002.1.13/osfmk/x86_64/
H A Dstart.s575 mov $KERNEL_DS, %eax