Searched refs:GFP_KERNEL_ACCOUNT (Results 1 - 25 of 170) sorted by last modified time

1234567

/linux-master/virt/kvm/
H A Dvfio.c169 kvf = kzalloc(sizeof(*kvf), GFP_KERNEL_ACCOUNT);
376 kv = kzalloc(sizeof(*kv), GFP_KERNEL_ACCOUNT);
H A Dkvm_main.c410 gfp_t gfp = mc->gfp_custom ? mc->gfp_custom : GFP_KERNEL_ACCOUNT;
1075 GFP_KERNEL_ACCOUNT);
1081 stat_data = kzalloc(sizeof(*stat_data), GFP_KERNEL_ACCOUNT);
1096 stat_data = kzalloc(sizeof(*stat_data), GFP_KERNEL_ACCOUNT);
1210 kzalloc(sizeof(struct kvm_io_bus), GFP_KERNEL_ACCOUNT));
1415 memslot->dirty_bitmap = __vcalloc(2, dirty_bytes, GFP_KERNEL_ACCOUNT);
1900 invalid_slot = kzalloc(sizeof(*invalid_slot), GFP_KERNEL_ACCOUNT);
2071 new = kzalloc(sizeof(*new), GFP_KERNEL_ACCOUNT);
2539 r = xa_reserve(&kvm->mem_attr_array, i, GFP_KERNEL_ACCOUNT);
2548 GFP_KERNEL_ACCOUNT));
[all...]
/linux-master/include/linux/
H A Dkvm_host.h1537 return kzalloc(sizeof(struct kvm), GFP_KERNEL_ACCOUNT);
/linux-master/arch/x86/kvm/
H A Dx86.c5892 GFP_KERNEL_ACCOUNT);
6085 u.xsave = kzalloc(sizeof(struct kvm_xsave), GFP_KERNEL_ACCOUNT);
6116 u.xsave = kzalloc(size, GFP_KERNEL_ACCOUNT);
6134 u.xcrs = kzalloc(sizeof(struct kvm_xcrs), GFP_KERNEL_ACCOUNT);
6768 msr_filter = kzalloc(sizeof(*msr_filter), GFP_KERNEL_ACCOUNT);
8676 ctxt = kmem_cache_zalloc(x86_emulator_cache, GFP_KERNEL_ACCOUNT);
12178 page = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO);
12184 GFP_KERNEL_ACCOUNT);
12186 GFP_KERNEL_ACCOUNT);
12192 GFP_KERNEL_ACCOUNT))
[all...]
H A Dcpuid.c493 e2 = kvmalloc_array(cpuid->nent, sizeof(*e2), GFP_KERNEL_ACCOUNT);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.h715 GFP_KERNEL_ACCOUNT);
H A Dvmx.c2923 __get_free_page(GFP_KERNEL_ACCOUNT);
4694 pages = alloc_pages(GFP_KERNEL_ACCOUNT | __GFP_ZERO,
7527 vmx->pml_pg = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO);
7603 page = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO);
H A Dnested.c5170 vmx->nested.cached_vmcs12 = kzalloc(VMCS12_SIZE, GFP_KERNEL_ACCOUNT);
5175 vmx->nested.cached_shadow_vmcs12 = kzalloc(VMCS12_SIZE, GFP_KERNEL_ACCOUNT);
/linux-master/arch/x86/kvm/svm/
H A Dsvm.h708 return alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO);
H A Dsvm.c869 struct page *pages = alloc_pages(GFP_KERNEL_ACCOUNT, order);
H A Dsev.c503 pages = __vmalloc(size, GFP_KERNEL_ACCOUNT);
505 pages = kmalloc(size, GFP_KERNEL_ACCOUNT);
836 blob = kzalloc(params.len, GFP_KERNEL_ACCOUNT);
956 tpage = (void *)alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO);
992 src_tpage = alloc_page(GFP_KERNEL_ACCOUNT);
1013 dst_tpage = alloc_page(GFP_KERNEL_ACCOUNT);
1242 blob = kzalloc(params.len, GFP_KERNEL_ACCOUNT);
1324 session_data = kzalloc(params.session_len, GFP_KERNEL_ACCOUNT);
1448 hdr = kzalloc(params.hdr_len, GFP_KERNEL_ACCOUNT);
1452 trans_data = kzalloc(params.trans_len, GFP_KERNEL_ACCOUNT);
[all...]
/linux-master/arch/x86/kvm/mmu/
H A Dtdp_mmu.c1390 sp = __tdp_mmu_alloc_sp_for_split(GFP_KERNEL_ACCOUNT);
H A Dpage_track.c55 GFP_KERNEL_ACCOUNT);
H A Dmmu.c3935 pae_root = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT);
3940 pml4_root = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT);
3945 pml5_root = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT);
6150 page = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_DMA32);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1873 return __vmalloc(kvm_x86_ops.vm_size, GFP_KERNEL_ACCOUNT | __GFP_ZERO);
/linux-master/arch/loongarch/kvm/
H A Dvm.c33 kvm->arch.phyid_map = kvzalloc(sizeof(struct kvm_phyid_map), GFP_KERNEL_ACCOUNT);
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v3.c900 rdreg = kzalloc(sizeof(*rdreg), GFP_KERNEL_ACCOUNT);
H A Dvgic-its.c53 irq = kzalloc(sizeof(struct vgic_irq), GFP_KERNEL_ACCOUNT);
57 ret = xa_reserve_irq(&dist->lpi_xa, intid, GFP_KERNEL_ACCOUNT);
581 old = xa_store(&its->translation_cache, cache_key, irq, GFP_KERNEL_ACCOUNT);
947 collection = kzalloc(sizeof(*collection), GFP_KERNEL_ACCOUNT);
991 ite = kzalloc(sizeof(*ite), GFP_KERNEL_ACCOUNT);
1118 device = kzalloc(sizeof(*device), GFP_KERNEL_ACCOUNT);
1832 its = kzalloc(sizeof(struct vgic_its), GFP_KERNEL_ACCOUNT);
H A Dvgic-init.c144 dist->spis = kcalloc(nr_spis, sizeof(struct vgic_irq), GFP_KERNEL_ACCOUNT);
195 GFP_KERNEL_ACCOUNT);
/linux-master/arch/arm64/kvm/
H A Dsys_regs.c293 ccsidr = kmalloc_array(CSSELR_MAX, sizeof(u32), GFP_KERNEL_ACCOUNT);
H A Dreset.c111 buf = kzalloc(reg_sz, GFP_KERNEL_ACCOUNT);
H A Dpkvm.c144 pgd = alloc_pages_exact(pgd_sz, GFP_KERNEL_ACCOUNT);
152 hyp_vm = alloc_pages_exact(hyp_vm_sz, GFP_KERNEL_ACCOUNT);
178 hyp_vcpu = alloc_pages_exact(hyp_vcpu_sz, GFP_KERNEL_ACCOUNT);
H A Dmmu.c202 return alloc_pages_exact(size, GFP_KERNEL_ACCOUNT | __GFP_ZERO);
904 pgt = kzalloc(sizeof(*pgt), GFP_KERNEL_ACCOUNT);
1038 return (void *)__get_free_page(GFP_KERNEL_ACCOUNT);
H A Darm.c181 if (!zalloc_cpumask_var(&kvm->arch.supported_cpus, GFP_KERNEL_ACCOUNT)) {
425 return kzalloc(sz, GFP_KERNEL_ACCOUNT);
427 return __vmalloc(sz, GFP_KERNEL_ACCOUNT | __GFP_HIGHMEM | __GFP_ZERO);
734 GFP_KERNEL_ACCOUNT);
/linux-master/rust/bindings/
H A Dbindings_helper.h25 const gfp_t RUST_CONST_HELPER_GFP_KERNEL_ACCOUNT = GFP_KERNEL_ACCOUNT;

Completed in 603 milliseconds

1234567