Searched refs:OV5_FEAT (Results 1 – 5 of 5) sorted by relevance
1030 .byte2 = OV5_FEAT(OV5_LPAR) | OV5_FEAT(OV5_SPLPAR) | OV5_FEAT(OV5_LARGE_PAGES) |1031 OV5_FEAT(OV5_DRCONF_MEMORY) | OV5_FEAT(OV5_DONATE_DEDICATE_CPU) |1034 OV5_FEAT(OV5_MSI),1041 OV5_FEAT(OV5_CMO) | OV5_FEAT(OV5_XCMO),1045 .associativity = OV5_FEAT(OV5_TYPE1_AFFINITY) | OV5_FEAT(OV5_PRRN),1046 .bin_opts = OV5_FEAT(OV5_RESIZE_HPT) | OV5_FEAT(OV5_HP_EVT),1052 ….platform_facilities = OV5_FEAT(OV5_PFO_HW_RNG) | OV5_FEAT(OV5_PFO_HW_ENCR) | OV5_FEAT(OV5_PFO_HW_…1056 .byte22 = OV5_FEAT(OV5_DRMEM_V2),1205 case OV5_FEAT(OV5_MMU_DYNAMIC): in prom_parse_mmu_model()1206 case OV5_FEAT(OV5_MMU_EITHER): /* Either Available */ in prom_parse_mmu_model()[all …]
385 OV5_FEAT(OV5_MMU_SUPPORT); in early_check_vec5()386 if (mmu_supported == OV5_FEAT(OV5_MMU_RADIX)) { in early_check_vec5()392 OV5_FEAT(OV5_RADIX_GTSE))) { in early_check_vec5()397 } else if (mmu_supported == OV5_FEAT(OV5_MMU_HASH)) { in early_check_vec5()
747 val = *vec5_xive & OV5_FEAT(OV5_XIVE_SUPPORT); in xive_spapr_disabled()749 case OV5_FEAT(OV5_XIVE_EITHER): in xive_spapr_disabled()750 case OV5_FEAT(OV5_XIVE_LEGACY): in xive_spapr_disabled()752 case OV5_FEAT(OV5_XIVE_EXPLOIT): in xive_spapr_disabled()
138 #define OV5_FEAT(x) ((x) & 0xff) macro
128 feat = OV5_FEAT(vec5_fw_features_table[i].feature); in fw_vec5_feature_init()