OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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