Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dstage2_pgtable.h21 #define stage2_pgd_present(kvm, pgd) pgd_present(pgd) macro
/arch/arm64/include/asm/
Dstage2_pgtable.h85 static inline bool stage2_pgd_present(struct kvm *kvm, pgd_t pgd) in stage2_pgd_present() function