Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
A Dvector.c56 if (!has_vector()) in riscv_v_setup_ctx_cache()
176 if (!has_vector()) in riscv_v_first_use_handler()
219 if (!has_vector()) in riscv_v_vstate_ctrl_init()
241 if (!has_vector()) in riscv_v_vstate_ctrl_get_current()
252 if (!has_vector()) in riscv_v_vstate_ctrl_set_current()
302 if (has_vector()) in riscv_v_sysctl_init()
A Dkernel_mode_vector.c211 if (WARN_ON(!has_vector())) in kernel_vector_begin()
239 if (WARN_ON(!has_vector())) in kernel_vector_end()
A Dsignal.c192 if (!has_vector() || !riscv_v_vstate_query(regs) || in restore_sigcontext()
214 if (has_vector()) { in get_rt_frame_size()
287 if (has_vector() && riscv_v_vstate_query(regs)) in setup_sigcontext()
A Dprocess.c188 if (has_vector()) in arch_release_task_struct()
234 if (has_vector()) in copy_thread()
A Dsys_hwprobe.c74 if (has_vector() && riscv_isa_extension_available(NULL, v)) in hwprobe_isa_ext0()
126 if (has_vector()) { in hwprobe_isa_ext0()
A Dsmpboot.c215 if (has_vector()) { in smp_callin()
/linux/arch/riscv/include/asm/
A Dvector.h38 static __always_inline bool has_vector(void) in has_vector() function
270 static __always_inline bool has_vector(void) { return false; } in has_vector() function
A Dxor.h64 if (has_vector()) { \
A Dswitch_to.h102 if (has_vector()) \

Completed in 12 milliseconds