Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c217 vcpu_set_reg(vcpu, RISCV_GENERAL_CSR_REG(satp), satp); in riscv_vcpu_mmu_setup()
334 vcpu_set_reg(vcpu, RISCV_GENERAL_CSR_REG(sscratch), vcpu_id); in vm_arch_vcpu_add()
337 vcpu_set_reg(vcpu, RISCV_GENERAL_CSR_REG(stvec), (unsigned long)guest_unexp_trap); in vm_arch_vcpu_add()
431 vcpu_set_reg(vcpu, RISCV_GENERAL_CSR_REG(stvec), (unsigned long)&exception_vectors); in vcpu_init_vector_tables()
/linux/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h34 #define RISCV_GENERAL_CSR_REG(name) __kvm_reg_id(KVM_REG_RISCV_CSR, \ macro