Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/mm/
Dinit_64.c399 const u8 *vec5; in early_check_vec5() local
408 vec5 = of_get_flat_dt_prop(chosen, "ibm,architecture-vec-5", &size); in early_check_vec5()
409 if (!vec5) { in early_check_vec5()
419 mmu_supported = vec5[OV5_INDX(OV5_MMU_SUPPORT)] & in early_check_vec5()
426 if (!(vec5[OV5_INDX(OV5_RADIX_GTSE)] & in early_check_vec5()
/Linux-v5.15/arch/powerpc/platforms/pseries/
Dfirmware.c129 static void __init fw_vec5_feature_init(const char *vec5, unsigned long len) in fw_vec5_feature_init() argument
140 if (index < len && (vec5[index] & feat)) in fw_vec5_feature_init()
/Linux-v5.15/arch/powerpc/sysdev/xive/
Dspapr.c748 const u8 *vec5; in get_vec5_feature() local
755 vec5 = of_get_flat_dt_prop(chosen, "ibm,architecture-vec-5", &size); in get_vec5_feature()
756 if (!vec5) in get_vec5_feature()
762 return vec5 + index; in get_vec5_feature()
/Linux-v5.15/arch/powerpc/kernel/
Dprom_init.c971 struct option_vector5 vec5; member
1082 .vec5 = {
1376 ibm_architecture_vec.vec5.mmu = OV5_FEAT(OV5_MMU_RADIX); in prom_check_platform_support()
1378 ibm_architecture_vec.vec5.radix_ext = in prom_check_platform_support()
1385 ibm_architecture_vec.vec5.mmu = OV5_FEAT(OV5_MMU_HASH); in prom_check_platform_support()
1393 ibm_architecture_vec.vec5.intarch = OV5_FEAT(OV5_XIVE_EXPLOIT); in prom_check_platform_support()
1419 ibm_architecture_vec.vec5.max_cpus = cpu_to_be32(cores); in prom_send_capabilities()