Searched refs:OV5_FEAT (Results 1 – 5 of 5) sorted by relevance
1057 .byte2 = OV5_FEAT(OV5_LPAR) | OV5_FEAT(OV5_SPLPAR) | OV5_FEAT(OV5_LARGE_PAGES) |1058 OV5_FEAT(OV5_DRCONF_MEMORY) | OV5_FEAT(OV5_DONATE_DEDICATE_CPU) |1061 OV5_FEAT(OV5_MSI),1068 OV5_FEAT(OV5_CMO) | OV5_FEAT(OV5_XCMO),1072 .associativity = OV5_FEAT(OV5_TYPE1_AFFINITY) | OV5_FEAT(OV5_PRRN),1073 .bin_opts = OV5_FEAT(OV5_RESIZE_HPT) | OV5_FEAT(OV5_HP_EVT),1079 ….platform_facilities = OV5_FEAT(OV5_PFO_HW_RNG) | OV5_FEAT(OV5_PFO_HW_ENCR) | OV5_FEAT(OV5_PFO_HW_…1083 .byte22 = OV5_FEAT(OV5_DRMEM_V2) | OV5_FEAT(OV5_DRC_INFO),1232 case OV5_FEAT(OV5_MMU_DYNAMIC): in prom_parse_mmu_model()1233 case OV5_FEAT(OV5_MMU_EITHER): /* Either Available */ in prom_parse_mmu_model()[all …]
420 OV5_FEAT(OV5_MMU_SUPPORT); in early_check_vec5()421 if (mmu_supported == OV5_FEAT(OV5_MMU_RADIX)) { in early_check_vec5()427 OV5_FEAT(OV5_RADIX_GTSE))) { in early_check_vec5()433 } else if (mmu_supported == OV5_FEAT(OV5_MMU_HASH)) { in early_check_vec5()
779 val = *vec5_xive & OV5_FEAT(OV5_XIVE_SUPPORT); in xive_spapr_disabled()781 case OV5_FEAT(OV5_XIVE_EITHER): in xive_spapr_disabled()782 case OV5_FEAT(OV5_XIVE_LEGACY): in xive_spapr_disabled()784 case OV5_FEAT(OV5_XIVE_EXPLOIT): in xive_spapr_disabled()
139 #define OV5_FEAT(x) ((x) & 0xff) macro
137 feat = OV5_FEAT(vec5_fw_features_table[i].feature); in fw_vec5_feature_init()