GFP_KERNEL_ACCOUNT  292 arch/powerpc/mm/book3s64/pgtable.c 	gfp_t gfp = GFP_KERNEL_ACCOUNT | __GFP_ZERO;
GFP_KERNEL_ACCOUNT   92 arch/x86/include/asm/pgalloc.h 	gfp_t gfp = GFP_KERNEL_ACCOUNT | __GFP_ZERO;
GFP_KERNEL_ACCOUNT  152 arch/x86/include/asm/pgalloc.h 	gfp_t gfp = GFP_KERNEL_ACCOUNT;
GFP_KERNEL_ACCOUNT  192 arch/x86/include/asm/pgalloc.h 	gfp_t gfp = GFP_KERNEL_ACCOUNT;
GFP_KERNEL_ACCOUNT 1746 arch/x86/kvm/hyperv.c 			GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  656 arch/x86/kvm/i8254.c 	pit = kzalloc(sizeof(struct kvm_pit), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  590 arch/x86/kvm/i8259.c 	s = kzalloc(sizeof(struct kvm_pic), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  613 arch/x86/kvm/ioapic.c 	ioapic = kzalloc(sizeof(struct kvm_ioapic), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  185 arch/x86/kvm/lapic.c 			   GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 2287 arch/x86/kvm/lapic.c 	apic = kzalloc(sizeof(*apic), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 2293 arch/x86/kvm/lapic.c 	apic->regs = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 1068 arch/x86/kvm/mmu.c 		obj = kmem_cache_zalloc(base_cache, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 1096 arch/x86/kvm/mmu.c 		page = (void *)__get_free_page(GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 3905 arch/x86/kvm/mmu.c 			lm_root = (void*)get_zeroed_page(GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 5781 arch/x86/kvm/mmu.c 	page = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_DMA32);
GFP_KERNEL_ACCOUNT   43 arch/x86/kvm/page_track.c 				 GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  407 arch/x86/kvm/pmu.c 	filter = kmalloc(size, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 1854 arch/x86/kvm/svm.c 		pages = __vmalloc(size, GFP_KERNEL_ACCOUNT | __GFP_ZERO,
GFP_KERNEL_ACCOUNT 1857 arch/x86/kvm/svm.c 		pages = kmalloc(size, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 1926 arch/x86/kvm/svm.c 					    GFP_KERNEL_ACCOUNT | __GFP_ZERO,
GFP_KERNEL_ACCOUNT 2006 arch/x86/kvm/svm.c 	p_page = alloc_page(GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 2014 arch/x86/kvm/svm.c 	l_page = alloc_page(GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 2193 arch/x86/kvm/svm.c 	svm = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 2200 arch/x86/kvm/svm.c 						     GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 2208 arch/x86/kvm/svm.c 						     GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 2220 arch/x86/kvm/svm.c 	page = alloc_page(GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 2224 arch/x86/kvm/svm.c 	msrpm_pages = alloc_pages(GFP_KERNEL_ACCOUNT, MSRPM_ALLOC_ORDER);
GFP_KERNEL_ACCOUNT 2228 arch/x86/kvm/svm.c 	nested_msrpm_pages = alloc_pages(GFP_KERNEL_ACCOUNT, MSRPM_ALLOC_ORDER);
GFP_KERNEL_ACCOUNT 2232 arch/x86/kvm/svm.c 	hsave_page = alloc_page(GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 5261 arch/x86/kvm/svm.c 	ir = kzalloc(sizeof(struct amd_svm_iommu_ir), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 6384 arch/x86/kvm/svm.c 	data = kzalloc(sizeof(*data), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 6434 arch/x86/kvm/svm.c 	start = kzalloc(sizeof(*start), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 6531 arch/x86/kvm/svm.c 	data = kzalloc(sizeof(*data), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 6608 arch/x86/kvm/svm.c 	data = kzalloc(sizeof(*data), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 6670 arch/x86/kvm/svm.c 	data = kzalloc(sizeof(*data), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 6691 arch/x86/kvm/svm.c 	data = kzalloc(sizeof(*data), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 6719 arch/x86/kvm/svm.c 	data = kzalloc(sizeof(*data), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 6980 arch/x86/kvm/svm.c 	data = kzalloc(sizeof(*data), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 7086 arch/x86/kvm/svm.c 	region = kzalloc(sizeof(*region), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 4384 arch/x86/kvm/vmx/nested.c 	vmx->nested.cached_vmcs12 = kzalloc(VMCS12_SIZE, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 4388 arch/x86/kvm/vmx/nested.c 	vmx->nested.cached_shadow_vmcs12 = kzalloc(VMCS12_SIZE, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 2557 arch/x86/kvm/vmx/vmx.c 				__get_free_page(GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 6643 arch/x86/kvm/vmx/vmx.c 					    GFP_KERNEL_ACCOUNT | __GFP_ZERO,
GFP_KERNEL_ACCOUNT 6684 arch/x86/kvm/vmx/vmx.c 	vmx = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 6689 arch/x86/kvm/vmx/vmx.c 			GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 6697 arch/x86/kvm/vmx/vmx.c 			GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 6719 arch/x86/kvm/vmx/vmx.c 		vmx->pml_pg = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO);
GFP_KERNEL_ACCOUNT 6724 arch/x86/kvm/vmx/vmx.c 	vmx->guest_msrs = kmalloc(PAGE_SIZE, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  486 arch/x86/kvm/vmx/vmx.h 			      GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 4195 arch/x86/kvm/x86.c 				GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 4382 arch/x86/kvm/x86.c 		u.xsave = kzalloc(sizeof(struct kvm_xsave), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 4406 arch/x86/kvm/x86.c 		u.xcrs = kzalloc(sizeof(struct kvm_xcrs), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 9478 arch/x86/kvm/x86.c 				       GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 9486 arch/x86/kvm/x86.c 				GFP_KERNEL_ACCOUNT)) {
GFP_KERNEL_ACCOUNT 9761 arch/x86/kvm/x86.c 				 GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 9767 arch/x86/kvm/x86.c 		linfo = kvcalloc(lpages, sizeof(*linfo), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 1705 fs/dcache.c    						  GFP_KERNEL_ACCOUNT |
GFP_KERNEL_ACCOUNT  111 fs/file.c      	fdt = kmalloc(sizeof(struct fdtable), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  115 fs/file.c      	data = kvmalloc_array(nr, sizeof(struct file *), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  122 fs/file.c      				 GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  284 fs/fuse/dir.c  				   GFP_KERNEL_ACCOUNT | __GFP_RECLAIMABLE);
GFP_KERNEL_ACCOUNT   66 fs/fuse/file.c 	ff = kzalloc(sizeof(struct fuse_file), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT   72 fs/fuse/file.c 				   GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT   69 fs/fuse/inode.c 	return kzalloc(sizeof(struct fuse_forget_link), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  226 fs/hostfs/hostfs_kern.c 	hi = kmalloc(sizeof(*hi), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  291 fs/notify/fanotify/fanotify.c 	gfp_t gfp = GFP_KERNEL_ACCOUNT;
GFP_KERNEL_ACCOUNT   99 fs/notify/inotify/inotify_fsnotify.c 	event = kmalloc(alloc_len, GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL);
GFP_KERNEL_ACCOUNT  659 fs/pipe.c      	pipe = kzalloc(sizeof(struct pipe_inode_info), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  677 fs/pipe.c      			     GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 1100 fs/pipe.c      		       GFP_KERNEL_ACCOUNT | __GFP_NOWARN);
GFP_KERNEL_ACCOUNT  924 fs/proc/task_mmu.c 	priv = kzalloc(sizeof(*priv), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT   32 fs/seq_file.c  	return kvmalloc(size, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  569 fs/seq_file.c  	struct seq_operations *op = kmalloc(sizeof(*op), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  631 fs/seq_file.c  	private = kzalloc(psize, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT   46 include/linux/thread_info.h #define THREADINFO_GFP		(GFP_KERNEL_ACCOUNT | __GFP_ZERO)
GFP_KERNEL_ACCOUNT   22 include/trace/events/mmflags.h 	{(unsigned long)GFP_KERNEL_ACCOUNT,	"GFP_KERNEL_ACCOUNT"},	\
GFP_KERNEL_ACCOUNT   53 ipc/msgutil.c  	msg = kmalloc(sizeof(*msg) + alen, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT   68 ipc/msgutil.c  		seg = kmalloc(sizeof(*seg) + alen, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  226 kernel/cred.c  	if (security_cred_alloc_blank(new, GFP_KERNEL_ACCOUNT) < 0)
GFP_KERNEL_ACCOUNT  285 kernel/cred.c  	if (security_prepare_creds(new, old, GFP_KERNEL_ACCOUNT) < 0)
GFP_KERNEL_ACCOUNT  718 kernel/cred.c  	if (security_prepare_creds(new, old, GFP_KERNEL_ACCOUNT) < 0)
GFP_KERNEL_ACCOUNT   21 kernel/groups.c 	gi = kmalloc(len, GFP_KERNEL_ACCOUNT|__GFP_NOWARN|__GFP_NORETRY);
GFP_KERNEL_ACCOUNT   23 kernel/groups.c 		gi = __vmalloc(len, GFP_KERNEL_ACCOUNT, PAGE_KERNEL);
GFP_KERNEL_ACCOUNT 1098 net/bridge/netfilter/ebtables.c 	newinfo = __vmalloc(sizeof(*newinfo) + countersize, GFP_KERNEL_ACCOUNT,
GFP_KERNEL_ACCOUNT 1106 net/bridge/netfilter/ebtables.c 	newinfo->entries = __vmalloc(tmp.entries_size, GFP_KERNEL_ACCOUNT,
GFP_KERNEL_ACCOUNT 1176 net/netfilter/x_tables.c 	info = kvmalloc(sz, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  779 net/unix/af_unix.c 	sk->sk_allocation	= GFP_KERNEL_ACCOUNT;
GFP_KERNEL_ACCOUNT  151 virt/kvm/coalesced_mmio.c 		      GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  297 virt/kvm/eventfd.c 	irqfd = kzalloc(sizeof(*irqfd), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  346 virt/kvm/eventfd.c 					    GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  798 virt/kvm/eventfd.c 	p = kzalloc(sizeof(*p), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  187 virt/kvm/irqchip.c 	new = kzalloc(struct_size(new, map, nr_rt_entries), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  198 virt/kvm/irqchip.c 		e = kzalloc(sizeof(*e), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  573 virt/kvm/kvm_main.c 	slots = kvzalloc(sizeof(struct kvm_memslots), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  649 virt/kvm/kvm_main.c 					 GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  654 virt/kvm/kvm_main.c 		stat_data = kzalloc(sizeof(*stat_data), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  723 virt/kvm/kvm_main.c 			kzalloc(sizeof(struct kvm_io_bus), GFP_KERNEL_ACCOUNT));
GFP_KERNEL_ACCOUNT  866 virt/kvm/kvm_main.c 	memslot->dirty_bitmap = kvzalloc(dirty_bytes, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 1098 virt/kvm/kvm_main.c 	slots = kvzalloc(sizeof(struct kvm_memslots), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 2927 virt/kvm/kvm_main.c 		kvm_regs = kzalloc(sizeof(struct kvm_regs), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 2956 virt/kvm/kvm_main.c 				    GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 3048 virt/kvm/kvm_main.c 		fpu = kzalloc(sizeof(struct kvm_fpu), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 3248 virt/kvm/kvm_main.c 	dev = kzalloc(sizeof(*dev), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 3982 virt/kvm/kvm_main.c 			  GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 4028 virt/kvm/kvm_main.c 			  GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 4298 virt/kvm/kvm_main.c 	env = kzalloc(sizeof(*env), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT 4314 virt/kvm/kvm_main.c 		char *tmp, *p = kmalloc(PATH_MAX, GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  219 virt/kvm/vfio.c 		kvg = kzalloc(sizeof(*kvg), GFP_KERNEL_ACCOUNT);
GFP_KERNEL_ACCOUNT  405 virt/kvm/vfio.c 	kv = kzalloc(sizeof(*kv), GFP_KERNEL_ACCOUNT);