Home
last modified time | relevance | path

Searched refs:SDT_MEMERA (Results 1 – 11 of 11) sorted by relevance

/openbsd/sys/arch/amd64/stand/etc/
H A Dgenassym.cf18 export SDT_MEMERA
/openbsd/sys/arch/i386/stand/etc/
H A Dgenassym.cf18 export SDT_MEMERA
/openbsd/sys/arch/i386/include/
H A Dsegments.h166 #define SDT_MEMERA 27 /* memory execute read accessed */ macro
/openbsd/sys/arch/amd64/include/
H A Dsegments.h202 #define SDT_MEMERA 27 /* memory execute read accessed */ macro
/openbsd/sys/arch/i386/i386/
H A Dapm.c798 SDT_MEMERA, SEL_KPL, 1, 0); in apmattach()
800 SDT_MEMERA, SEL_KPL, 0, 0); in apmattach()
H A Dmachdep.c2972 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 Dbios.c676 setgdt(GBIOS32_SEL, (caddr_t)va, BIOS32_END, SDT_MEMERA, SEL_KPL, 1, 0); in bios32_service()
H A Dpmap.c805 SDT_MEMERA, SEL_UPL, 1, 1); in setcslimit()
/openbsd/sys/arch/amd64/amd64/
H A Dmachdep.c1765 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 Dvmm_machdep.c7874 case SDT_MEMERA: DPRINTF("code, r/x, accessed\n"); break; in vmm_segment_desc_decode()
/openbsd/usr.sbin/vmd/
H A Dloadfile_elf.c191 setsegment(&sd[1], 0, 0xffffffff, SDT_MEMERA, SEL_KPL, 1, 1); in push_gdt()