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;
73498 struct user_desc { struct73499 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 …]
22289 struct user_desc { struct22290 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 …]