Home
last modified time | relevance | path

Searched refs:__get_fault_info (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dfault.h82 static inline bool __get_fault_info(u64 esr, struct kvm_vcpu_fault_info *fault) in __get_fault_info() function
H A Dswitch.h413 return __get_fault_info(vcpu->arch.fault.esr_el2, &vcpu->arch.fault); in __populate_fault_info()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c615 if (!__get_fault_info(esr, &fault)) { in handle_host_mem_abort()