Home
last modified time | relevance | path

Searched defs:pfn (Results 1 – 10 of 10) sorted by relevance

/qemu/hw/mem/
H A Dsparse-mem.c44 size_t pfn = addr / SPARSE_BLOCK_SIZE; in sparse_mem_read() local
60 size_t pfn = addr / SPARSE_BLOCK_SIZE; in sparse_mem_write() local
/qemu/tests/qtest/libqos/
H A Dvirtio-mmio.c149 uint64_t pfn = vq->desc / dev->page_size; in qvirtio_mmio_set_queue_address() local
H A Dvirtio-pci.c196 uint64_t pfn = vq->desc / VIRTIO_PCI_VRING_ALIGN; in qvirtio_pci_set_queue_address() local
/qemu/include/hw/xen/interface/arch-x86/
H A Dxen-x86_32.h150 #define xen_pfn_to_cr3(pfn) (((unsigned)(pfn) << 12) | ((unsigned)(pfn) >> 20)) argument
H A Dxen-x86_64.h201 #define xen_pfn_to_cr3(pfn) ((unsigned long)(pfn) << 12) argument
/qemu/dump/
H A Ddump.c1207 static int set_dump_bitmap(uint64_t last_pfn, uint64_t pfn, bool value, in set_dump_bitmap()
1267 static uint64_t dump_pfn_to_paddr(DumpState *s, uint64_t pfn) in dump_pfn_to_paddr()
1355 uint64_t last_pfn, pfn; in write_dump_bitmap() local
/qemu/hw/i386/xen/
H A Dxen-hvm.c263 hwaddr pfn, start_gpfn; in xen_add_to_physmap() local
/qemu/hw/virtio/
H A Dvirtio-balloon.c410 uint32_t pfn; in virtio_balloon_handle_output() local
/qemu/include/hw/xen/interface/hvm/
H A Dhvm_op.h164 uint64_t pfn; member
/qemu/include/hw/xen/interface/
H A Dmemory.h450 uint64_aligned_t pfn; member