Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_map.c338 unsigned long first_mfn; in iommu_update_pde_count() local
357 first_mfn = amd_iommu_get_next_table_from_pte((u32*)ntable) >> PAGE_SHIFT; in iommu_update_pde_count()
359 if ( first_mfn == 0 ) in iommu_update_pde_count()
364 if ( ((first_mfn & mask) == 0) && in iommu_update_pde_count()
365 (((gfn & mask) | first_mfn) == mfn) ) in iommu_update_pde_count()
395 unsigned long first_mfn; in iommu_merge_pages() local
413 first_mfn = amd_iommu_get_next_table_from_pte((u32*)ntable) >> PAGE_SHIFT; in iommu_merge_pages()
415 if ( first_mfn == 0 ) in iommu_merge_pages()
423 set_iommu_pde_present((u32*)pde, first_mfn, in iommu_merge_pages()
/xen-4.10.0-shim-comet/xen/include/public/
A Ddomctl.h420 uint64_aligned_t first_mfn;/* first page (physical page number) in range */ member
572 uint64_aligned_t first_mfn; /* first page (machine page) in range */ member
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dmm.c869 mfn_t first_mfn = alloc_boot_pages(1, 1); in setup_xenheap_mappings() local
871 clear_page(mfn_to_virt(first_mfn)); in setup_xenheap_mappings()
872 pte = mfn_to_xen_entry(first_mfn, MT_NORMAL); in setup_xenheap_mappings()
875 first = mfn_to_virt(first_mfn); in setup_xenheap_mappings()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dp2m.h519 mfn_t *first_mfn, *second_mfn, scratch_mfn; in get_two_gfns() local
546 *first_mfn = get_gfn_type_access(p2m_get_hostp2m(rval->first_domain), in get_two_gfns()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_domain.c1440 unsigned long first_mfn, in xc_domain_iomem_permission() argument
1448 domctl.u.iomem_permission.first_mfn = first_mfn; in xc_domain_iomem_permission()
2075 unsigned long first_mfn, in xc_domain_memory_mapping() argument
2105 domctl.u.memory_mapping.first_mfn = first_mfn + done; in xc_domain_memory_mapping()
2134 xc_domain_memory_mapping(xch, domid, first_gfn, first_mfn, nr_mfns, in xc_domain_memory_mapping()
/xen-4.10.0-shim-comet/xen/common/
A Ddomctl.c979 unsigned long mfn = op->u.iomem_permission.first_mfn; in do_domctl()
1003 unsigned long mfn = op->u.memory_mapping.first_mfn; in do_domctl()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h1472 unsigned long first_mfn,
1746 unsigned long first_mfn,

Completed in 28 milliseconds