Searched refs:CR4_PSE_MASK (Results 1 – 3 of 3) sorted by relevance
927 if ((new_cr4 & (CR4_PGE_MASK | CR4_PAE_MASK | CR4_PSE_MASK)) != in cpu_x86_update_cr4()928 (env->cr[4] & (CR4_PGE_MASK | CR4_PAE_MASK | CR4_PSE_MASK))) { in cpu_x86_update_cr4()1162 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in cpu_x86_handle_mmu_fault()1345 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in cpu_get_phys_page_debug()
205 #define CR4_PSE_MASK (1 << 4) macro
1262 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in tlb_info()1323 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in mem_info()