Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/kvm/
Dpv.c251 const unsigned long pages_2g = SZ_2G / PAGE_SIZE; in kvm_s390_destroy_lower_2g() local
261 while (slot && slot->base_gfn < pages_2g) { in kvm_s390_destroy_lower_2g()
262 len = min_t(u64, slot->npages, pages_2g - slot->base_gfn) * PAGE_SIZE; in kvm_s390_destroy_lower_2g()