HomeSort by relevance Sort by last modified time
    Searched defs:seg_not_present (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/asm-x86/asm/
ldt.h 35 unsigned int seg_not_present:1; member in struct:user_desc
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ldt.h 35 unsigned int seg_not_present:1; member in struct:user_desc
  /development/ndk/platforms/android-L/arch-x86/include/asm/
ldt.h 35 unsigned int seg_not_present:1; member in struct:user_desc
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
ldt.h 35 unsigned int seg_not_present:1; member in struct:user_desc
  /external/kernel-headers/original/uapi/asm-x86/asm/
ldt.h 28 unsigned int seg_not_present:1; member in struct:user_desc
  /art/runtime/arch/x86/
thread_x86.cc 54 const int seg_not_present = 0; local
70 entry.p = seg_not_present ^ 1;
106 ldt_entry.seg_not_present = seg_not_present;
169 ldt_entry.seg_not_present = 1;

Completed in 1223 milliseconds