Searched refs:SDT_MEMERA (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/intel/os/ |
H A D | desctbls.c | 472 set_usegd(&gdt[GDT_KCODE], SDP_LONG, NULL, 0, SDT_MEMERA, SEL_KPL, in init_gdt_common() 492 set_usegd(&gdt[GDT_UCODE], SDP_LONG, NULL, 0, SDT_MEMERA, SEL_UPL, in init_gdt_common() 498 set_usegd(&gdt[GDT_U32CODE], SDP_SHORT, NULL, SDP_LIMIT_MAX, SDT_MEMERA, in init_gdt_common() 595 SDT_MEMERA, SEL_KPL, SDP_PAGES, SDP_OP32); in init_gdt() 1097 SDT_MEMERA, SEL_KPL, SDP_PAGES, SDP_OP32); in init_boot_gdt() 1104 SDT_MEMERA, SEL_KPL, 0, 0); in init_boot_gdt() 1116 set_usegd(&bgdt[GDT_B64CODE], SDP_LONG, NULL, SDP_LIMIT_MAX, SDT_MEMERA, in init_boot_gdt()
|
/illumos-gate/usr/src/contrib/bhyve/x86/ |
H A D | segments.h | 179 #define SDT_MEMERA 27 /* memory execute read accessed */ macro
|
/illumos-gate/usr/src/boot/sys/x86/include/ |
H A D | segments.h | 178 #define SDT_MEMERA 27 /* memory execute read accessed */ macro
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | segments.h | 481 #define SDT_MEMERA 27 /* execute read accessed */ macro
|
/illumos-gate/usr/src/test/bhyve-tests/tests/common/ |
H A D | in_guest.c | 471 SDT_MEMERA | SEG_ACCESS_P | SEG_ACCESS_L | SEG_ACCESS_G); in test_setup_vcpu()
|