Home
last modified time | relevance | path

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

/freebsd-14.2/sys/x86/include/
H A Dsegments.h102 unsigned gd_looffset:16; /* gate offset (lsb) */ member
125 uint64_t gd_looffset:16; /* gate offset (lsb) */ member
/freebsd-14.2/stand/efi/loader/arch/amd64/
H A Dtrap.c156 fw_intr_handlers[idx] = fw_idt_e->gd_looffset + in prepare_exception()
160 loader_idt_e->gd_looffset = my_handler; in prepare_exception()
/freebsd-14.2/sys/i386/i386/
H A Dmachdep.c615 ip->gd_looffset = off; in setidt_nodisp()
656 func = (ip->gd_hioffset << 16 | ip->gd_looffset); in DB_SHOW_COMMAND_FLAGS()
1292 off = ip->gd_looffset + (((u_int)ip->gd_hioffset) << 16); in fixup_idt()
1299 ip->gd_looffset = off; in fixup_idt()
/freebsd-14.2/sys/amd64/amd64/
H A Dmachdep.c485 ip->gd_looffset = (uintptr_t)func; in setidt()
529 func = ((long)ip->gd_hioffset << 16 | ip->gd_looffset); in DB_SHOW_COMMAND_FLAGS()
/freebsd-14.2/sys/x86/x86/
H A Dlocal_apic.c2131 func = (ip->gd_hioffset << 16) | ip->gd_looffset; in lapic_ipi_alloc()
2157 func = (ip->gd_hioffset << 16) | ip->gd_looffset; in lapic_ipi_free()
/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmx.c1008 func = ((long)gd->gd_hioffset << 16 | gd->gd_looffset); in vmx_trigger_hostintr()