Home
last modified time | relevance | path

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

/arch/loongarch/kvm/
A Dmmu.c197 if (!kvm_pte_present(ctx, entry)) in kvm_ptw_leaf()
231 if (!kvm_pte_present(ctx, entry)) in kvm_ptw_dir()
272 if (!kvm_pte_present(ctx, entry)) in kvm_ptw_top()
531 if (ptep && kvm_pte_present(NULL, ptep) && kvm_pte_young(*ptep)) in kvm_test_age_gfn()
564 if (!ptep || !kvm_pte_present(NULL, ptep)) { in kvm_map_page_fast()
/arch/loongarch/include/asm/
A Dkvm_mmu.h112 static inline int kvm_pte_present(kvm_ptw_ctx *ctx, kvm_pte_t *entry) in kvm_pte_present() function

Completed in 8 milliseconds