Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvdpa.c1154 unsigned long this_pfn = page_to_pfn(page_list[i]); in vhost_vdpa_pa_map() local
1157 if (last_pfn && (this_pfn != last_pfn + 1)) { in vhost_vdpa_pa_map()
1177 map_pfn = this_pfn; in vhost_vdpa_pa_map()
1182 last_pfn = this_pfn; in vhost_vdpa_pa_map()