Searched refs:MMUCFG_MAVN (Results 1 – 4 of 4) sorted by relevance
447 if (fsl_mmu && (mmucfg & MMUCFG_MAVN) == MMUCFG_MAVN_V1) { in setup_page_sizes()474 if (fsl_mmu && (mmucfg & MMUCFG_MAVN) == MMUCFG_MAVN_V2) { in setup_page_sizes()
151 if ((mfspr(SPRN_MMUCFG) & MMUCFG_MAVN) == MMUCFG_MAVN_V1) { in calc_cam_sz()
134 #define MMUCFG_MAVN 0x00000003 /* MMU Architecture Version Number */ macro
331 has_ftr = ((vcpu->arch.mmucfg & MMUCFG_MAVN) == MMUCFG_MAVN_V2); in has_feature()
Completed in 8 milliseconds