Home
last modified time | relevance | path

Searched refs:desc_struct (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/asm-x86/
Ddesc_32.h23 struct desc_struct gdt[GDT_ENTRIES];
27 static inline struct desc_struct *get_cpu_gdt_table(unsigned int cpu) in get_cpu_gdt_table()
33 extern struct desc_struct idt_table[];
81 static inline void write_dt_entry(struct desc_struct *dt, in write_dt_entry()
97 entries * sizeof(struct desc_struct) - 1, in native_set_ldt()
140 struct desc_struct *gdt = get_cpu_gdt_table(cpu); in native_load_tls()
Ddesc_defs.h15 struct desc_struct { struct
Dparavirt.h26 struct desc_struct;
98 void (*write_ldt_entry)(struct desc_struct *,
100 void (*write_gdt_entry)(struct desc_struct *,
102 void (*write_idt_entry)(struct desc_struct *,
Dprocessor_32.h29 struct desc_struct { struct
349 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
/external/kernel-headers/original/asm-x86/xen/
Dhypercall.h357 struct desc_struct desc) in MULTI_update_descriptor()