Searched refs:OV5_FEAT (Results 1 – 5 of 5) sorted by relevance
1088 .byte2 = OV5_FEAT(OV5_LPAR) | OV5_FEAT(OV5_SPLPAR) | OV5_FEAT(OV5_LARGE_PAGES) |1089 OV5_FEAT(OV5_DRCONF_MEMORY) | OV5_FEAT(OV5_DONATE_DEDICATE_CPU) |1092 OV5_FEAT(OV5_MSI),1099 OV5_FEAT(OV5_CMO) | OV5_FEAT(OV5_XCMO),1103 .associativity = OV5_FEAT(OV5_FORM1_AFFINITY) | OV5_FEAT(OV5_PRRN) |1104 OV5_FEAT(OV5_FORM2_AFFINITY),1105 .bin_opts = OV5_FEAT(OV5_RESIZE_HPT) | OV5_FEAT(OV5_HP_EVT),1111 ….platform_facilities = OV5_FEAT(OV5_PFO_HW_RNG) | OV5_FEAT(OV5_PFO_HW_ENCR) | OV5_FEAT(OV5_PFO_HW_…1115 .byte22 = OV5_FEAT(OV5_DRMEM_V2) | OV5_FEAT(OV5_DRC_INFO),1267 case OV5_FEAT(OV5_MMU_DYNAMIC): in prom_parse_mmu_model()[all …]
450 OV5_FEAT(OV5_MMU_SUPPORT); in early_check_vec5()451 if (mmu_supported == OV5_FEAT(OV5_MMU_RADIX)) { in early_check_vec5()457 OV5_FEAT(OV5_RADIX_GTSE))) { in early_check_vec5()463 } else if (mmu_supported == OV5_FEAT(OV5_MMU_HASH)) { in early_check_vec5()
792 val = *vec5_xive & OV5_FEAT(OV5_XIVE_SUPPORT); in xive_spapr_disabled()794 case OV5_FEAT(OV5_XIVE_EITHER): in xive_spapr_disabled()795 case OV5_FEAT(OV5_XIVE_LEGACY): in xive_spapr_disabled()797 case OV5_FEAT(OV5_XIVE_EXPLOIT): in xive_spapr_disabled()
135 #define OV5_FEAT(x) ((x) & 0xff) macro
141 feat = OV5_FEAT(vec5_fw_features_table[i].feature); in fw_vec5_feature_init()