Lines Matching refs:has_xtheadvector
27 if (has_xtheadvector()) \
36 if (has_xtheadvector()) \
74 static __always_inline bool has_xtheadvector(void) in has_xtheadvector() function
110 if (has_xtheadvector()) in riscv_v_enable()
118 if (has_xtheadvector()) in riscv_v_disable()
138 if (has_xtheadvector()) { in __vstate_csr_save()
177 if (has_xtheadvector()) { in __vstate_csr_restore()
203 if (has_xtheadvector()) { in __riscv_v_vstate_save()
239 if (has_xtheadvector()) { in __riscv_v_vstate_restore()
275 if (has_xtheadvector()) in __riscv_v_vstate_discard()
413 static __always_inline bool has_xtheadvector(void) { return false; } in has_xtheadvector() function