Home
last modified time | relevance | path

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

/src/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
/src/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()
/src/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()
1287 off = ip->gd_looffset + (((u_int)ip->gd_hioffset) << 16); in fixup_idt()
1294 ip->gd_looffset = off; in fixup_idt()
/src/sys/amd64/amd64/
H A Dmachdep.c489 ip->gd_looffset = (uintptr_t)func; in setidt()
533 func = ((long)ip->gd_hioffset << 16 | ip->gd_looffset); in DB_SHOW_COMMAND_FLAGS()
1838 gpf_descr->gd_looffset = (uintptr_t)wrmsr_early_safe_gp_handler; in wrmsr_early_safe_start()
/src/sys/x86/x86/
H A Dlocal_apic.c2295 func = (ip->gd_hioffset << 16) | ip->gd_looffset; in lapic_ipi_alloc()
2321 func = (ip->gd_hioffset << 16) | ip->gd_looffset; in lapic_ipi_free()
/src/sys/amd64/vmm/intel/
H A Dvmx.c1019 func = ((long)gd->gd_hioffset << 16 | gd->gd_looffset); in vmx_trigger_hostintr()