Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dmmu_helper.c475 static int translate_pages(S390CPU *cpu, vaddr addr, int nr_pages, in translate_pages() argument
482 for (i = 0; i < nr_pages; i++) { in translate_pages()
525 int currlen, nr_pages, i; in s390_cpu_virt_mem_rw() local
537 nr_pages = (((laddr & ~TARGET_PAGE_MASK) + len - 1) >> TARGET_PAGE_BITS) in s390_cpu_virt_mem_rw()
539 pages = g_malloc(nr_pages * sizeof(*pages)); in s390_cpu_virt_mem_rw()
541 ret = translate_pages(cpu, laddr, nr_pages, pages, is_write, &tec); in s390_cpu_virt_mem_rw()
546 for (i = 0; i < nr_pages; i++) { in s390_cpu_virt_mem_rw()
/qemu/hw/i386/xen/
H A Dxen-hvm.c260 unsigned long nr_pages; in xen_add_to_physmap() local
309 nr_pages = size >> target_page_bits; in xen_add_to_physmap()
310 rc = xendevicemodel_relocate_memory(xen_dmod, xen_domid, nr_pages, pfn, in xen_add_to_physmap()
317 nr_pages, pfn, start_gpfn, strerror(saved_errno)); in xen_add_to_physmap()
/qemu/include/hw/xen/interface/
H A Dmemory.h579 xen_ulong_t nr_pages; member
H A Dxen.h831 unsigned long nr_pages; /* Total pages allocated to this domain. */ member
/qemu/linux-headers/asm-x86/
H A Dkvm.h999 __u64 nr_pages; member
/qemu/target/i386/kvm/
H A Dtdx.c344 .nr_pages = entry->size >> 12, in tdx_finalize_vm()