OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iopl
(Results
1 - 15
of
15
) sorted by null
/bionic/libc/kernel/arch-x86/asm/
processor_32.h
229
unsigned long
iopl
;
member in struct:thread_struct
/development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h
229
unsigned long
iopl
;
member in struct:thread_struct
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h
213
unsigned long
iopl
;
member in struct:thread_struct
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h
213
unsigned long
iopl
;
member in struct:thread_struct
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
213
unsigned long
iopl
;
member in struct:thread_struct
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h
213
unsigned long
iopl
;
member in struct:thread_struct
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
213
unsigned long
iopl
;
member in struct:thread_struct
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h
229
unsigned long
iopl
;
member in struct:thread_struct
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
229
unsigned long
iopl
;
member in struct:thread_struct
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h
229
unsigned long
iopl
;
member in struct:thread_struct
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
processor_32.h
229
unsigned long
iopl
;
member in struct:thread_struct
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
229
unsigned long
iopl
;
member in struct:thread_struct
/external/kernel-headers/original/asm-x86/
processor_32.h
369
unsigned long
iopl
;
member in struct:thread_struct
562
* Set
IOPL
bits in EFLAGS from given mask
/external/qemu/target-i386/
translate.c
105
int
iopl
;
member in struct:DisasContext
745
if (s->pe && (s->cpl > s->
iopl
|| s->vm86)) {
[
all
...]
op_helper.c
2582
int cpl, dpl, rpl, eflags_mask,
iopl
;
local
[
all
...]
Completed in 795 milliseconds