Searched refs:write_ldt (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/arch/x86/um/ |
H A 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()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 5995 static abi_long write_ldt(CPUX86State *env, in write_ldt() function 6097 ret = write_ldt(env, ptr, bytecount, 1); in do_modify_ldt() 6100 ret = write_ldt(env, ptr, bytecount, 0); in do_modify_ldt()
|