Searched defs:user_desc (Results 1 – 2 of 2) 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 …]
20 struct user_desc { struct34 * any context in which a user_desc comes from a 32-bit program, argument38 unsigned int lm:1;