Searched defs:user_desc (Results 1 – 5 of 5) sorted by relevance
18 typedef struct user_desc { struct19 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 …]
21 struct user_desc { struct35 * any context in which a user_desc comes from a 32-bit program, argument39 unsigned int lm:1;
21201 struct user_desc { struct21202 unsigned int entry_number;21203 unsigned int base_addr;21204 unsigned int limit;21205 unsigned int seg_32bit: 1;21206 unsigned int contents: 2;21207 unsigned int read_exec_only: 1;21208 unsigned int limit_in_pages: 1;21209 unsigned int seg_not_present: 1;21210 unsigned int useable: 1;[all …]
21344 struct user_desc { struct21345 unsigned int entry_number;21346 unsigned int base_addr;21347 unsigned int limit;21348 unsigned int seg_32bit: 1;21349 unsigned int contents: 2;21350 unsigned int read_exec_only: 1;21351 unsigned int limit_in_pages: 1;21352 unsigned int seg_not_present: 1;21353 unsigned int useable: 1;[all …]