Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dfault.h44 static inline bool __get_fault_info(u64 esr, struct kvm_vcpu_fault_info *fault) in __get_fault_info() function
H A Dswitch.h265 return __get_fault_info(vcpu->arch.fault.esr_el2, &vcpu->arch.fault); in __populate_fault_info()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c536 BUG_ON(!__get_fault_info(esr, &fault)); in handle_host_mem_abort()