Searched refs:gd_hioffset (Results 1 – 6 of 6) sorted by relevance
107 unsigned gd_hioffset:16; /* gate offset (msb) */ member130 uint64_t gd_hioffset:48; /* gate offset (msb) */ member
157 (fw_idt_e->gd_hioffset << 16); in prepare_exception()161 loader_idt_e->gd_hioffset = my_handler >> 16; in prepare_exception()
620 ip->gd_hioffset = ((u_int)off) >> 16 ; 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()1295 ip->gd_hioffset = off >> 16; in fixup_idt()
491 ip->gd_hioffset = ((uintptr_t)func)>>16 ; in setidt()528 func = ((long)ip->gd_hioffset << 16 | ip->gd_looffset); in DB_SHOW_COMMAND_FLAGS()
2126 func = (ip->gd_hioffset << 16) | ip->gd_looffset; in lapic_ipi_alloc()2152 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()