Searched refs:gd_hioffset (Results 1 – 5 of 5) sorted by relevance
110 unsigned gd_hioffset:16; /* gate offset (msb) */ member133 uint64_t gd_hioffset:48; /* gate offset (msb) */ member
1533 ip->gd_hioffset = ((u_int)off) >> 16 ; 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()2213 ip->gd_hioffset = off >> 16; 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()
819 ip->gd_hioffset = ((uintptr_t)func)>>16 ; 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()