Searched defs:page_order (Results 1 – 14 of 14) sorted by relevance
/xen/xen/arch/x86/mm/hap/ |
A D | nested_hap.c | 100 unsigned int page_order, p2m_type_t p2mt, p2m_access_t p2ma) in nestedhap_fix_p2m() 135 unsigned int *page_order, uint8_t *p2m_acc, in nestedhap_walk_L1_p2m() 152 unsigned int *page_order, in nestedhap_walk_L0_p2m()
|
A D | nested_ept.c | 225 unsigned int *page_order, uint32_t rwx_acc, in nept_translate_l2ga()
|
A D | hap.c | 833 paddr_t ga, uint32_t *pfec, unsigned int *page_order) in hap_p2m_ga_to_gfn_real_mode()
|
/xen/xen/drivers/passthrough/ |
A D | iommu.c | 243 unsigned int page_order, unsigned int flags, in iommu_map() 286 unsigned int page_order, unsigned int flags) in iommu_legacy_map() 303 int iommu_unmap(struct domain *d, dfn_t dfn, unsigned int page_order, in iommu_unmap() 341 int iommu_legacy_unmap(struct domain *d, dfn_t dfn, unsigned int page_order) in iommu_legacy_unmap()
|
/xen/xen/arch/x86/mm/ |
A D | p2m.c | 488 unsigned int *page_order, bool_t locked) in __get_gfn_type_access() 618 unsigned int page_order, p2m_type_t p2mt, p2m_access_t p2ma) in p2m_set_entry() 778 unsigned int page_order) in p2m_remove_page() 821 mfn_t mfn, unsigned int page_order) in guest_physmap_remove_page() 835 unsigned int page_order) in guest_physmap_add_page() 875 unsigned int page_order, p2m_type_t t) in guest_physmap_add_entry() 1968 unsigned int page_order; in altp2m_get_effective_entry() local 2040 p2m_access_t *p2ma, unsigned int page_order) in p2m_altp2m_get_or_propagate() 2364 mfn_t mfn, unsigned int page_order, in p2m_altp2m_propagate_change()
|
A D | p2m-pt.c | 135 p2m_free_entry(struct p2m_domain *p2m, l1_pgentry_t *p2m_entry, int page_order) in p2m_free_entry() 503 unsigned int page_order, p2m_type_t p2mt, p2m_access_t p2ma, in p2m_pt_set_entry() 702 unsigned int *page_order, bool_t *sve) in p2m_pt_get_entry()
|
A D | p2m-ept.c | 878 p2m_query_t q, unsigned int *page_order, in ept_get_entry()
|
/xen/xen/arch/arm/ |
A D | p2m.c | 352 unsigned int *page_order, in p2m_get_entry() 876 unsigned int page_order, in __p2m_set_entry() 1371 unsigned long page_order, in guest_physmap_add_entry() 1378 unsigned int page_order) in guest_physmap_remove_page()
|
/xen/xen/include/asm-arm/ |
A D | p2m.h | 302 unsigned int page_order) in guest_physmap_add_page()
|
/xen/xen/include/asm-x86/ |
A D | paging.h | 286 unsigned int *page_order) in paging_ga_to_gfn_cr3()
|
A D | p2m.h | 434 p2m_access_t *a, p2m_query_t q, unsigned int *page_order) in get_gfn_type_access()
|
/xen/xen/arch/x86/hvm/svm/ |
A D | nestedsvm.c | 1196 unsigned int *page_order, uint8_t *p2m_acc, in nsvm_hap_walk_L1_p2m()
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vvmx.c | 2350 unsigned int *page_order, uint8_t *p2m_acc, in nvmx_hap_walk_L1_p2m()
|
/xen/xen/arch/x86/hvm/ |
A D | hvm.c | 1749 unsigned int page_order; in hvm_hap_nested_page_fault() local
|
Completed in 42 milliseconds