Searched refs:this_hwcap (Results 1 – 1 of 1) sorted by relevance
188 static void __init riscv_parse_isa_string(unsigned long *this_hwcap, struct riscv_isainfo *isainfo, in riscv_parse_isa_string() argument333 *this_hwcap |= isa2hwcap[nr]; in riscv_parse_isa_string()362 unsigned long this_hwcap = 0; in riscv_fill_hwcap_from_isa_string() local385 riscv_parse_isa_string(&this_hwcap, isainfo, isa2hwcap, isa); in riscv_fill_hwcap_from_isa_string()405 elf_hwcap &= this_hwcap; in riscv_fill_hwcap_from_isa_string()407 elf_hwcap = this_hwcap; in riscv_fill_hwcap_from_isa_string()424 unsigned long this_hwcap = 0; in riscv_fill_hwcap_from_ext_list() local449 this_hwcap |= isa2hwcap[riscv_isa_ext[i].id]; in riscv_fill_hwcap_from_ext_list()461 elf_hwcap &= this_hwcap; in riscv_fill_hwcap_from_ext_list()463 elf_hwcap = this_hwcap; in riscv_fill_hwcap_from_ext_list()