Searched refs:mappings (Results 1 – 14 of 14) sorted by relevance
/xen/xen/arch/arm/ |
A D | p2m.c | 71 BUG_ON(p2m->stats.mappings[0] || p2m->stats.shattered[0]); in p2m_dump_info() 73 p2m->stats.mappings[1], p2m->stats.shattered[1]); in p2m_dump_info() 75 p2m->stats.mappings[2], p2m->stats.shattered[2]); in p2m_dump_info() 76 printk(" 4K mappings: %ld\n", p2m->stats.mappings[3]); in p2m_dump_info() 755 p2m->stats.mappings[level]--; in p2m_free_entry() 761 p2m->stats.mappings[level]--; in p2m_free_entry() 843 p2m->stats.mappings[level]--; in p2m_split_superpage() 844 p2m->stats.mappings[next_level] += LPAE_ENTRIES; in p2m_split_superpage() 944 p2m->stats.mappings[level]++; in __p2m_set_entry() 1039 p2m->stats.mappings[level]++; in __p2m_set_entry()
|
/xen/docs/misc/ |
A D | grant-tables.txt | 62 entries for safety, and to reference count mappings. 213 Note that this only prevents further mappings; it does _not_ revoke access. 253 /* Ensure that ballooned highmem pages don't have cached mappings. */
|
A D | netif-staging-grants.pandoc | 451 The 'status' field is not used for adding new mappings and hence, The message 453 failure cases, none of the grant mappings specified get added. 480 Failing to obtain the total number of mappings
|
A D | vtd.txt | 122 identity mappings for these regions for these devices to access these regions.
|
A D | xen-command-line.pandoc | 773 false. It controls whether dom0 can have IOMMU mappings for all domain 774 RAM in the system, or only for its allocated RAM (and grant mappings etc.) 781 identity IOMMU mappings for all non-RAM regions below 4GB except for 1550 By default, domains may not create cached mappings to MMIO regions. 1552 domains), to permit the use of cacheable MMIO mappings.
|
A D | kconfig-language.rst | 635 desirable to enable more complex dependency mappings and / or queries,
|
A D | pvcalls.pandoc | 496 releases it and frees its internal mappings. When a release command is
|
/xen/xen/include/asm-arm/ |
A D | p2m.h | 77 unsigned long mappings[4]; member
|
/xen/docs/features/ |
A D | migration.pandoc | 107 * x86 PV P2M structure changes (not noticed, stale mappings used) for
|
/xen/xen/xsm/flask/policy/ |
A D | access_vectors | 318 # Class grant describes pages shared by grant mappings. Pages use the security 342 # migration uses read-only mappings with a target of DOMID_XEN (domxen_t).
|
/xen/docs/designs/ |
A D | argo.pandoc | 92 established mappings. Per-ring state is protected by its own lock, so that 446 - Policy controls for reducing the duration of hypervisor mappings of
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 610 Specify whether IOMMU mappings are enabled for the domain and hence whether 618 IOMMU mappings are disabled for the domain and so hardware may not be 626 This option enables IOMMU mappings and selects an appropriate default 637 This option means that IOMMU mappings will be synchronized with the 1313 Note that the IOMMU won't be updated with the mappings specified with this
|
/xen/ |
A D | SUPPORT.md | 269 by maintaining multiple physical to machine (p2m) memory mappings.
|
/xen/stubdom/grub.patches/ |
A D | 99minios | 183 " mappings."
|
Completed in 21 milliseconds