Searched refs:write_ldt (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/x86/kernel/ |
D | ldt.c | 464 static int write_ldt(void __user *ptr, unsigned long bytecount, int oldmode) in write_ldt() function 563 ret = write_ldt(ptr, bytecount, 1); in SYSCALL_DEFINE3() 569 ret = write_ldt(ptr, bytecount, 0); in SYSCALL_DEFINE3()
|
/Linux-v5.4/arch/x86/um/ |
D | ldt.c | 121 static int write_ldt(void __user * ptr, unsigned long bytecount, int func) in write_ldt() function 218 ret = write_ldt(ptr, bytecount, func); in do_modify_ldt_skas()
|