Searched refs:CR4_PAE_MASK (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-i386/
H A Dhelper.c885 if (!(env->cr[4] & CR4_PAE_MASK))
927 if ((new_cr4 & (CR4_PGE_MASK | CR4_PAE_MASK | CR4_PSE_MASK)) !=
928 (env->cr[4] & (CR4_PGE_MASK | CR4_PAE_MASK | CR4_PSE_MASK))) {
1006 if (env->cr[4] & CR4_PAE_MASK) {
1257 (env->cr[4] & CR4_PAE_MASK))
1279 if (env->cr[4] & CR4_PAE_MASK) {
H A Dcpu.h206 #define CR4_PAE_MASK (1 << 5) macro

Completed in 40 milliseconds