Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/set_thread_area/
Dset_thread_area.h18 typedef struct user_desc { struct
19 unsigned int entry_number;
20 unsigned long int base_addr;
21 unsigned int limit;
22 unsigned int seg_32bit:1;
23 unsigned int contents:2;
24 unsigned int read_exec_only:1;
25 unsigned int limit_in_pages:1;
26 unsigned int seg_not_present:1;
27 unsigned int useable:1;
[all …]
/external/kernel-headers/original/uapi/asm-x86/asm/
Dldt.h20 struct user_desc { struct
34 * any context in which a user_desc comes from a 32-bit program, argument
38 unsigned int lm:1;