Searched refs:gdt_ptr (Results 1 – 1 of 1) sorted by relevance
144 struct gdt_header *gdt_ptr = (struct gdt_header *)&_gdt; in add_gdt_entry() local145 struct gdt_entry *__gdt = (struct gdt_entry *)(gdt_ptr->entries); in add_gdt_entry()151 index = (gdt_ptr->limit + 1) >> 3; in add_gdt_entry()158 gdt_ptr->limit += sizeof(struct gdt_entry); in add_gdt_entry()