Searched defs:gfn_l (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | mem_access.c | 247 unsigned long gfn_l = gfn_x(gfn); in p2m_set_altp2m_mem_access() local 350 unsigned long gfn_l; in p2m_set_mem_access() local 426 uint64_t gfn_l; in p2m_set_mem_access_multi() local
|
A D | p2m.c | 419 mfn_t __get_gfn_type_access(struct p2m_domain *p2m, unsigned long gfn_l, in __get_gfn_type_access() 708 p2m_remove_page(struct p2m_domain *p2m, unsigned long gfn_l, unsigned long mfn, in p2m_remove_page() 946 int p2m_change_type_one(struct domain *d, unsigned long gfn_l, in p2m_change_type_one() 1078 static int set_typed_p2m_entry(struct domain *d, unsigned long gfn_l, in set_typed_p2m_entry() 1153 int set_identity_p2m_entry(struct domain *d, unsigned long gfn_l, in set_identity_p2m_entry() 1202 int clear_mmio_p2m_entry(struct domain *d, unsigned long gfn_l, mfn_t mfn, in clear_mmio_p2m_entry() 1244 int clear_identity_p2m_entry(struct domain *d, unsigned long gfn_l) in clear_identity_p2m_entry() 1282 int set_shared_p2m_entry(struct domain *d, unsigned long gfn_l, mfn_t mfn) in set_shared_p2m_entry() 1337 int p2m_mem_paging_nominate(struct domain *d, unsigned long gfn_l) in p2m_mem_paging_nominate() 1399 int p2m_mem_paging_evict(struct domain *d, unsigned long gfn_l) in p2m_mem_paging_evict() [all …]
|
A D | p2m-pod.c | 1293 guest_physmap_mark_populate_on_demand(struct domain *d, unsigned long gfn_l, in guest_physmap_mark_populate_on_demand()
|
Completed in 10 milliseconds