/linux/tools/virtio/ringtest/ |
H A D | ptr_ring.c | 25 #define __GFP_ZERO 0x1 macro 33 if (gfp & __GFP_ZERO) in kmalloc() 40 return kmalloc(size, flags | __GFP_ZERO); in kzalloc() 52 return kmalloc_array(n, size, flags | __GFP_ZERO); in kcalloc()
|
/linux/include/linux/ |
H A D | slab.h | 987 #define kcalloc(n, size, flags) kmalloc_array(n, size, (flags) | __GFP_ZERO) 1023 kmalloc_array_node(_n, _size, (_flags) | __GFP_ZERO, _node) 1028 #define kmem_cache_zalloc(_k, _flags) kmem_cache_alloc(_k, (_flags)|__GFP_ZERO) 1037 return kmalloc_noprof(size, flags | __GFP_ZERO); in kzalloc_noprof() 1040 #define kzalloc_node(_size, _flags, _node) kmalloc_node(_size, (_flags)|__GFP_ZERO, _node) 1049 #define kvzalloc(_size, _flags) kvmalloc(_size, (_flags)|__GFP_ZERO) 1051 #define kvzalloc_node(_size, _flags, _node) kvmalloc_node(_size, (_flags)|__GFP_ZERO, _node) 1067 #define kvcalloc_node_noprof(_n,_s,_f,_node) kvmalloc_array_node_noprof(_n,_s,(_f)|__GFP_ZERO,_node)
|
H A D | scs.h | 20 #define GFP_SCS (GFP_KERNEL | __GFP_ZERO)
|
/linux/rust/kernel/ |
H A D | alloc.rs | 83 pub const __GFP_ZERO: Flags = Flags(bindings::__GFP_ZERO); 60 pub const __GFP_ZERO: Flags = Flags(bindings::__GFP_ZERO); global() constant
|
/linux/include/drm/ |
H A D | drm_managed.h | 66 return drmm_kmalloc(dev, size, gfp | __GFP_ZERO); in drmm_kzalloc() 105 return drmm_kmalloc_array(dev, n, size, flags | __GFP_ZERO); in drmm_kcalloc()
|
/linux/arch/m68k/include/asm/ |
H A D | mcf_pgalloc.h | 17 struct ptdesc *ptdesc = pagetable_alloc((GFP_DMA | __GFP_ZERO) & in pte_alloc_one_kernel() 46 struct ptdesc *ptdesc = pagetable_alloc(GFP_DMA | __GFP_ZERO, 0); in pte_alloc_one()
|
/linux/drivers/iommu/ |
H A D | iommu-pages.h | 60 page = alloc_pages(gfp | __GFP_ZERO, order); in __iommu_alloc_pages() 94 struct page *page = alloc_pages_node(nid, gfp | __GFP_ZERO, order); in iommu_alloc_pages_node()
|
/linux/lib/ |
H A D | slub_kunit.c | 209 p = krealloc(p, 40, GFP_KERNEL | __GFP_ZERO); in test_krealloc_redzone_zeroing() 214 p = krealloc(p, 56, GFP_KERNEL | __GFP_ZERO); in test_krealloc_redzone_zeroing() 225 p = krealloc(p, 112, GFP_KERNEL | __GFP_ZERO); in test_krealloc_redzone_zeroing()
|
H A D | test_vmalloc.c | 99 ptr = __vmalloc_node(size, align, GFP_KERNEL | __GFP_ZERO, 0, in random_size_align_alloc_test() 122 ptr = __vmalloc_node(PAGE_SIZE, align, GFP_KERNEL|__GFP_ZERO, 0, in align_shift_alloc_test() 140 GFP_KERNEL | __GFP_ZERO, 0, in fix_align_alloc_test()
|
/linux/mm/kmsan/ |
H A D | hooks.c | 62 if (flags & __GFP_ZERO) in kmsan_slab_alloc() 99 if (flags & __GFP_ZERO) in kmsan_kmalloc_large() 153 gfp_t gfp_mask = GFP_KERNEL | __GFP_ZERO; in kmsan_ioremap_page_range()
|
/linux/arch/x86/mm/ |
H A D | pti.c | 174 gfp_t gfp = (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO); in pti_user_pagetable_walk_p4d() 201 gfp_t gfp = (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO); in pti_user_pagetable_walk_pmd() 246 gfp_t gfp = (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO); in pti_user_pagetable_walk_pte()
|
/linux/tools/virtio/linux/ |
H A D | slab.h | 6 #define __GFP_ZERO 0 macro
|
/linux/rust/bindings/ |
H A D | bindings_helper.h | 42 const gfp_t RUST_CONST_HELPER___GFP_ZERO = __GFP_ZERO;
|
/linux/tools/lib/ |
H A D | slab.c | 25 if (gfp & __GFP_ZERO) in kmalloc()
|
/linux/net/xfrm/ |
H A D | xfrm_hash.c | 26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
|
/linux/arch/microblaze/include/asm/ |
H A D | pgalloc.h | 26 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in get_pgd()
|
/linux/drivers/firmware/efi/ |
H A D | capsule-loader.c | 63 GFP_KERNEL | __GFP_ZERO); in __efi_capsule_setup_info() 71 GFP_KERNEL | __GFP_ZERO); in __efi_capsule_setup_info()
|
/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_device.c | 99 glob->dummy_read_page = alloc_page(__GFP_ZERO | GFP_DMA32 | in ttm_global_init() 104 glob->dummy_read_page = alloc_page(__GFP_ZERO); in ttm_global_init()
|
/linux/arch/xtensa/include/asm/ |
H A D | pgalloc.h | 32 return (pgd_t*) __get_free_page(GFP_KERNEL | __GFP_ZERO); in pgd_alloc()
|
/linux/tools/include/linux/ |
H A D | slab.h | 27 return kmalloc(size, gfp | __GFP_ZERO); in kzalloc()
|
/linux/arch/powerpc/include/asm/ |
H A D | pgalloc.h | 21 #define PGALLOC_GFP (GFP_KERNEL | __GFP_ZERO)
|
/linux/arch/um/kernel/skas/ |
H A D | mmu.c | 28 stack = __get_free_pages(GFP_KERNEL | __GFP_ZERO, ilog2(STUB_DATA_PAGES)); in init_new_context()
|
/linux/arch/sh/mm/ |
H A D | pgtable.c | 52 return kmem_cache_alloc(pmd_cachep, GFP_KERNEL | __GFP_ZERO); in pmd_alloc_one()
|
/linux/drivers/tee/amdtee/ |
H A D | shm_pool.c | 22 va = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in pool_op_alloc()
|
/linux/rust/kernel/alloc/ |
H A D | allocator.rs |
|