Searched refs:this_hwcap (Results 1 – 1 of 1) sorted by relevance
189 static void __init riscv_parse_isa_string(unsigned long *this_hwcap, struct riscv_isainfo *isainfo, in riscv_parse_isa_string() argument334 *this_hwcap |= isa2hwcap[nr]; in riscv_parse_isa_string()363 unsigned long this_hwcap = 0; in riscv_fill_hwcap_from_isa_string() local386 riscv_parse_isa_string(&this_hwcap, isainfo, isa2hwcap, isa); in riscv_fill_hwcap_from_isa_string()410 this_hwcap &= ~isa2hwcap[RISCV_ISA_EXT_v]; in riscv_fill_hwcap_from_isa_string()420 elf_hwcap &= this_hwcap; in riscv_fill_hwcap_from_isa_string()422 elf_hwcap = this_hwcap; in riscv_fill_hwcap_from_isa_string()439 unsigned long this_hwcap = 0; in riscv_fill_hwcap_from_ext_list() local464 this_hwcap |= isa2hwcap[riscv_isa_ext[i].id]; in riscv_fill_hwcap_from_ext_list()476 elf_hwcap &= this_hwcap; in riscv_fill_hwcap_from_ext_list()[all …]