Home
last modified time | relevance | path

Searched refs:__vmalloc_node_range (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/coccinelle/api/
H A Dkfree_mismatch.cocci33 vmalloc_32_user\|__vmalloc\|__vmalloc_node_range\|
46 vmalloc_32_user\|__vmalloc\|__vmalloc_node_range\|
71 …alloc_node\|vmalloc_exec\|vmalloc_32\|vmalloc_32_user\|__vmalloc\|__vmalloc_node_range\|__vmalloc_…
85 …alloc_node\|vmalloc_exec\|vmalloc_32\|vmalloc_32_user\|__vmalloc\|__vmalloc_node_range\|__vmalloc_…
99 * __vmalloc_node_range\|__vmalloc_node\)(...)@a
112 __vmalloc_node_range\|__vmalloc_node\)(...)@a
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dshadow.c203 ret = __vmalloc_node_range(shadow_size, PAGE_SIZE, shadow_start, in kasan_mem_notifier()
505 ret = __vmalloc_node_range(shadow_size, 1, shadow_start, in kasan_module_alloc()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmodule.c95 return __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END, GFP_KERNEL, in module_alloc()
/OK3568_Linux_fs/kernel/kernel/
H A Dscs.c41 return __vmalloc_node_range(SCS_SIZE, 1, VMALLOC_START, VMALLOC_END, in __scs_alloc()
H A Dfork.c250 stack = __vmalloc_node_range(THREAD_SIZE, THREAD_ALIGN, in alloc_thread_stack_node()
H A Dmodule.c2883 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END, in module_alloc()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dmodule.c46 p = __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END, in module_alloc()
51 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END, in module_alloc()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmodule.c38 p = __vmalloc_node_range(size, MODULE_ALIGN, module_alloc_base, in module_alloc()
56 p = __vmalloc_node_range(size, MODULE_ALIGN, module_alloc_base, in module_alloc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvmalloc.h110 extern void *__vmalloc_node_range(unsigned long size, unsigned long align,
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dmodule.c32 return __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END, in module_map()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dmodule.c12 return __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END, in module_alloc()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmodule.c75 p = __vmalloc_node_range(size, MODULE_ALIGN, in module_alloc()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/
H A Dkprobes.c114 return __vmalloc_node_range(PAGE_SIZE, 1, VMALLOC_START, VMALLOC_END, in alloc_insn_page()
/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dhv_init.c406 hv_hypercall_pg = __vmalloc_node_range(PAGE_SIZE, 1, VMALLOC_START, in hyperv_init()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dmodule.c426 return __vmalloc_node_range(size, 1, VMALLOC_MODULE_START, in module_alloc()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmodule.c37 return __vmalloc_node_range(size, 1, MODULE_START, MODULE_END, in module_alloc()
/OK3568_Linux_fs/kernel/mm/
H A Dvmalloc.c2552 void *__vmalloc_node_range(unsigned long size, unsigned long align, in __vmalloc_node_range() function
2613 return __vmalloc_node_range(size, align, VMALLOC_START, VMALLOC_END, in __vmalloc_node()
2682 return __vmalloc_node_range(size, SHMLBA, VMALLOC_START, VMALLOC_END, in vmalloc_user()
2766 return __vmalloc_node_range(size, SHMLBA, VMALLOC_START, VMALLOC_END, in vmalloc_32_user()
H A Dnommu.c153 void *__vmalloc_node_range(unsigned long size, unsigned long align, in __vmalloc_node_range() function
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dmodule.c41 p = __vmalloc_node_range(size, MODULE_ALIGN, MODULES_VADDR, MODULES_END, in module_alloc()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dmodule.c200 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END, in module_alloc()
/OK3568_Linux_fs/kernel/arch/riscv/net/
H A Dbpf_jit_comp64.c1150 return __vmalloc_node_range(size, PAGE_SIZE, BPF_JIT_REGION_START, in bpf_jit_alloc_exec()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c320 return __vmalloc_node_range(size, align, VMALLOC_START, VMALLOC_END, in __bpf_map_area_alloc()