Lines Matching refs:GFP_KERNEL_ACCOUNT
372 obj = mmu_memory_cache_alloc_obj(mc, GFP_KERNEL_ACCOUNT); in kvm_mmu_topup_memory_cache()
641 slots = kvzalloc(sizeof(struct kvm_memslots), GFP_KERNEL_ACCOUNT); in kvm_alloc_memslots()
727 GFP_KERNEL_ACCOUNT); in kvm_create_vm_debugfs()
732 stat_data = kzalloc(sizeof(*stat_data), GFP_KERNEL_ACCOUNT); in kvm_create_vm_debugfs()
801 kzalloc(sizeof(struct kvm_io_bus), GFP_KERNEL_ACCOUNT)); in kvm_create_vm()
969 memslot->dirty_bitmap = kvzalloc(dirty_bytes, GFP_KERNEL_ACCOUNT); in kvm_alloc_dirty_bitmap()
1207 slots = kvzalloc(new_size, GFP_KERNEL_ACCOUNT); in kvm_dup_memslots()
3324 kvm_regs = kzalloc(sizeof(struct kvm_regs), GFP_KERNEL_ACCOUNT); in kvm_vcpu_ioctl()
3352 GFP_KERNEL_ACCOUNT); in kvm_vcpu_ioctl()
3444 fpu = kzalloc(sizeof(struct kvm_fpu), GFP_KERNEL_ACCOUNT); in kvm_vcpu_ioctl()
3645 dev = kzalloc(sizeof(*dev), GFP_KERNEL_ACCOUNT); in kvm_ioctl_create_device()
4433 GFP_KERNEL_ACCOUNT); in kvm_io_bus_register_dev()
4479 GFP_KERNEL_ACCOUNT); in kvm_io_bus_unregister_dev()
4757 env = kzalloc(sizeof(*env), GFP_KERNEL_ACCOUNT); in kvm_uevent_notify_change()
4773 char *tmp, *p = kmalloc(PATH_MAX, GFP_KERNEL_ACCOUNT); in kvm_uevent_notify_change()