Symbol: has_xtheadvector
arch/riscv/include/asm/switch_to.h
120
if (has_vector() || has_xtheadvector()) \
arch/riscv/include/asm/vector.h
110
if (has_xtheadvector())
arch/riscv/include/asm/vector.h
118
if (has_xtheadvector())
arch/riscv/include/asm/vector.h
138
if (has_xtheadvector()) {
arch/riscv/include/asm/vector.h
177
if (has_xtheadvector()) {
arch/riscv/include/asm/vector.h
203
if (has_xtheadvector()) {
arch/riscv/include/asm/vector.h
239
if (has_xtheadvector()) {
arch/riscv/include/asm/vector.h
27
if (has_xtheadvector()) \
arch/riscv/include/asm/vector.h
275
if (has_xtheadvector())
arch/riscv/include/asm/vector.h
36
if (has_xtheadvector()) \
arch/riscv/kernel/kernel_mode_vector.c
211
if (WARN_ON(!(has_vector() || has_xtheadvector())))
arch/riscv/kernel/kernel_mode_vector.c
239
if (WARN_ON(!(has_vector() || has_xtheadvector())))
arch/riscv/kernel/process.c
210
if (has_vector() || has_xtheadvector())
arch/riscv/kernel/process.c
282
if (has_vector() || has_xtheadvector())
arch/riscv/kernel/ptrace.c
102
if (!(has_vector() || has_xtheadvector()))
arch/riscv/kernel/ptrace.c
188
if (has_xtheadvector()) {
arch/riscv/kernel/ptrace.c
226
if (!(has_vector() || has_xtheadvector()))
arch/riscv/kernel/ptrace.c
255
if (!(has_vector() || has_xtheadvector()))
arch/riscv/kernel/signal.c
261
if (!(has_vector() || has_xtheadvector()) || !riscv_v_vstate_query(regs) ||
arch/riscv/kernel/signal.c
289
if (has_vector() || has_xtheadvector()) {
arch/riscv/kernel/signal.c
80
!((has_vector() || has_xtheadvector()) &&
arch/riscv/kernel/vector.c
190
if (!(has_vector() || has_xtheadvector()))
arch/riscv/kernel/vector.c
235
if (!(has_vector() || has_xtheadvector()))
arch/riscv/kernel/vector.c
257
if (!(has_vector() || has_xtheadvector()))
arch/riscv/kernel/vector.c
268
if (!(has_vector() || has_xtheadvector()))
arch/riscv/kernel/vector.c
318
if (has_vector() || has_xtheadvector())
arch/riscv/kernel/vector.c
66
if (!(has_vector() || has_xtheadvector()))