Searched refs:write_ldt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ldt.c | 570 static int write_ldt(void __user *ptr, unsigned long bytecount, int oldmode) in write_ldt() function 669 ret = write_ldt(ptr, bytecount, 1); in SYSCALL_DEFINE3() 675 ret = write_ldt(ptr, bytecount, 0); in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | ldt.c | 52 * - write_ldt 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()
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | ldt.c | 52 * - write_ldt 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()
|
Completed in 3 milliseconds