Searched refs:seg_not_present (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/i386/linux/
H A Dlinux.h503 l_uint seg_not_present:1; member in struct:l_user_desc
533 (((info)->seg_not_present == 0) << LINUX_ENTRY_B_SEG_NOT_PRESENT) | \
544 (info)->seg_not_present == 1 && \
H A Dlinux_machdep.c89 l_uint seg_not_present:1; member in struct:l_descriptor
442 desc.sd.sd_p = (ld.seg_not_present ^ 1);
674 info.seg_not_present = !LINUX_GET_PRESENT(&desc);
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux.h539 l_uint seg_not_present:1; member in struct:l_user_desc
565 (((info)->seg_not_present == 0) << LINUX_ENTRY_B_SEG_NOT_PRESENT) | \
576 (info)->seg_not_present == 1 && \

Completed in 151 milliseconds