Home
last modified time | relevance | path

Searched refs:domain_get_maximum_gpfn (Results 1 – 8 of 8) sorted by relevance

/xen/xen/common/
A Dmem_access.c66 ((mao.pfn + mao.nr - 1) > domain_get_maximum_gpfn(d))) ) in mem_access_memop()
99 if ( (mao.pfn > domain_get_maximum_gpfn(d)) && mao.pfn != ~0ull ) in mem_access_memop()
A Dmemory.c1319 rc = domain_get_maximum_gpfn(d); in do_memory_op()
/xen/xen/arch/x86/hvm/
A Ddm.c164 end_pfn > domain_get_maximum_gpfn(d) ) in modified_memory()
251 (last_pfn > domain_get_maximum_gpfn(d)) ) in set_mem_type()
/xen/xen/include/asm-arm/
A Dmm.h340 unsigned long domain_get_maximum_gpfn(struct domain *d);
/xen/xen/include/asm-x86/
A Dmm.h615 unsigned long domain_get_maximum_gpfn(struct domain *d);
/xen/xen/arch/x86/mm/
A Dmem_sharing.c2064 max_sgfn = domain_get_maximum_gpfn(d); in mem_sharing_memop()
2065 max_cgfn = domain_get_maximum_gpfn(cd); in mem_sharing_memop()
/xen/xen/arch/arm/
A Dmm.c1374 unsigned long domain_get_maximum_gpfn(struct domain *d) in domain_get_maximum_gpfn() function
/xen/xen/arch/x86/
A Dmm.c469 unsigned long domain_get_maximum_gpfn(struct domain *d) in domain_get_maximum_gpfn() function

Completed in 24 milliseconds