gfns              331 arch/x86/include/asm/kvm_host.h 	gfn_t *gfns;
gfns              736 arch/x86/include/asm/kvm_host.h 		gfn_t gfns[roundup_pow_of_two(ASYNC_PF_PER_VCPU)];
gfns             1158 arch/x86/kvm/mmu.c 		return sp->gfns[index];
gfns             1166 arch/x86/kvm/mmu.c 		sp->gfns[index] = gfn;
gfns             2147 arch/x86/kvm/mmu.c 		free_page((unsigned long)sp->gfns);
gfns             2185 arch/x86/kvm/mmu.c 		sp->gfns = mmu_memory_cache_alloc(&vcpu->arch.mmu_page_cache);
gfns             1054 arch/x86/kvm/paging_tmpl.h 		if (gfn != sp->gfns[i]) {
gfns              235 arch/x86/kvm/x86.c 		vcpu->arch.apf.gfns[i] = ~0;
gfns             10096 arch/x86/kvm/x86.c 	while (vcpu->arch.apf.gfns[key] != ~0)
gfns             10099 arch/x86/kvm/x86.c 	vcpu->arch.apf.gfns[key] = gfn;
gfns             10108 arch/x86/kvm/x86.c 		     (vcpu->arch.apf.gfns[key] != gfn &&
gfns             10109 arch/x86/kvm/x86.c 		      vcpu->arch.apf.gfns[key] != ~0); i++)
gfns             10117 arch/x86/kvm/x86.c 	return vcpu->arch.apf.gfns[kvm_async_pf_gfn_slot(vcpu, gfn)] == gfn;
gfns             10126 arch/x86/kvm/x86.c 		vcpu->arch.apf.gfns[i] = ~0;
gfns             10129 arch/x86/kvm/x86.c 			if (vcpu->arch.apf.gfns[j] == ~0)
gfns             10131 arch/x86/kvm/x86.c 			k = kvm_async_pf_hash_fn(vcpu->arch.apf.gfns[j]);
gfns             10138 arch/x86/kvm/x86.c 		vcpu->arch.apf.gfns[i] = vcpu->arch.apf.gfns[j];
gfns               51 drivers/video/fbdev/xen-fbfront.c 	unsigned long 		*gfns;
gfns              415 drivers/video/fbdev/xen-fbfront.c 	info->gfns = vmalloc(array_size(sizeof(unsigned long), info->nr_pages));
gfns              416 drivers/video/fbdev/xen-fbfront.c 	if (!info->gfns)
gfns              543 drivers/video/fbdev/xen-fbfront.c 	vfree(info->gfns);
gfns              559 drivers/video/fbdev/xen-fbfront.c 	int epd = PAGE_SIZE / sizeof(info->gfns[0]);
gfns              562 drivers/video/fbdev/xen-fbfront.c 		info->gfns[i] = vmalloc_to_gfn(info->fb + i * PAGE_SIZE);
gfns              565 drivers/video/fbdev/xen-fbfront.c 		info->page->pd[i] = vmalloc_to_gfn(&info->gfns[i * epd]);
gfns              214 drivers/xen/xlate_mmu.c int __init xen_xlate_map_ballooned_pages(xen_pfn_t **gfns, void **virt,
gfns              259 drivers/xen/xlate_mmu.c 	*gfns = pfns;