Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsegments.h110 unsigned gd_hioffset:16; /* gate offset (msb) */ member
133 uint64_t gd_hioffset:48; /* gate offset (msb) */ member
/f-stack/freebsd/i386/i386/
H A Dmachdep.c1533 ip->gd_hioffset = ((u_int)off) >> 16 ; in setidt_nodisp()
1567 func = (ip->gd_hioffset << 16 | ip->gd_looffset); in DB_SHOW_COMMAND()
2205 off = ip->gd_looffset + (((u_int)ip->gd_hioffset) << 16); in fixup_idt()
2213 ip->gd_hioffset = off >> 16; in fixup_idt()
/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c2145 func = (ip->gd_hioffset << 16) | ip->gd_looffset; in native_lapic_ipi_alloc()
2168 func = (ip->gd_hioffset << 16) | ip->gd_looffset; in native_lapic_ipi_free()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c819 ip->gd_hioffset = ((uintptr_t)func)>>16 ; in setidt()
856 func = ((long)ip->gd_hioffset << 16 | ip->gd_looffset); in DB_SHOW_COMMAND()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c983 func = ((long)gd->gd_hioffset << 16 | gd->gd_looffset); in vmx_trigger_hostintr()