Searched refs:CR4_PSE_MASK (Results 1 – 5 of 5) sorted by relevance
190 (CR4_PGE_MASK | CR4_PAE_MASK | CR4_PSE_MASK | in cpu_x86_update_cr4()339 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in x86_cpu_get_phys_page_attrs_debug()
82 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in tlb_info_32()290 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in mem_info_32()
310 pse = !!(env->cr[4] & CR4_PSE_MASK); in x86_cpu_get_memory_mapping()
244 #define CR4_PSE_MASK (1U << 4) macro273 | CR4_DE_MASK | CR4_PSE_MASK | CR4_PAE_MASK \
110 if (env->cr[4] & CR4_PSE_MASK) { in get_pg_mode()