Searched refs:SDT_MEMERA (Results 1 – 11 of 11) sorted by relevance
/openbsd/sys/arch/amd64/stand/etc/ |
H A D | genassym.cf | 18 export SDT_MEMERA
|
/openbsd/sys/arch/i386/stand/etc/ |
H A D | genassym.cf | 18 export SDT_MEMERA
|
/openbsd/sys/arch/i386/include/ |
H A D | segments.h | 166 #define SDT_MEMERA 27 /* memory execute read accessed */ macro
|
/openbsd/sys/arch/amd64/include/ |
H A D | segments.h | 202 #define SDT_MEMERA 27 /* memory execute read accessed */ macro
|
/openbsd/sys/arch/i386/i386/ |
H A D | apm.c | 798 SDT_MEMERA, SEL_KPL, 1, 0); in apmattach() 800 SDT_MEMERA, SEL_KPL, 0, 0); in apmattach()
|
H A D | machdep.c | 2972 SDT_MEMERA, SEL_UPL, 1, 1); in initcodesegment() 2983 SDT_MEMERA, SEL_UPL, 1, 1); in initcodesegment() 3079 SDT_MEMERA, SEL_KPL, 1, 1); in init386() 3081 SDT_MEMERA, SEL_KPL, 1, 1); in init386() 3085 atop(I386_MAX_EXE_ADDR) - 1, SDT_MEMERA, SEL_UPL, 1, 1); in init386()
|
H A D | bios.c | 676 setgdt(GBIOS32_SEL, (caddr_t)va, BIOS32_END, SDT_MEMERA, SEL_KPL, 1, 0); in bios32_service()
|
H A D | pmap.c | 805 SDT_MEMERA, SEL_UPL, 1, 1); in setcslimit()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | machdep.c | 1765 0xfffff, SDT_MEMERA, SEL_KPL, 1, 0, 1); in init_x86_64() 1774 atop(VM_MAXUSER_ADDRESS) - 1, SDT_MEMERA, SEL_UPL, 1, 0, 1); in init_x86_64()
|
H A D | vmm_machdep.c | 7874 case SDT_MEMERA: DPRINTF("code, r/x, accessed\n"); break; in vmm_segment_desc_decode()
|
/openbsd/usr.sbin/vmd/ |
H A D | loadfile_elf.c | 191 setsegment(&sd[1], 0, 0xffffffff, SDT_MEMERA, SEL_KPL, 1, 1); in push_gdt()
|