Searched refs:kvm_release_faultin_page (Results 1 – 8 of 8) sorted by relevance
/linux/arch/riscv/kvm/ |
H A D | mmu.c | 432 kvm_release_faultin_page(kvm, page, ret && ret != -EEXIST, writable); in kvm_riscv_mmu_map()
|
/linux/arch/powerpc/kvm/ |
H A D | e500_mmu_host.c | 467 kvm_release_faultin_page(kvm, page, !!ret, writable); in kvmppc_e500_shadow_map()
|
/linux/arch/loongarch/kvm/ |
H A D | mmu.c | 904 kvm_release_faultin_page(kvm, page, false, writeable); in kvm_map_page()
|
/linux/arch/arm64/kvm/ |
H A D | nested.c | 1233 kvm_release_faultin_page(vcpu->kvm, page, false, vt->wr.pw); in kvm_translate_vncr()
|
H A D | mmu.c | 1823 kvm_release_faultin_page(kvm, page, !!ret, writable); in user_mem_abort()
|
/linux/include/linux/ |
H A D | kvm_host.h | 1262 static inline void kvm_release_faultin_page(struct kvm *kvm, struct page *page, in kvm_release_faultin_page() function
|
/linux/arch/s390/kvm/ |
H A D | kvm-s390.c | 4922 kvm_release_faultin_page(vcpu->kvm, page, false, writable); in __kvm_s390_handle_dat_fault()
|
/linux/arch/x86/kvm/mmu/ |
H A D | mmu.c | 4545 kvm_release_faultin_page(vcpu->kvm, fault->refcounted_page, in kvm_mmu_finish_page_fault()
|