Searched refs:cpufeature (Results 1 – 7 of 7) sorted by relevance
33 bool alternative_is_applied(u16 cpufeature) in alternative_is_applied() argument35 if (WARN_ON(cpufeature >= ARM64_NCAPS)) in alternative_is_applied()38 return test_bit(cpufeature, applied_alternatives); in alternative_is_applied()146 if (!test_bit(alt->cpufeature, feature_mask)) in __apply_alternatives()150 if (alt->cpufeature < ARM64_CB_PATCH && in __apply_alternatives()151 !cpus_have_cap(alt->cpufeature)) in __apply_alternatives()154 if (alt->cpufeature == ARM64_CB_PATCH) in __apply_alternatives()165 if (alt->cpufeature < ARM64_CB_PATCH) in __apply_alternatives()
20 cpufeature.o alternative.o cacheinfo.o \
58 cpufeature = $(src)/../../include/asm/cpufeatures.h macro60 $(obj)/capflags.c: $(cpufeature) $(src)/mkcapflags.sh FORCE
14 obj-y += cpufeature.o
73 unsigned int cpufeature; member
20 u16 cpufeature; /* cpufeature bit set for replacement */ member30 bool alternative_is_applied(u16 cpufeature);
411 processor.cpufeature = (boot_cpu_data.x86 << 8) | in construct_default_ISA_mptable()