Searched refs:__get_vm_area_caller (Results 1 – 6 of 6) sorted by relevance
/linux/arch/loongarch/include/asm/ |
H A D | kfence.h | 24 area = __get_vm_area_caller(KFENCE_POOL_SIZE, VM_IOREMAP, in arch_kfence_init_pool()
|
/linux/mm/ |
H A D | ioremap.c | 36 area = __get_vm_area_caller(size, VM_IOREMAP, IOREMAP_START, in generic_ioremap_prot()
|
H A D | vmalloc.c | 3158 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller() function
|
/linux/arch/powerpc/kernel/ |
H A D | pci_64.c | 135 area = __get_vm_area_caller(size, VM_IOREMAP, PHB_IO_BASE, PHB_IO_END, in ioremap_phb()
|
/linux/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | 106 vma = __get_vm_area_caller(map->size, VM_IOREMAP, map->sq_addr, in __sq_remap()
|
/linux/arch/sh/mm/ |
H A D | pmb.c | 446 area = __get_vm_area_caller(aligned, VM_IOREMAP, 0xb0000000, in pmb_remap_caller()
|