Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/kernel/ !
Dcpufeature.c278 u32 cpu_req_feature = 0; in cpufeature_probe() local
285 cpu_req_feature |= (1U << idx); in cpufeature_probe()
288 return cpu_req_feature; in cpufeature_probe()
295 u32 cpu_req_feature = cpufeature_probe(stage); in riscv_cpufeature_patch_func() local
309 if (cpu_req_feature & tmp) in riscv_cpufeature_patch_func()