Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dsegments.h100 unsigned gd_looffset:16; /* gate offset (lsb) */ member
123 uint64_t gd_looffset:16; /* gate offset (lsb) */ member
/freebsd/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/sys/i386/i386/
H A Dmachdep.c613 ip->gd_looffset = off; in setidt_nodisp()
654 func = (ip->gd_hioffset << 16 | ip->gd_looffset); in DB_SHOW_COMMAND_FLAGS()
1291 off = ip->gd_looffset + (((u_int)ip->gd_hioffset) << 16); in fixup_idt()
1298 ip->gd_looffset = off; in fixup_idt()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c483 ip->gd_looffset = (uintptr_t)func; in setidt()
527 func = ((long)ip->gd_hioffset << 16 | ip->gd_looffset); in DB_SHOW_COMMAND_FLAGS()
/freebsd/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/sys/amd64/vmm/intel/
H A Dvmx.c1009 func = ((long)gd->gd_hioffset << 16 | gd->gd_looffset); in vmx_trigger_hostintr()