Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A 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()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dfirmware.c128 static void __init fw_vec5_feature_init(const char *vec5, unsigned long len) in fw_vec5_feature_init() argument
139 if (index < len && (vec5[index] & feat)) in fw_vec5_feature_init()
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/
H A Dspapr.c758 const u8 *vec5; in get_vec5_feature() local
765 vec5 = of_get_flat_dt_prop(chosen, "ibm,architecture-vec-5", &size); in get_vec5_feature()
766 if (!vec5) in get_vec5_feature()
772 return vec5 + index; in get_vec5_feature()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprom_init.c947 struct option_vector5 vec5; member
1055 .vec5 = {
1343 ibm_architecture_vec.vec5.mmu = OV5_FEAT(OV5_MMU_RADIX); in prom_check_platform_support()
1345 ibm_architecture_vec.vec5.radix_ext = in prom_check_platform_support()
1352 ibm_architecture_vec.vec5.mmu = OV5_FEAT(OV5_MMU_HASH); in prom_check_platform_support()
1360 ibm_architecture_vec.vec5.intarch = OV5_FEAT(OV5_XIVE_EXPLOIT); in prom_check_platform_support()
1386 ibm_architecture_vec.vec5.max_cpus = cpu_to_be32(cores); in prom_send_capabilities()