Searched refs:PG_PSE_MASK (Results 1 – 3 of 3) sorted by relevance
1081 if (pde & PG_PSE_MASK) { in cpu_x86_handle_mmu_fault()1162 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in cpu_x86_handle_mmu_fault()1320 if (pde & PG_PSE_MASK) { in cpu_get_phys_page_debug()1345 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in cpu_get_phys_page_debug()
242 #define PG_PSE_MASK (1 << PG_PSE_BIT) macro
1234 pte & PG_PSE_MASK ? 'P' : '-', in print_pte()1262 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in tlb_info()1271 pte & ~PG_PSE_MASK, in tlb_info()1323 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in mem_info()