Home
last modified time | relevance | path

Searched refs:cmfn (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/public/
A Dtmem.h102 xen_pfn_t cmfn; /* client machine page frame */ member
/xen/xen/arch/x86/mm/
A Dmem_sharing.c953 mfn_t smfn, cmfn; in share_pages() local
960 cd, cgfn, &cmfn_type, NULL, &cmfn, 0, &tg, true); in share_pages()
966 if ( mfn_eq(smfn, cmfn) ) in share_pages()
979 if ( mfn_x(smfn) < mfn_x(cmfn) ) in share_pages()
987 cpage = secondpg = __grab_shared_page(cmfn); in share_pages()
997 cpage = firstpg = __grab_shared_page(cmfn); in share_pages()
1106 mfn_t smfn, cmfn; in add_to_physmap() local
1113 cd, _gfn(cgfn), &cmfn_type, NULL, &cmfn, 0, &tg, lock); in add_to_physmap()
1169 if ( mfn_valid(cmfn) ) in add_to_physmap()
1171 struct page_info *cpage = mfn_to_page(cmfn); in add_to_physmap()

Completed in 44 milliseconds