Searched refs:write_ldt_entry (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Ddesc_32.h76 #define write_ldt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) macro
H A Dparavirt.h98 void (*write_ldt_entry)(struct desc_struct *, member in struct:pv_cpu_ops
662 static inline void write_ldt_entry(void *dt, int entry, u32 low, u32 high) function
664 PVOP_VCALL4(pv_cpu_ops.write_ldt_entry, dt, entry, low, high);

Completed in 475 milliseconds