Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/i386/linux/
HDlinux.h311 struct l_user_desc { struct
312 l_uint entry_number;
313 l_uint base_addr;
314 l_uint limit;
315 l_uint seg_32bit:1;
316 l_uint contents:2;
317 l_uint read_exec_only:1;
318 l_uint limit_in_pages:1;
319 l_uint seg_not_present:1;
320 l_uint useable:1;
/freebsd-13-stable/sys/amd64/linux32/
HDlinux.h347 struct l_user_desc { struct
348 l_uint entry_number;
349 l_uint base_addr;
350 l_uint limit;
351 l_uint seg_32bit:1;
352 l_uint contents:2;
353 l_uint read_exec_only:1;
354 l_uint limit_in_pages:1;
355 l_uint seg_not_present:1;
356 l_uint useable:1;