Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h364 struct kvm_mmu_root_info { struct
370 ((struct kvm_mmu_root_info) { .cr3 = INVALID_PAGE, .hpa = INVALID_PAGE }) argument
403 struct kvm_mmu_root_info prev_roots[KVM_MMU_NUM_PREV_ROOTS];
/Linux-v5.4/arch/x86/kvm/
Dmmu.c4350 struct kvm_mmu_root_info root; in cached_root_available()