Searched refs:gd_looffset (Results 1 – 6 of 6) sorted by relevance
101 unsigned gd_looffset:16; /* gate offset (lsb) */ member124 uint64_t gd_looffset:16; /* gate offset (lsb) */ member
123 fw_intr_handlers[idx] = fw_idt_e->gd_looffset + in prepare_exception()127 loader_idt_e->gd_looffset = my_handler; in prepare_exception()
2140 func = (ip->gd_hioffset << 16) | ip->gd_looffset; in native_lapic_ipi_alloc()2163 func = (ip->gd_hioffset << 16) | ip->gd_looffset; in native_lapic_ipi_free()
1516 ip->gd_looffset = (int)func;1553 func = (ip->gd_hioffset << 16 | ip->gd_looffset); in DB_SHOW_COMMAND()2760 gdp->gd_looffset = x; in init386()
822 ip->gd_looffset = (uintptr_t)func; in setidt()866 func = ((long)ip->gd_hioffset << 16 | ip->gd_looffset); in DB_SHOW_COMMAND()
911 func = ((long)gd->gd_hioffset << 16 | gd->gd_looffset); in vmx_trigger_hostintr()