Searched refs:hwcaps (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
D | setup_64.c | 374 static const char *hwcaps[] = { variable 398 for (i = 0; i < ARRAY_SIZE(hwcaps); i++) { in cpucap_info() 400 if (hwcaps[i] && (caps & bit)) { in cpucap_info() 402 printed ? "," : "", hwcaps[i]); in cpucap_info() 452 for (i = 0; i < ARRAY_SIZE(hwcaps); i++) { in report_hwcaps() 454 if (hwcaps[i] && (caps & bit)) in report_hwcaps() 455 report_one_hwcap(&printed, hwcaps[i]); in report_hwcaps() 486 for (i = 0; i < ARRAY_SIZE(hwcaps); i++) { in mdesc_cpu_hwcap_list() 489 if (hwcaps[i] && !strcmp(prop, hwcaps[i])) { in mdesc_cpu_hwcap_list()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | cpufeature.c | 735 const struct arm64_cpu_capabilities *hwcaps = arm64_hwcaps; in setup_cpu_hwcaps() local 737 for (i = 0; hwcaps[i].desc; i++) in setup_cpu_hwcaps() 738 if (hwcaps[i].matches(&hwcaps[i])) in setup_cpu_hwcaps() 739 cap_set_hwcap(&hwcaps[i]); in setup_cpu_hwcaps()
|
/linux-4.4.14/arch/arm/mm/ |
D | proc-v7.S | 512 .macro __v7_proc name, initfunc, mm_mmuflags = 0, io_mmuflags = 0, hwcaps = 0, proc_fns = v7_proces… 523 HWCAP_EDSP | HWCAP_TLS | \hwcaps 649 __v7_proc __krait_proc_info, __v7_setup, hwcaps = HWCAP_IDIV | HWCAP_VFPv4
|