Home
last modified time | relevance | path

Searched defs:seg_not_present (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dldt.h32 unsigned int seg_not_present : 1; member
/aosp12/art/runtime/arch/x86/
H A Dthread_x86.cc55 const int seg_not_present = 0; in InitCpu() local