| /linux/drivers/virt/coco/sev-guest/ |
| H A D | sev-guest.c | 78 report_req = kzalloc_obj(*report_req, GFP_KERNEL_ACCOUNT); in get_report() 91 report_resp = kzalloc(resp_len, GFP_KERNEL_ACCOUNT); in get_report() 134 derived_key_resp = kzalloc(resp_len, GFP_KERNEL_ACCOUNT); in get_derived_key() 138 derived_key_req = kzalloc_obj(*derived_key_req, GFP_KERNEL_ACCOUNT); in get_derived_key() 184 report_req = kzalloc_obj(*report_req, GFP_KERNEL_ACCOUNT); in get_ext_report() 214 page = alloc_pages(GFP_KERNEL_ACCOUNT | __GFP_ZERO, in get_ext_report() 234 report_resp = kzalloc(resp_len, GFP_KERNEL_ACCOUNT); in get_ext_report()
|
| /linux/fs/ |
| H A D | mnt_idmapping.c | 251 GFP_KERNEL_ACCOUNT); in copy_mnt_idmap() 257 GFP_KERNEL_ACCOUNT); in copy_mnt_idmap() 292 idmap = kzalloc_obj(struct mnt_idmap, GFP_KERNEL_ACCOUNT); in alloc_mnt_idmap()
|
| /linux/virt/kvm/ |
| H A D | irqchip.c | 186 new = kzalloc_flex(*new, map, nr_rt_entries, GFP_KERNEL_ACCOUNT); in kvm_set_irq_routing() 197 e = kzalloc_obj(*e, GFP_KERNEL_ACCOUNT); in kvm_set_irq_routing() 249 new = kzalloc_flex(*new, map, 1, GFP_KERNEL_ACCOUNT); in kvm_init_irq_routing()
|
| H A D | coalesced_mmio.c | 99 page = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO); in kvm_coalesced_mmio_init() 131 dev = kzalloc_obj(struct kvm_coalesced_mmio_dev, GFP_KERNEL_ACCOUNT); in kvm_vm_ioctl_register_coalesced_mmio()
|
| H A D | vfio.c | 169 kvf = kzalloc_obj(*kvf, GFP_KERNEL_ACCOUNT); in kvm_vfio_file_add() 367 kv = kzalloc_obj(*kv, GFP_KERNEL_ACCOUNT); in kvm_vfio_create()
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_xdp.c | 57 ft_elem = kzalloc_obj(*ft_elem, GFP_KERNEL_ACCOUNT); in nf_flowtable_by_dev_insert() 73 elem = kzalloc_obj(*elem, GFP_KERNEL_ACCOUNT); in nf_flowtable_by_dev_insert()
|
| H A D | nft_set_pipapo.c | 655 new_mt = kvmalloc_objs(*new_mt, rules_alloc, GFP_KERNEL_ACCOUNT); in pipapo_realloc_mt() 740 new_lt = kvzalloc(lt_size, GFP_KERNEL_ACCOUNT); in pipapo_resize() 956 new_lt = kvzalloc(lt_size, GFP_KERNEL_ACCOUNT); in pipapo_lt_bits_adjust() 1223 GFP_KERNEL_ACCOUNT, cpu_to_node(i)); 1416 new = kmalloc_flex(*new, f, old->field_count, GFP_KERNEL_ACCOUNT); 1448 new_lt = kvzalloc(lt_size, GFP_KERNEL_ACCOUNT); 1464 GFP_KERNEL_ACCOUNT);
|
| /linux/rust/kernel/ |
| H A D | alloc.rs | 100 pub const GFP_KERNEL_ACCOUNT: Flags = Flags(bindings::GFP_KERNEL_ACCOUNT); constant
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | papr-rtas-common.c | 55 new_ptr = kvrealloc(old_ptr, new_len, GFP_KERNEL_ACCOUNT); in papr_rtas_blob_extend() 86 blob = kzalloc_obj(*blob, GFP_KERNEL_ACCOUNT); in papr_rtas_blob_generate()
|
| /linux/drivers/vfio/fsl-mc/ |
| H A D | vfio_fsl_mc_intr.c | 32 mc_irq = kzalloc_objs(*mc_irq, irq_count, GFP_KERNEL_ACCOUNT); in vfio_fsl_mc_irqs_allocate() 80 irq->name = kasprintf(GFP_KERNEL_ACCOUNT, "vfio-irq[%d](%s)", in vfio_set_trigger()
|
| /linux/io_uring/ |
| H A D | bpf_filter.c | 155 filters = kzalloc_obj(*filters, GFP_KERNEL_ACCOUNT); in io_new_bpf_filters() 160 GFP_KERNEL_ACCOUNT); in io_new_bpf_filters() 404 filter = kzalloc_obj(*filter, GFP_KERNEL_ACCOUNT); in io_register_bpf_filter()
|
| /linux/arch/s390/kvm/ |
| H A D | guestdbg.c | 187 wp_info->old_data = kmalloc(bp_data->len, GFP_KERNEL_ACCOUNT); in __import_wp_info() 235 wp_info = kmalloc_objs(*wp_info, nr_wp, GFP_KERNEL_ACCOUNT); in kvm_s390_import_bp_data() 242 bp_info = kmalloc_objs(*bp_info, nr_bp, GFP_KERNEL_ACCOUNT); in kvm_s390_import_bp_data() 348 temp = kmalloc(wp_info->len, GFP_KERNEL_ACCOUNT); in any_wp_changed()
|
| /linux/arch/x86/kvm/ |
| H A D | kvm_onhyperv.h | 26 *p_hv_pa_pg = kzalloc(PAGE_SIZE, GFP_KERNEL_ACCOUNT); in hv_get_partition_assist_page()
|
| /linux/arch/arm64/kvm/ |
| H A D | pkvm.c | 116 hyp_vcpu = alloc_pages_exact(hyp_vcpu_sz, GFP_KERNEL_ACCOUNT); in __pkvm_create_hyp_vcpu() 155 pgd = alloc_pages_exact(pgd_sz, GFP_KERNEL_ACCOUNT); in __pkvm_create_hyp_vm() 163 hyp_vm = alloc_pages_exact(hyp_vm_sz, GFP_KERNEL_ACCOUNT); in __pkvm_create_hyp_vm()
|
| H A D | hypercalls.c | 150 GFP_KERNEL_ACCOUNT); in kvm_smccc_filter_insert_reserved() 157 GFP_KERNEL_ACCOUNT); in kvm_smccc_filter_insert_reserved() 205 xa_mk_value(filter.action), GFP_KERNEL_ACCOUNT); in kvm_smccc_set_filter()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_encap_actions.c | 123 neigh = kzalloc_obj(*neigh, GFP_KERNEL_ACCOUNT); in efx_bind_neigh() 126 neigh->net = get_net_track(net, &neigh->ns_tracker, GFP_KERNEL_ACCOUNT); in efx_bind_neigh() 161 GFP_KERNEL_ACCOUNT); in efx_bind_neigh() 184 GFP_KERNEL_ACCOUNT); in efx_bind_neigh() 635 encap = kzalloc_obj(*encap, GFP_KERNEL_ACCOUNT); in efx_tc_flower_create_encap_md()
|
| /linux/security/landlock/ |
| H A D | object.c | 28 new_object = kzalloc_obj(*new_object, GFP_KERNEL_ACCOUNT); in landlock_create_object()
|
| H A D | ruleset.c | 36 GFP_KERNEL_ACCOUNT); in create_ruleset() 126 GFP_KERNEL_ACCOUNT); in create_rule() 564 kzalloc_obj(*new_dom->hierarchy, GFP_KERNEL_ACCOUNT); in landlock_merge_ruleset()
|
| /linux/arch/x86/kernel/ |
| H A D | ldt.c | 157 new_ldt = kmalloc_obj(struct ldt_struct, GFP_KERNEL_ACCOUNT); in alloc_ldt_struct() 171 new_ldt->entries = __vmalloc(alloc_size, GFP_KERNEL_ACCOUNT | __GFP_ZERO); in alloc_ldt_struct() 173 new_ldt->entries = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT); in alloc_ldt_struct()
|
| /linux/kernel/ |
| H A D | cred.c | 155 if (security_cred_alloc_blank(new, GFP_KERNEL_ACCOUNT) < 0) in cred_alloc_blank() 215 if (security_prepare_creds(new, old, GFP_KERNEL_ACCOUNT) < 0) in prepare_creds() 596 if (security_prepare_creds(new, old, GFP_KERNEL_ACCOUNT) < 0) in prepare_kernel_cred()
|
| /linux/kernel/trace/ |
| H A D | trace_events_user.c | 709 user_mm = kzalloc_obj(*user_mm, GFP_KERNEL_ACCOUNT); in user_event_mm_alloc() 895 enabler = kzalloc_obj(*enabler, GFP_KERNEL_ACCOUNT); in user_event_enabler_create() 1116 field = kmalloc_obj(*field, GFP_KERNEL_ACCOUNT); in user_event_add_field() 1135 validator = kmalloc_obj(*validator, GFP_KERNEL_ACCOUNT); in user_event_add_field() 1427 print_fmt = kmalloc(len, GFP_KERNEL_ACCOUNT); in user_event_create_print_fmt() 1775 name = kstrdup(raw_command, GFP_KERNEL_ACCOUNT); in user_event_create() 1962 multi_name = kasprintf(GFP_KERNEL_ACCOUNT, "%s.%llx", in user_event_set_tp_name() 2108 user = kzalloc_obj(*user, GFP_KERNEL_ACCOUNT); in user_event_parse() 2318 info = kzalloc_obj(*info, GFP_KERNEL_ACCOUNT); in user_events_open() 2369 new_refs = kzalloc(size, GFP_KERNEL_ACCOUNT); in user_events_ref_add()
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_intrs.c | 72 ctx = kzalloc_obj(*ctx, GFP_KERNEL_ACCOUNT); in vfio_irq_ctx_alloc() 76 ret = xa_insert(&vdev->ctx, index, ctx, GFP_KERNEL_ACCOUNT); in vfio_irq_ctx_alloc() 265 name = kasprintf(GFP_KERNEL_ACCOUNT, "vfio-intx(%s)", pci_name(pdev)); in vfio_intx_enable() 484 ctx->name = kasprintf(GFP_KERNEL_ACCOUNT, "vfio-msi%s[%d](%s)", in vfio_msi_set_vector_signal()
|
| /linux/drivers/vfio/pci/virtio/ |
| H A D | migrate.c | 74 page_list = kvzalloc_objs(*page_list, to_fill, GFP_KERNEL_ACCOUNT); in virtiovf_add_migration_pages() 79 filled = alloc_pages_bulk(GFP_KERNEL_ACCOUNT, to_fill, in virtiovf_add_migration_pages() 88 SG_MAX_SINGLE_ALLOC, GFP_KERNEL_ACCOUNT); in virtiovf_add_migration_pages() 127 buf = kzalloc_obj(*buf, GFP_KERNEL_ACCOUNT); in virtiovf_alloc_data_buffer() 679 migf = kzalloc_obj(*migf, GFP_KERNEL_ACCOUNT); in virtiovf_pci_save_device_data() 1069 migf = kzalloc_obj(*migf, GFP_KERNEL_ACCOUNT); in virtiovf_pci_resume_device_data()
|
| /linux/kernel/bpf/ |
| H A D | liveness.c | 193 result = kvzalloc(size, GFP_KERNEL_ACCOUNT); in __lookup_instance() 197 subprog_sz, GFP_KERNEL_ACCOUNT); in __lookup_instance() 220 env->liveness = kvzalloc_obj(*env->liveness, GFP_KERNEL_ACCOUNT); in bpf_stack_liveness_init() 270 GFP_KERNEL_ACCOUNT); in alloc_frame_masks()
|
| /linux/drivers/hv/ |
| H A D | mshv_debugfs.c | 160 GFP_KERNEL_ACCOUNT); in mshv_debugfs_lp_create() 332 GFP_KERNEL_ACCOUNT); in mshv_debugfs_partition_stats_create() 475 GFP_KERNEL_ACCOUNT); in parent_vp_debugfs_create()
|