Searched refs:map_page (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenctx.c | 687 static void *map_page(vcpu_guest_context_any_t *ctx, int vcpu, guest_word_t virt) in map_page() function 727 guest_word_t *p = map_page(ctx, vcpu, virt); in read_mem_word() 744 src = map_page(ctx, vcpu, virt + i); in read_mem_word() 791 void *p = map_page(ctx, vcpu, mem_addr); in print_lines() 850 unsigned char *c = map_page(ctx, vcpu, instr+i); in print_code() 912 p = map_page(ctx, vcpu, stack); in print_stack() 925 p = map_page(ctx, vcpu, stack); in print_stack() 938 p = map_page(ctx, vcpu, stack); in print_stack() 954 p = map_page(ctx, vcpu, stack); in print_stack()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/x86/ |
A D | iommu.c | 68 rc = hd->platform_ops->map_page(d, gfn, mfn, in arch_iommu_populate_page_table()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | iommu.c | 197 ret = hd->platform_ops->map_page(d, gfn, mfn, mapping); in iommu_hwdom_init() 267 rc = hd->platform_ops->map_page(d, gfn, mfn, flags); in iommu_map_page()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | iommu.h | 155 int __must_check (*map_page)(struct domain *d, unsigned long gfn, member
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | pci_amd_iommu.c | 608 .map_page = amd_iommu_map_page,
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/arm/ |
A D | smmu.c | 2789 .map_page = arm_smmu_map_page,
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | iommu.c | 2652 .map_page = intel_iommu_map_page,
|
Completed in 18 milliseconds