Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsegments.h103 unsigned gd_looffset:16; /* gate offset (lsb) */ member
126 uint64_t gd_looffset:16; /* gate offset (lsb) */ member
/f-stack/freebsd/i386/i386/
H A Dmachdep.c1526 ip->gd_looffset = off; 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()
2212 ip->gd_looffset = off; 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.c812 ip->gd_looffset = (uintptr_t)func; 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()