Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/linux/
H A Dlinux.h503 l_uint seg_not_present:1; member
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
442 desc.sd.sd_p = (ld.seg_not_present ^ 1); in linux_modify_ldt()
674 info.seg_not_present = !LINUX_GET_PRESENT(&desc); in linux_get_thread_area()
/f-stack/freebsd/amd64/linux32/
H A Dlinux.h539 l_uint seg_not_present:1; member
565 (((info)->seg_not_present == 0) << LINUX_ENTRY_B_SEG_NOT_PRESENT) | \
576 (info)->seg_not_present == 1 && \