Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dbitops.h51 RISCV_ISA_EXT_ZBB, 1) in variable__ffs()
80 RISCV_ISA_EXT_ZBB, 1) in variable__fls()
109 RISCV_ISA_EXT_ZBB, 1) in variable_ffs()
141 RISCV_ISA_EXT_ZBB, 1) in variable_fls()
H A Darch_hweight.h24 RISCV_ISA_EXT_ZBB, 1) in __arch_hweight32()
55 RISCV_ISA_EXT_ZBB, 1) in __arch_hweight64()
H A Dchecksum.h57 RISCV_ISA_EXT_ZBB, 1) in ip_fast_csum()
H A Dhwcap.h39 #define RISCV_ISA_EXT_ZBB 30 macro
/linux/arch/riscv/lib/
H A Dcsum.c57 RISCV_ISA_EXT_ZBB, 1) in csum_ipv6_magic()
174 RISCV_ISA_EXT_ZBB, 1) in do_csum_with_alignment()
261 RISCV_ISA_EXT_ZBB, 1) in do_csum_no_alignment()
H A Dstrcmp.S11 ALTERNATIVE("nop", "j strcmp_zbb", 0, RISCV_ISA_EXT_ZBB, CONFIG_RISCV_ISA_ZBB)
H A Dstrlen.S11 ALTERNATIVE("nop", "j strlen_zbb", 0, RISCV_ISA_EXT_ZBB, CONFIG_RISCV_ISA_ZBB)
H A Dstrncmp.S11 ALTERNATIVE("nop", "j strncmp_zbb", 0, RISCV_ISA_EXT_ZBB, CONFIG_RISCV_ISA_ZBB)
/linux/arch/riscv/kernel/
H A Dcpufeature.c356 __RISCV_ISA_EXT_DATA(zbb, RISCV_ISA_EXT_ZBB),
/linux/arch/riscv/net/
H A Dbpf_jit.h28 return IS_ENABLED(CONFIG_RISCV_ISA_ZBB) && riscv_has_extension_likely(RISCV_ISA_EXT_ZBB); in rvzbb_enabled()