Home
last modified time | relevance | path

Searched defs:modify_ldt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/um/
H A Dldt.c16 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 Dldt.c667 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , in SYSCALL_DEFINE3() argument
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1246 static inline int modify_ldt(int func, void * ptr, unsigned long bytecount) in modify_ldt() function