Home
last modified time | relevance | path

Searched refs:disallow_lpage (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/Documentation/virt/kvm/
Dmmu.txt398 To check the last two conditions, the mmu maintains a ->disallow_lpage set of
400 causes its disallow_lpage to be incremented, thus preventing instantiation of
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h791 int disallow_lpage; member
/Linux-v5.4/arch/x86/kvm/
Dmmu.c1194 linfo->disallow_lpage += count; in update_gfn_disallow_lpage_count()
1195 WARN_ON(linfo->disallow_lpage < 0); in update_gfn_disallow_lpage_count()
1270 return !!linfo->disallow_lpage; in __mmu_gfn_lpage_is_disallowed()
Dx86.c9675 linfo[0].disallow_lpage = 1; in kvm_arch_create_memslot()
9677 linfo[lpages - 1].disallow_lpage = 1; in kvm_arch_create_memslot()
9689 linfo[j].disallow_lpage = 1; in kvm_arch_create_memslot()