Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h330 struct kvm_mmu_root_info { struct
336 ((struct kvm_mmu_root_info) { .cr3 = INVALID_PAGE, .hpa = INVALID_PAGE }) argument
368 struct kvm_mmu_root_info prev_roots[KVM_MMU_NUM_PREV_ROOTS];
/Linux-v4.19/arch/x86/kvm/
Dmmu.c4129 struct kvm_mmu_root_info root; in cached_root_available()