Searched refs:n_pts (Results 1 – 2 of 2) sorted by relevance
484 short int n_pts; member559 if (mc->n_pts) in kvm_s390_mmu_cache_alloc_pt()560 return mc->pts[--mc->n_pts]; in kvm_s390_mmu_cache_alloc_pt()908 while (mc->n_pts) in kvm_s390_free_mmu_cache()909 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()