Searched refs:pfns (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/arch/x86/xen/ |
| D | grant-table.c | 120 xen_pfn_t *pfns; in xlated_setup_gnttab_pages() local 131 pfns = kcalloc(nr_grant_frames, sizeof(pfns[0]), GFP_KERNEL); in xlated_setup_gnttab_pages() 132 if (!pfns) { in xlated_setup_gnttab_pages() 141 kfree(pfns); in xlated_setup_gnttab_pages() 145 pfns[i] = page_to_pfn(pages[i]); in xlated_setup_gnttab_pages() 153 kfree(pfns); in xlated_setup_gnttab_pages() 158 xen_auto_xlat_grant_frames.pfn = pfns; in xlated_setup_gnttab_pages()
|
| /linux-4.4.14/drivers/virtio/ |
| D | virtio_balloon.c | 76 u32 pfns[VIRTIO_BALLOON_ARRAY_PFNS_MAX]; member 118 sg_init_one(&sg, vb->pfns, sizeof(vb->pfns[0]) * vb->num_pfns); in tell_host() 128 static void set_page_pfns(u32 pfns[], struct page *page) in set_page_pfns() argument 135 pfns[i] = page_to_balloon_pfn(page) + i; in set_page_pfns() 143 num = min(num, ARRAY_SIZE(vb->pfns)); in fill_balloon() 158 set_page_pfns(vb->pfns + vb->num_pfns, page); in fill_balloon() 177 struct page *page = balloon_pfn_to_page(vb->pfns[i]); in release_pages_balloon() 192 num = min(num, ARRAY_SIZE(vb->pfns)); in leak_balloon() 200 set_page_pfns(vb->pfns + vb->num_pfns, page); in leak_balloon() 468 set_page_pfns(vb->pfns, newpage); in virtballoon_migratepage() [all …]
|
| /linux-4.4.14/arch/sparc/ |
| D | Kconfig | 294 # between a node's start and end pfns, it may not
|
| /linux-4.4.14/arch/s390/ |
| D | Kconfig | 398 # between a node's start and end pfns, it may not
|
| /linux-4.4.14/Documentation/virtual/kvm/ |
| D | mmu.txt | 42 spte shadow pte (referring to pfns)
|
| /linux-4.4.14/arch/powerpc/ |
| D | Kconfig | 516 # between a node's start and end pfns, it may not
|
| /linux-4.4.14/arch/x86/ |
| D | Kconfig | 1362 # between a node's start and end pfns, it may not
|