OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CR4_PGE_MASK
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-i386/
helper.c
915
if ((new_cr4 & (
CR4_PGE_MASK
| CR4_PAE_MASK | CR4_PSE_MASK)) !=
916
(env->cr[4] & (
CR4_PGE_MASK
| CR4_PAE_MASK | CR4_PSE_MASK))) {
[
all
...]
cpu.h
215
#define
CR4_PGE_MASK
(1 << 7)
[
all
...]
Completed in 2381 milliseconds