Home
last modified time | relevance | path

Searched defs:user_desc (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
Dldt.h21 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/
Dldt.h24 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/um/
Dtls_32.c271 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/
Dorangefs-bufmap.c216 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()
Ddevorangefs-req.c596 struct ORANGEFS_dev_map_desc user_desc; in dispatch_ioctl_command() local
/kernel/linux/linux-5.10/arch/x86/um/asm/
Dptrace.h71 struct user_desc __user *user_desc) in ptrace_get_thread_area()
77 struct user_desc __user *user_desc) in ptrace_set_thread_area()