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()
137 if (has_xtheadvector()) { in __vstate_csr_save()
176 if (has_xtheadvector()) { in __vstate_csr_restore()
202 if (has_xtheadvector()) { in __riscv_v_vstate_save()
238 if (has_xtheadvector()) { in __riscv_v_vstate_restore()
274 if (has_xtheadvector()) in __riscv_v_vstate_discard()
412 static __always_inline bool has_xtheadvector(void) { return false; } in has_xtheadvector() function