Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dvector.c179 if (!has_vector()) in riscv_v_vstate_ctrl_init()
201 if (!has_vector()) in riscv_v_vstate_ctrl_get_current()
212 if (!has_vector()) in riscv_v_vstate_ctrl_set_current()
263 if (has_vector()) in riscv_v_sysctl_init()
H A Dsignal.c188 if (!has_vector() || !riscv_v_vstate_query(regs) || in restore_sigcontext()
210 if (has_vector()) { in get_rt_frame_size()
283 if (has_vector() && riscv_v_vstate_query(regs)) in setup_sigcontext()
H A Dsmpboot.c251 if (has_vector()) { in smp_callin()
H A Dsys_riscv.c138 if (has_vector()) in hwprobe_isa_ext0()
H A Dprocess.c160 if (has_vector()) in arch_release_task_struct()
/openbmc/linux/arch/riscv/include/asm/
H A Dvector.h26 static __always_inline bool has_vector(void) in has_vector() function
205 static __always_inline bool has_vector(void) { return false; } in has_vector() function
H A Dswitch_to.h82 if (has_vector()) \