Searched refs:write_ldt_entry (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | paravirt.c | 125 .cpu.write_ldt_entry = native_write_ldt_entry,
|
| /linux/arch/x86/include/asm/ |
| H A D | paravirt.h | 253 static inline void write_ldt_entry(struct desc_struct *dt, int entry, in write_ldt_entry() function 256 PVOP_VCALL3(pv_ops, cpu.write_ldt_entry, dt, entry, desc); in write_ldt_entry()
|
| H A D | desc.h | 122 #define write_ldt_entry(dt, entry, desc) native_write_ldt_entry(dt, entry, desc) macro
|
| H A D | paravirt_types.h | 52 void (*write_ldt_entry)(struct desc_struct *ldt, int entrynum, member
|
| /linux/arch/x86/xen/ |
| H A D | enlighten_pv.c | 1386 pv_ops.cpu.write_ldt_entry = xen_write_ldt_entry; in xen_start_kernel()
|