Searched refs:page1 (Results 1 – 1 of 1) sorted by relevance
/xen/tools/misc/ |
A D | xen-mfndump.c | 332 void *page1 = NULL, *page2 = NULL; in memcmp_mfns_func() local 355 page1 = xc_map_foreign_range(xch, domid1, PAGE_SIZE, PROT_READ, mfn1); in memcmp_mfns_func() 357 if ( !page1 || !page2 ) in memcmp_mfns_func() 368 printf(" memcpy(1, 2) = %d\n", memcmp(page1, page2, PAGE_SIZE)); in memcmp_mfns_func() 371 if ( page1 ) in memcmp_mfns_func() 372 munmap(page1, PAGE_SIZE); in memcmp_mfns_func()
|
Completed in 3 milliseconds