Searched refs:vm_map_memseg_vma (Results 1 – 6 of 6) sorted by relevance
| /devicemodel/core/ |
| A D | hugetlb.c | 807 if (vm_map_memseg_vma(ctx, ctx->lowmem, 0, in hugetlb_setup_memory() 818 if (vm_map_memseg_vma(ctx, ctx->biosmem, 4 * GB - ctx->biosmem, in hugetlb_setup_memory() 826 if (vm_map_memseg_vma(ctx, ctx->highmem, ctx->highmem_gpa_base, in hugetlb_setup_memory()
|
| A D | vmmapi.c | 353 vm_map_memseg_vma(struct vmctx *ctx, size_t len, vm_paddr_t gpa, in vm_map_memseg_vma() function
|
| /devicemodel/include/ |
| A D | vmmapi.h | 120 int vm_map_memseg_vma(struct vmctx *ctx, size_t len, vm_paddr_t gpa,
|
| /devicemodel/hw/pci/ |
| A D | ivshmem.c | 124 if (!addr || vm_map_memseg_vma(ctx, size, bar_addr, in create_ivshmem_from_dm()
|
| A D | passthrough.c | 235 if (vm_map_memseg_vma(ctx, rom_size, bar_addr, in load_pci_rombar()
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio_gpu.c | 1784 if (vm_map_memseg_vma(ctx, VIRTIO_GPU_VGA_FB_SIZE, dev->bar[0].addr, in virtio_gpu_init()
|
Completed in 22 milliseconds