Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dinit_64.c340 const u8 *vec5; in early_check_vec5() local
349 vec5 = of_get_flat_dt_prop(chosen, "ibm,architecture-vec-5", &size); in early_check_vec5()
350 if (!vec5) { in early_check_vec5()
360 mmu_supported = vec5[OV5_INDX(OV5_MMU_SUPPORT)] & in early_check_vec5()
367 if (!(vec5[OV5_INDX(OV5_RADIX_GTSE)] & in early_check_vec5()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dfirmware.c121 static void __init fw_vec5_feature_init(const char *vec5, unsigned long len) in fw_vec5_feature_init() argument
132 if (index < len && (vec5[index] & feat)) in fw_vec5_feature_init()
/Linux-v4.19/arch/powerpc/kernel/
Dprom_init.c779 struct option_vector5 vec5; member
879 .vec5 = {
1152 ibm_architecture_vec.vec5.mmu = OV5_FEAT(OV5_MMU_RADIX); in prom_check_platform_support()
1153 ibm_architecture_vec.vec5.radix_ext = OV5_FEAT(OV5_RADIX_GTSE); in prom_check_platform_support()
1157 ibm_architecture_vec.vec5.mmu = OV5_FEAT(OV5_MMU_HASH); in prom_check_platform_support()
1165 ibm_architecture_vec.vec5.intarch = OV5_FEAT(OV5_XIVE_EXPLOIT); in prom_check_platform_support()
1191 ibm_architecture_vec.vec5.max_cpus = cpu_to_be32(cores); in prom_send_capabilities()