Searched defs:user_desc (Results 1 – 12 of 12) sorted by relevance
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
| D | ldt.h | 24 struct user_desc { struct 25 unsigned int entry_number; 26 unsigned int base_addr; 27 unsigned int limit; 28 unsigned int seg_32bit : 1; 29 unsigned int contents : 2; 30 unsigned int read_exec_only : 1; 31 unsigned int limit_in_pages : 1; 32 unsigned int seg_not_present : 1; 33 unsigned int useable : 1; [all …]
|
| /kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
| D | ldt.h | 21 struct user_desc { struct 35 * any context in which a user_desc comes from a 32-bit program, argument 39 unsigned int lm:1;
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
| D | ldt.h | 24 struct user_desc { struct 25 unsigned int entry_number; 26 unsigned int base_addr; 27 unsigned int limit; 28 unsigned int seg_32bit : 1; 29 unsigned int contents : 2; 30 unsigned int read_exec_only : 1; 31 unsigned int limit_in_pages : 1; 32 unsigned int seg_not_present : 1; 33 unsigned int useable : 1; [all …]
|
| /kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
| D | ldt.h | 21 struct user_desc { struct 35 * any context in which a user_desc comes from a 32-bit program, argument 39 unsigned int lm:1;
|
| /kernel/linux/linux-6.6/arch/x86/um/ |
| D | tls_32.c | 271 SYSCALL_DEFINE1(set_thread_area, struct user_desc __user *, user_desc) in SYSCALL_DEFINE1() argument 306 struct user_desc __user *user_desc) in ptrace_set_thread_area() 319 SYSCALL_DEFINE1(get_thread_area, struct user_desc __user *, user_desc) in SYSCALL_DEFINE1() argument 345 struct user_desc __user *user_desc) in ptrace_get_thread_area()
|
| /kernel/linux/linux-5.10/arch/x86/um/ |
| D | tls_32.c | 271 SYSCALL_DEFINE1(set_thread_area, struct user_desc __user *, user_desc) in SYSCALL_DEFINE1() argument 306 struct user_desc __user *user_desc) in ptrace_set_thread_area() 319 SYSCALL_DEFINE1(get_thread_area, struct user_desc __user *, user_desc) in SYSCALL_DEFINE1() argument 345 struct user_desc __user *user_desc) in ptrace_get_thread_area()
|
| /kernel/linux/linux-5.10/fs/orangefs/ |
| D | orangefs-bufmap.c | 216 orangefs_bufmap_alloc(struct ORANGEFS_dev_map_desc *user_desc) in orangefs_bufmap_alloc() 261 struct ORANGEFS_dev_map_desc *user_desc) in orangefs_bufmap_map() 312 int orangefs_bufmap_initialize(struct ORANGEFS_dev_map_desc *user_desc) in orangefs_bufmap_initialize()
|
| D | devorangefs-req.c | 596 struct ORANGEFS_dev_map_desc user_desc; in dispatch_ioctl_command() local
|
| /kernel/linux/linux-6.6/fs/orangefs/ |
| D | orangefs-bufmap.c | 216 orangefs_bufmap_alloc(struct ORANGEFS_dev_map_desc *user_desc) in orangefs_bufmap_alloc() 261 struct ORANGEFS_dev_map_desc *user_desc) in orangefs_bufmap_map() 312 int orangefs_bufmap_initialize(struct ORANGEFS_dev_map_desc *user_desc) in orangefs_bufmap_initialize()
|
| D | devorangefs-req.c | 596 struct ORANGEFS_dev_map_desc user_desc; in dispatch_ioctl_command() local
|
| /kernel/linux/linux-6.6/arch/x86/um/asm/ |
| D | ptrace.h | 71 struct user_desc __user *user_desc) in ptrace_get_thread_area() 77 struct user_desc __user *user_desc) in ptrace_set_thread_area()
|
| /kernel/linux/linux-5.10/arch/x86/um/asm/ |
| D | ptrace.h | 71 struct user_desc __user *user_desc) in ptrace_get_thread_area() 77 struct user_desc __user *user_desc) in ptrace_set_thread_area()
|