Searched refs:modify_ldt (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/um/
H A Dldt.c16 static inline int modify_ldt (int func, void *ptr, unsigned long bytecount) function
261 ret = modify_ldt(0, ldt, (1<<order)*PAGE_SIZE);
333 * modify_ldt(READLDT), if PTRACE_LDT isn't available,
334 * i.e., we have to use the stub for modify_ldt, which
375 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr ,
378 /* See non-um modify_ldt() for why we do this cast */
/linux-master/kernel/
H A Dsys_ni.c292 COND_SYSCALL(modify_ldt); variable
/linux-master/arch/x86/kernel/
H A Dldt.c103 * we don't actually need to reload LDTR, but modify_ldt() is mostly
667 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr ,

Completed in 180 milliseconds