Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/x86/
H A Dlinux_trap.c65 struct linux_user_desc { struct
66 unsigned int entry_number;
67 unsigned int base_addr;
68 unsigned int limit;
69 unsigned int seg_32bit:1;
70 unsigned int contents:2;
71 unsigned int read_exec_only:1;
72 unsigned int limit_in_pages:1;
73 unsigned int seg_not_present:1;
74 unsigned int useable:1;