Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/arch-x86/include/asm/
Dldt.h21 struct user_desc { struct
22 unsigned int entry_number;
23 unsigned int base_addr;
24 unsigned int limit;
25 unsigned int seg_32bit:1;
26 unsigned int contents:2;
27 unsigned int read_exec_only:1;
28 unsigned int limit_in_pages:1;
29 unsigned int seg_not_present:1;
30 unsigned int useable:1;
[all …]