Searched refs:n_pts (Results 1 – 2 of 2) sorted by relevance
484 short int n_pts; member557 if (mc->n_pts) in kvm_s390_mmu_cache_alloc_pt()558 return mc->pts[--mc->n_pts]; in kvm_s390_mmu_cache_alloc_pt()906 while (mc->n_pts) in kvm_s390_free_mmu_cache()907 dat_free_pt(mc->pts[--mc->n_pts]); in kvm_s390_free_mmu_cache()
41 for ( ; mc->n_pts < KVM_S390_MMU_CACHE_N_PTS; mc->n_pts++) { in kvm_s390_mmu_cache_topup()45 mc->pts[mc->n_pts] = o; in kvm_s390_mmu_cache_topup()