Lines Matching refs:GFP_KERNEL_ACCOUNT
360 obj = mmu_memory_cache_alloc_obj(mc, GFP_KERNEL_ACCOUNT); in kvm_mmu_topup_memory_cache()
629 slots = kvzalloc(sizeof(struct kvm_memslots), GFP_KERNEL_ACCOUNT); in kvm_alloc_memslots()
701 GFP_KERNEL_ACCOUNT); in kvm_create_vm_debugfs()
706 stat_data = kzalloc(sizeof(*stat_data), GFP_KERNEL_ACCOUNT); in kvm_create_vm_debugfs()
775 kzalloc(sizeof(struct kvm_io_bus), GFP_KERNEL_ACCOUNT)); in kvm_create_vm()
932 memslot->dirty_bitmap = kvzalloc(dirty_bytes, GFP_KERNEL_ACCOUNT); in kvm_alloc_dirty_bitmap()
1170 slots = kvzalloc(new_size, GFP_KERNEL_ACCOUNT); in kvm_dup_memslots()
3242 kvm_regs = kzalloc(sizeof(struct kvm_regs), GFP_KERNEL_ACCOUNT); in kvm_vcpu_ioctl()
3270 GFP_KERNEL_ACCOUNT); in kvm_vcpu_ioctl()
3362 fpu = kzalloc(sizeof(struct kvm_fpu), GFP_KERNEL_ACCOUNT); in kvm_vcpu_ioctl()
3563 dev = kzalloc(sizeof(*dev), GFP_KERNEL_ACCOUNT); in kvm_ioctl_create_device()
4309 GFP_KERNEL_ACCOUNT); in kvm_io_bus_register_dev()
4355 GFP_KERNEL_ACCOUNT); in kvm_io_bus_unregister_dev()
4629 env = kzalloc(sizeof(*env), GFP_KERNEL_ACCOUNT); in kvm_uevent_notify_change()
4645 char *tmp, *p = kmalloc(PATH_MAX, GFP_KERNEL_ACCOUNT); in kvm_uevent_notify_change()