Searched refs:has_vector (Results 1 – 10 of 10) 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()
102 if (!(has_vector() || has_xtheadvector())) in riscv_vr_get()148 if (has_vector()) { in invalid_ptrace_v_csr()226 if (!(has_vector() || has_xtheadvector())) in riscv_vr_set()255 if (!(has_vector() || has_xtheadvector())) in riscv_vr_active()
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()
408 if (!has_vector() && in check_unaligned_access_all_cpus()418 if (!has_vector()) in check_unaligned_access_all_cpus()
212 if (has_vector() || has_xtheadvector()) in arch_release_task_struct()284 if (has_vector() || has_xtheadvector()) in copy_thread()
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()
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()) \