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() argument 334 *this_hwcap |= isa2hwcap[nr]; in riscv_parse_isa_string() 368 unsigned long this_hwcap = 0; in riscv_fill_hwcap_from_isa_string() local 391 riscv_parse_isa_string(&this_hwcap, isainfo, isa2hwcap, isa); in riscv_fill_hwcap_from_isa_string() 414 this_hwcap &= ~isa2hwcap[RISCV_ISA_EXT_v]; in riscv_fill_hwcap_from_isa_string() 424 elf_hwcap &= this_hwcap; in riscv_fill_hwcap_from_isa_string() 426 elf_hwcap = this_hwcap; in riscv_fill_hwcap_from_isa_string() 443 unsigned long this_hwcap = 0; in riscv_fill_hwcap_from_ext_list() local 468 this_hwcap |= isa2hwcap[riscv_isa_ext[i].id]; in riscv_fill_hwcap_from_ext_list() 480 elf_hwcap &= this_hwcap; in riscv_fill_hwcap_from_ext_list() [all...]