Searched defs:modify_ldt (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/um/ |
H A D | ldt.c | 16 static inline int modify_ldt (int func, void *ptr, unsigned long bytecount) in modify_ldt() function 375 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , in SYSCALL_DEFINE3() argument
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ldt.c | 667 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , in SYSCALL_DEFINE3() argument
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 1246 static inline int modify_ldt(int func, void * ptr, unsigned long bytecount) in modify_ldt() function
|