Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/kernel/
H A Dcpufeature.c559 unsigned long *resolved_isa, unsigned long *this_hwcap, in riscv_resolve_isa() argument
596 *this_hwcap |= isa2hwcap[bit]; in riscv_resolve_isa()
786 unsigned long this_hwcap = 0; in riscv_fill_hwcap_from_isa_string() local
833 this_hwcap &= ~isa2hwcap[RISCV_ISA_EXT_v]; in riscv_fill_hwcap_from_isa_string()
837 riscv_resolve_isa(source_isa, isainfo->isa, &this_hwcap, isa2hwcap); in riscv_fill_hwcap_from_isa_string()
845 elf_hwcap &= this_hwcap; in riscv_fill_hwcap_from_isa_string()
847 elf_hwcap = this_hwcap; in riscv_fill_hwcap_from_isa_string()
960 unsigned long this_hwcap = 0; in riscv_fill_hwcap_from_ext_list() local
986 riscv_resolve_isa(source_isa, isainfo->isa, &this_hwcap, isa2hwcap); in riscv_fill_hwcap_from_ext_list()
996 elf_hwcap &= this_hwcap; in riscv_fill_hwcap_from_ext_list()
[all …]