Home
last modified time | relevance | path

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

/arch/s390/kvm/
A Dpci.c232 int rc = 0, gisc, npages, pcount = 0; in kvm_s390_pci_aif_enable() local
259 pcount++; in kvm_s390_pci_aif_enable()
275 pcount++; in kvm_s390_pci_aif_enable()
279 if (account_mem(pcount)) in kvm_s390_pci_aif_enable()
341 int rc, pcount = 0; in kvm_s390_pci_aif_disable() local
389 pcount++; in kvm_s390_pci_aif_disable()
393 pcount++; in kvm_s390_pci_aif_disable()
395 if (pcount > 0) in kvm_s390_pci_aif_disable()
396 unaccount_mem(pcount); in kvm_s390_pci_aif_disable()
/arch/x86/kvm/
A Dhyperv.c753 static int stimer_get_count(struct kvm_vcpu_hv_stimer *stimer, u64 *pcount) in stimer_get_count() argument
755 *pcount = stimer->count; in stimer_get_count()

Completed in 14 milliseconds