Home
last modified time | relevance | path

Searched refs:disr_el1 (Results 1 – 4 of 4) sorted by relevance

/arch/arm64/kernel/
Dasm-offsets.c112 DEFINE(VCPU_FAULT_DISR, offsetof(struct kvm_vcpu, arch.fault.disr_el1)); in main()
/arch/arm64/include/asm/
Dkvm_emulate.h264 return vcpu->arch.fault.disr_el1; in kvm_vcpu_get_disr()
Dkvm_host.h266 u64 disr_el1; /* Deferred [SError] Status Register */ member
/arch/arm64/kvm/hyp/nvhe/
Dhyp-main.c387 WRITE_ONCE(host_vcpu->arch.fault.disr_el1, in handle_vm_exit_abt()
388 hyp_vcpu->vcpu.arch.fault.disr_el1); in handle_vm_exit_abt()