Searched refs:gd_looffset (Results 1 – 5 of 5) sorted by relevance
103 unsigned gd_looffset:16; /* gate offset (lsb) */ member126 uint64_t gd_looffset:16; /* gate offset (lsb) */ member
1526 ip->gd_looffset = off; in setidt_nodisp()1567 func = (ip->gd_hioffset << 16 | ip->gd_looffset); in DB_SHOW_COMMAND()2205 off = ip->gd_looffset + (((u_int)ip->gd_hioffset) << 16); in fixup_idt()2212 ip->gd_looffset = off; in fixup_idt()
2145 func = (ip->gd_hioffset << 16) | ip->gd_looffset; in native_lapic_ipi_alloc()2168 func = (ip->gd_hioffset << 16) | ip->gd_looffset; in native_lapic_ipi_free()
812 ip->gd_looffset = (uintptr_t)func; in setidt()856 func = ((long)ip->gd_hioffset << 16 | ip->gd_looffset); in DB_SHOW_COMMAND()
983 func = ((long)gd->gd_hioffset << 16 | gd->gd_looffset); in vmx_trigger_hostintr()