Home
last modified time | relevance | path

Searched refs:exception_vectors (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/lib/riscv/
H A Dhandlers.S98 .global exception_vectors symbol
99 exception_vectors: label
H A Dprocessor.c444 extern char exception_vectors; in vcpu_init_vector_tables()
446 vcpu_set_reg(vcpu, RISCV_GENERAL_CSR_REG(stvec), (unsigned long)&exception_vectors); in vcpu_init_vector_tables()