Searched refs:has_vector (Results 1 – 9 of 9) sorted by relevance
17 #define has_vector() (getauxval(AT_HWCAP) & COMPAT_HWCAP_ISA_V) macro24 return has_vector(); in rvv_has_vector()
211 if (WARN_ON(!(has_vector() || has_xtheadvector()))) in kernel_vector_begin()239 if (WARN_ON(!(has_vector() || has_xtheadvector()))) in kernel_vector_end()
80 !((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()
459 if (!has_vector() && in check_unaligned_access_all_cpus()469 if (!has_vector()) in check_unaligned_access_all_cpus()
224 if (has_vector()) { in smp_callin()
94 if (has_vector() && riscv_isa_extension_available(NULL, v)) in hwprobe_isa_ext0()149 if (has_vector()) { in hwprobe_isa_ext0()
64 if (has_vector()) { \
61 static __always_inline bool has_vector(void) in has_vector() function410 static __always_inline bool has_vector(void) { return false; } in has_vector() function
120 if (has_vector() || has_xtheadvector()) \