Searched refs:gd_looffset (Results 1 – 6 of 6) sorted by relevance
100 unsigned gd_looffset:16; /* gate offset (lsb) */ member123 uint64_t gd_looffset:16; /* gate offset (lsb) */ member
156 fw_intr_handlers[idx] = fw_idt_e->gd_looffset + in prepare_exception()160 loader_idt_e->gd_looffset = my_handler; in prepare_exception()
613 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()
489 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()
2295 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()
1019 func = ((long)gd->gd_hioffset << 16 | gd->gd_looffset); in vmx_trigger_hostintr()