Searched refs:gdt_entry (Results 1 – 1 of 1) sorted by relevance
86 user_desc gdt_entry; in InitCpu() local87 memset(&gdt_entry, 0, sizeof(gdt_entry)); in InitCpu()102 gdt_entry.entry_number = -1; // Let the kernel choose. in InitCpu()104 gdt_entry.entry_number = gdt_entry_number; in InitCpu()106 gdt_entry.base_addr = base; in InitCpu()107 gdt_entry.limit = limit; in InitCpu()108 gdt_entry.seg_32bit = seg_32bit; in InitCpu()109 gdt_entry.contents = contents; in InitCpu()110 gdt_entry.read_exec_only = read_exec_only; in InitCpu()111 gdt_entry.limit_in_pages = limit_in_pages; in InitCpu()[all …]