Searched refs:modify_ldt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | ldt.c | 16 static inline int modify_ldt (int func, void *ptr, unsigned long bytecount) in modify_ldt() function 261 ret = modify_ldt(0, ldt, (1<<order)*PAGE_SIZE); in ldt_get_host_info() 333 * modify_ldt(READLDT), if PTRACE_LDT isn't available, in init_new_ldt() 334 * i.e., we have to use the stub for modify_ldt, which in init_new_ldt() 375 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , in SYSCALL_DEFINE3() 378 /* See non-um modify_ldt() for why we do this cast */ in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | ldt.c | 16 static inline int modify_ldt (int func, void *ptr, unsigned long bytecount) in modify_ldt() function 261 ret = modify_ldt(0, ldt, (1<<order)*PAGE_SIZE); in ldt_get_host_info() 333 * modify_ldt(READLDT), if PTRACE_LDT isn't available, in init_new_ldt() 334 * i.e., we have to use the stub for modify_ldt, which in init_new_ldt() 375 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , in SYSCALL_DEFINE3() 378 /* See non-um modify_ldt() for why we do this cast */ in SYSCALL_DEFINE3()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys_ni.c | 373 COND_SYSCALL(modify_ldt); variable
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys_ni.c | 288 COND_SYSCALL(modify_ldt); variable
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ldt.c | 103 * we don't actually need to reload LDTR, but modify_ldt() is mostly in switch_ldt() 659 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | ldt.c | 103 * we don't actually need to reload LDTR, but modify_ldt() is mostly in switch_ldt() 667 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , in SYSCALL_DEFINE3()
|
Completed in 6 milliseconds