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()1291 off = ip->gd_looffset + (((u_int)ip->gd_hioffset) << 16); in fixup_idt()1298 ip->gd_looffset = off; in fixup_idt()
483 ip->gd_looffset = (uintptr_t)func; in setidt()527 func = ((long)ip->gd_hioffset << 16 | ip->gd_looffset); in DB_SHOW_COMMAND_FLAGS()
2131 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()
1009 func = ((long)gd->gd_hioffset << 16 | gd->gd_looffset); in vmx_trigger_hostintr()