Lines Matching refs:has_xtheadvector
27 if (has_xtheadvector()) \
36 if (has_xtheadvector()) \
73 static __always_inline bool has_xtheadvector(void) in has_xtheadvector() function
109 if (has_xtheadvector()) in riscv_v_enable()
117 if (has_xtheadvector()) in riscv_v_disable()
132 if (has_xtheadvector()) { in __vstate_csr_save()
171 if (has_xtheadvector()) { in __vstate_csr_restore()
197 if (has_xtheadvector()) { in __riscv_v_vstate_save()
233 if (has_xtheadvector()) { in __riscv_v_vstate_restore()
269 if (has_xtheadvector()) in __riscv_v_vstate_discard()
396 static __always_inline bool has_xtheadvector(void) { return false; } in has_xtheadvector() function