Searched defs:write_ldt_entry (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/um/ |
H A D | ldt.c | 21 static long write_ldt_entry(struct mm_id *mm_idp, int func, in write_ldt_entry() function
|
/openbmc/linux/arch/x86/include/asm/ |
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.h | 308 static inline void write_ldt_entry(struct desc_struct *dt, int entry, in write_ldt_entry() function
|
H A D | paravirt_types.h | 81 void (*write_ldt_entry)(struct desc_struct *ldt, int entrynum, member
|