Home
last modified time | relevance | path

Searched refs:CR4_PGE_MASK (Results 1 – 2 of 2) sorted by relevance

/external/qemu/target-i386/
Dhelper.c915 if ((new_cr4 & (CR4_PGE_MASK | CR4_PAE_MASK | CR4_PSE_MASK)) != in cpu_x86_update_cr4()
916 (env->cr[4] & (CR4_PGE_MASK | CR4_PAE_MASK | CR4_PSE_MASK))) { in cpu_x86_update_cr4()
Dcpu.h215 #define CR4_PGE_MASK (1 << 7) macro