Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dinit_64.c363 const u8 *vec5; in early_check_vec5() local
372 vec5 = of_get_flat_dt_prop(chosen, "ibm,architecture-vec-5", &size); in early_check_vec5()
373 if (!vec5) { in early_check_vec5()
383 mmu_supported = vec5[OV5_INDX(OV5_MMU_SUPPORT)] & in early_check_vec5()
390 if (!(vec5[OV5_INDX(OV5_RADIX_GTSE)] & in early_check_vec5()
/arch/powerpc/platforms/pseries/
Dfirmware.c119 static void __init fw_vec5_feature_init(const char *vec5, unsigned long len) in fw_vec5_feature_init() argument
130 if (index < len && (vec5[index] & feat)) in fw_vec5_feature_init()
/arch/powerpc/sysdev/xive/
Dspapr.c732 const u8 *vec5; in get_vec5_feature() local
739 vec5 = of_get_flat_dt_prop(chosen, "ibm,architecture-vec-5", &size); in get_vec5_feature()
740 if (!vec5) in get_vec5_feature()
746 return vec5 + index; in get_vec5_feature()
/arch/powerpc/kernel/
Dprom_init.c928 struct option_vector5 vec5; member
1028 .vec5 = {
1319 ibm_architecture_vec.vec5.mmu = OV5_FEAT(OV5_MMU_RADIX); in prom_check_platform_support()
1320 ibm_architecture_vec.vec5.radix_ext = OV5_FEAT(OV5_RADIX_GTSE); in prom_check_platform_support()
1324 ibm_architecture_vec.vec5.mmu = OV5_FEAT(OV5_MMU_HASH); in prom_check_platform_support()
1332 ibm_architecture_vec.vec5.intarch = OV5_FEAT(OV5_XIVE_EXPLOIT); in prom_check_platform_support()
1358 ibm_architecture_vec.vec5.max_cpus = cpu_to_be32(cores); in prom_send_capabilities()