Home
last modified time | relevance | path

Searched refs:map_page (Results 1 – 7 of 7) sorted by relevance

/xen/tools/xentrace/
A Dxenctx.c689 static void *map_page(vcpu_guest_context_any_t *ctx, int vcpu, guest_word_t virt) in map_page() function
729 guest_word_t *p = map_page(ctx, vcpu, virt); in read_mem_word()
746 src = map_page(ctx, vcpu, virt + i); in read_mem_word()
793 void *p = map_page(ctx, vcpu, mem_addr); in print_lines()
852 unsigned char *c = map_page(ctx, vcpu, instr+i); in print_code()
914 p = map_page(ctx, vcpu, stack); in print_stack()
927 p = map_page(ctx, vcpu, stack); in print_stack()
940 p = map_page(ctx, vcpu, stack); in print_stack()
956 p = map_page(ctx, vcpu, stack); in print_stack()
/xen/xen/include/xen/
A Diommu.h258 int __must_check (*map_page)(struct domain *d, dfn_t dfn, mfn_t mfn, member
/xen/xen/drivers/passthrough/
A Diommu.c258 rc = iommu_call(hd->platform_ops, map_page, d, dfn_add(dfn, i), in iommu_map()
/xen/xen/drivers/passthrough/amd/
A Dpci_amd_iommu.c626 .map_page = amd_iommu_map_page,
/xen/xen/drivers/passthrough/arm/
A Dipmmu-vmsa.c1308 .map_page = arm_iommu_map_page,
A Dsmmu.c2744 .map_page = arm_iommu_map_page,
/xen/xen/drivers/passthrough/vtd/
A Diommu.c2749 .map_page = intel_iommu_map_page,

Completed in 28 milliseconds