Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/virtual/kvm/
Dmmu.txt399 To check the last two conditions, the mmu maintains a ->disallow_lpage set of
401 causes its disallow_lpage to be incremented, thus preventing instantiation of
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h735 int disallow_lpage; member
/Linux-v4.19/arch/x86/kvm/
Dmmu.c1058 linfo->disallow_lpage += count; in update_gfn_disallow_lpage_count()
1059 WARN_ON(linfo->disallow_lpage < 0); in update_gfn_disallow_lpage_count()
1116 return !!linfo->disallow_lpage; in __mmu_gfn_lpage_is_disallowed()
Dx86.c9065 linfo[0].disallow_lpage = 1; in kvm_arch_create_memslot()
9067 linfo[lpages - 1].disallow_lpage = 1; in kvm_arch_create_memslot()
9079 linfo[j].disallow_lpage = 1; in kvm_arch_create_memslot()