Searched defs:seg_not_present (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/ | ||
H A D | ldt.h | 32 unsigned int seg_not_present : 1; member |
/aosp12/art/runtime/arch/x86/ | ||
H A D | thread_x86.cc | 55 const int seg_not_present = 0; in InitCpu() local |