HomeSort by: relevance | last modified time | path
    Searched defs:seg_not_present (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
linux_trap.c 73 unsigned int seg_not_present:1; member in struct:linux_user_desc
197 info.seg_not_present, info.useable));
  /src/sys/compat/linux/arch/i386/
linux_machdep.c 531 u_int seg_not_present:1; member in struct:linux_ldt_info
554 if (ldt_info.seg_not_present)
561 ldt_info.limit_in_pages == 0 && ldt_info.seg_not_present == 1 &&
573 d.sd.sd_p = !ldt_info.seg_not_present;

Completed in 13 milliseconds