Home
last modified time | relevance | path

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

/linux/lib/raid6/
H A Drvv.h17 #define has_vector() (getauxval(AT_HWCAP) & COMPAT_HWCAP_ISA_V) macro
24 return has_vector(); in rvv_has_vector()
/linux/arch/riscv/kernel/
H A Dkernel_mode_vector.c211 if (WARN_ON(!(has_vector() || has_xtheadvector()))) in kernel_vector_begin()
239 if (WARN_ON(!(has_vector() || has_xtheadvector()))) in kernel_vector_end()
H A Dsignal.c80 !((has_vector() || has_xtheadvector()) && in save_v_state()
261 if (!(has_vector() || has_xtheadvector()) || !riscv_v_vstate_query(regs) || in restore_sigcontext()
289 if (has_vector() || has_xtheadvector()) { in get_rt_frame_size()
H A Dunaligned_access_speed.c459 if (!has_vector() && in check_unaligned_access_all_cpus()
469 if (!has_vector()) in check_unaligned_access_all_cpus()
H A Dsmpboot.c224 if (has_vector()) { in smp_callin()
H A Dsys_hwprobe.c94 if (has_vector() && riscv_isa_extension_available(NULL, v)) in hwprobe_isa_ext0()
149 if (has_vector()) { in hwprobe_isa_ext0()
/linux/arch/riscv/include/asm/
H A Dxor.h64 if (has_vector()) { \
H A Dvector.h61 static __always_inline bool has_vector(void) in has_vector() function
410 static __always_inline bool has_vector(void) { return false; } in has_vector() function
H A Dswitch_to.h120 if (has_vector() || has_xtheadvector()) \