Searched refs:gd_looffset (Results 1 – 6 of 6) sorted by relevance
152 unsigned gd_looffset:16; /* gate offset (lsb) */ member
142 gd->gd_looffset = (uint64_t)func & 0xffff; in setgate()
204 uint64_t gd_looffset:16;/* gate offset (lsb) */ member
265 func = (gd->gd_hioffset << 16) | gd->gd_looffset; in ss_shadow()
894 gd->gd_looffset = (int)func; in setgate()910 gd->gd_looffset = 0; in unsetgate()
1424 gd->gd_looffset = (uint64_t)func & 0xffff; in unsetgate()