Home
last modified time | relevance | path

Searched refs:__get_vm_area_caller (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dkfence.h22 area = __get_vm_area_caller(KFENCE_POOL_SIZE, VM_IOREMAP, in arch_kfence_init_pool()
/kernel/linux/linux-6.6/mm/
H A Dioremap.c36 area = __get_vm_area_caller(size, VM_IOREMAP, IOREMAP_START, in generic_ioremap_prot()
H A Dvmalloc.c2618 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller() function
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dioremap.c85 area = __get_vm_area_caller(size, VM_IOREMAP, IOREMAP_START, IOREMAP_END, caller); in do_ioremap()
/kernel/linux/linux-5.10/include/linux/
H A Dvmalloc.h168 extern struct vm_struct *__get_vm_area_caller(unsigned long size,
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dpci_64.c135 area = __get_vm_area_caller(size, 0, PHB_IO_BASE, PHB_IO_END, in ioremap_phb()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dpci_64.c135 area = __get_vm_area_caller(size, VM_IOREMAP, PHB_IO_BASE, PHB_IO_END, in ioremap_phb()
/kernel/linux/linux-6.6/include/linux/
H A Dvmalloc.h209 extern struct vm_struct *__get_vm_area_caller(unsigned long size,
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H A Dsq.c106 vma = __get_vm_area_caller(map->size, VM_ALLOC, map->sq_addr, in __sq_remap()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A Dsq.c106 vma = __get_vm_area_caller(map->size, VM_IOREMAP, map->sq_addr, in __sq_remap()
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dpmb.c446 area = __get_vm_area_caller(aligned, VM_IOREMAP, 0xb0000000, in pmb_remap_caller()
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dpmb.c446 area = __get_vm_area_caller(aligned, VM_IOREMAP, 0xb0000000, in pmb_remap_caller()
/kernel/linux/linux-5.10/mm/
H A Dvmalloc.c2093 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller() function

Completed in 26 milliseconds