Home
last modified time | relevance | path

Searched refs:GBIOSCODE16_SEL (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dbios.c279 ssdtosd(&ssd, &p_gdt[GBIOSCODE16_SEL].sd); in set_bios_selectors()
417 *(u_short *)stack = GSEL(GBIOSCODE16_SEL, SEL_KPL); in bios16()
436 bioscall_vector.vec16.segment = GSEL(GBIOSCODE16_SEL, SEL_KPL); in bios16()
/f-stack/freebsd/x86/include/
H A Dsegments.h240 #define GBIOSCODE16_SEL 14 /* BIOS interface (16bit Code) */ macro