Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h331 struct kvm_mmu_root_info { struct
337 ((struct kvm_mmu_root_info) { .pgd = INVALID_PAGE, .hpa = INVALID_PAGE }) argument
369 struct kvm_mmu_root_info prev_roots[KVM_MMU_NUM_PREV_ROOTS];
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmu.c3831 static inline bool is_root_usable(struct kvm_mmu_root_info *root, gpa_t pgd, in is_root_usable()
3851 struct kvm_mmu_root_info root; in cached_root_available()