Home
last modified time | relevance | path

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

/arch/powerpc/mm/
A Dinit_64.c433 const u8 *vec5; in early_check_vec5() local
442 vec5 = of_get_flat_dt_prop(chosen, "ibm,architecture-vec-5", &size); in early_check_vec5()
443 if (!vec5) { in early_check_vec5()
453 mmu_supported = vec5[OV5_INDX(OV5_MMU_SUPPORT)] & in early_check_vec5()
460 if (!(vec5[OV5_INDX(OV5_RADIX_GTSE)] & in early_check_vec5()
/arch/powerpc/platforms/pseries/
A Dfirmware.c132 static void __init fw_vec5_feature_init(const char *vec5, unsigned long len) in fw_vec5_feature_init() argument
143 if (index < len && (vec5[index] & feat)) in fw_vec5_feature_init()
/arch/powerpc/sysdev/xive/
A Dspapr.c768 const u8 *vec5; in get_vec5_feature() local
775 vec5 = of_get_flat_dt_prop(chosen, "ibm,architecture-vec-5", &size); in get_vec5_feature()
776 if (!vec5) in get_vec5_feature()
782 return vec5 + index; in get_vec5_feature()
/arch/powerpc/kernel/
A Dprom_init.c967 struct option_vector5 vec5; member
1086 .vec5 = {
1380 ibm_architecture_vec.vec5.mmu = OV5_FEAT(OV5_MMU_RADIX); in prom_check_platform_support()
1382 ibm_architecture_vec.vec5.radix_ext = in prom_check_platform_support()
1389 ibm_architecture_vec.vec5.mmu = OV5_FEAT(OV5_MMU_HASH); in prom_check_platform_support()
1397 ibm_architecture_vec.vec5.intarch = OV5_FEAT(OV5_XIVE_EXPLOIT); in prom_check_platform_support()
1423 ibm_architecture_vec.vec5.max_cpus = cpu_to_be32(cores); in prom_send_capabilities()

Completed in 13 milliseconds