Home
last modified time | relevance | path

Searched refs:OV5_INDX (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/mm/
H A Dinit_64.c447 if (size <= OV5_INDX(OV5_MMU_SUPPORT)) { in early_check_vec5()
453 mmu_supported = vec5[OV5_INDX(OV5_MMU_SUPPORT)] & in early_check_vec5()
460 if (!(vec5[OV5_INDX(OV5_RADIX_GTSE)] & in early_check_vec5()
/linux/arch/powerpc/include/asm/
H A Dprom.h135 * and OV5_INDX() macros to extract the desired information.
138 #define OV5_INDX(x) ((x) >> 8) macro
/linux/arch/powerpc/platforms/pseries/
H A Dfirmware.c140 index = OV5_INDX(vec5_fw_features_table[i].feature); in fw_vec5_feature_init()
/linux/arch/powerpc/sysdev/xive/
H A Dspapr.c789 vec5_xive = get_vec5_feature(OV5_INDX(OV5_XIVE_SUPPORT)); in xive_spapr_disabled()