Home
last modified time | relevance | path

Searched defs:user_desc (Results 1 – 5 of 5) 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.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;
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h73498 struct user_desc { struct
73499 unsigned int entry_number;
73500 unsigned int base_addr;
73501 unsigned int limit;
73502 unsigned int seg_32bit: 1;
73503 unsigned int contents: 2;
73504 unsigned int read_exec_only: 1;
73505 unsigned int limit_in_pages: 1;
73506 unsigned int seg_not_present: 1;
73507 unsigned int useable: 1;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h22289 struct user_desc { struct
22290 unsigned int entry_number;
22291 unsigned int base_addr;
22292 unsigned int limit;
22293 unsigned int seg_32bit: 1;
22294 unsigned int contents: 2;
22295 unsigned int read_exec_only: 1;
22296 unsigned int limit_in_pages: 1;
22297 unsigned int seg_not_present: 1;
22298 unsigned int useable: 1;
[all …]
Dvmlinux_518.h22289 struct user_desc { struct
22290 unsigned int entry_number;
22291 unsigned int base_addr;
22292 unsigned int limit;
22293 unsigned int seg_32bit: 1;
22294 unsigned int contents: 2;
22295 unsigned int read_exec_only: 1;
22296 unsigned int limit_in_pages: 1;
22297 unsigned int seg_not_present: 1;
22298 unsigned int useable: 1;
[all …]