Searched refs:write_ldt (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/arch/x86/kernel/ |
D | ldt.c | 578 static int write_ldt(void __user *ptr, unsigned long bytecount, int oldmode) in write_ldt() function 677 ret = write_ldt(ptr, bytecount, 1); in SYSCALL_DEFINE3() 683 ret = write_ldt(ptr, bytecount, 0); in SYSCALL_DEFINE3()
|
/Linux-v6.6/arch/x86/um/ |
D | ldt.c | 123 static int write_ldt(void __user * ptr, unsigned long bytecount, int func) in write_ldt() function 220 ret = write_ldt(ptr, bytecount, func); in do_modify_ldt_skas()
|