Home
last modified time | relevance | path

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

/aosp12/art/runtime/arch/x86/
H A Dthread_x86.cc55 const int seg_not_present = 0; in InitCpu() local
72 entry.p = seg_not_present ^ 1; in InitCpu()
112 gdt_entry.seg_not_present = seg_not_present; in InitCpu()
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dldt.h32 unsigned int seg_not_present : 1; member
/aosp12/bionic/libc/arch-x86/bionic/
H A D__set_tls.cpp55 result->seg_not_present = 0; in __init_user_desc()