Searched refs:guest_page (Results 1 – 3 of 3) sorted by relevance
899 struct page_info *guest_page, *xen_page; in kimage_build_ind() local901 guest_page = mfn_to_page(mfn); in kimage_build_ind()902 if ( !get_page(guest_page, current->domain) ) in kimage_build_ind()911 put_page(guest_page); in kimage_build_ind()917 put_page(guest_page); in kimage_build_ind()
212 void *mapping = NULL, *guest_page = NULL; in process_page_data() local261 mapping = guest_page = xenforeignmemory_map( in process_page_data()303 if ( memcmp(guest_page, page_data, PAGE_SIZE) ) in process_page_data()310 memcpy(guest_page, page_data, PAGE_SIZE); in process_page_data()314 guest_page += PAGE_SIZE; in process_page_data()
133 struct page_info *guest_page; member420 shm_rpc->guest_page = get_domain_ram_page(gfn); in allocate_and_pin_shm_rpc()421 if ( !shm_rpc->guest_page ) in allocate_and_pin_shm_rpc()449 if ( shm_rpc->guest_page ) in allocate_and_pin_shm_rpc()450 put_page(shm_rpc->guest_page); in allocate_and_pin_shm_rpc()479 ASSERT(shm_rpc->guest_page); in free_shm_rpc()480 put_page(shm_rpc->guest_page); in free_shm_rpc()
Completed in 9 milliseconds