Searched refs:write_ldt (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
D | ldt.c | 207 static int write_ldt(void __user *ptr, unsigned long bytecount, int oldmode) in write_ldt() function 284 ret = write_ldt(ptr, bytecount, 1); in sys_modify_ldt() 290 ret = write_ldt(ptr, bytecount, 0); in sys_modify_ldt()
|
/linux-4.1.27/arch/x86/um/ |
D | ldt.c | 116 static int write_ldt(void __user * ptr, unsigned long bytecount, int func) in write_ldt() function 213 ret = write_ldt(ptr, bytecount, func); in do_modify_ldt_skas()
|