Home
last modified time | relevance | path

Searched refs:mm_alloc (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/include/linux/sched/
Dmm.h15 extern struct mm_struct *mm_alloc(void);
/linux-6.6.21/arch/powerpc/lib/
Dcode-patching.c155 mm = mm_alloc(); in text_area_cpu_up_mm()
/linux-6.6.21/drivers/dma-buf/
Ddma-resv.c768 struct mm_struct *mm = mm_alloc(); in dma_resv_lockdep()
/linux-6.6.21/arch/x86/mm/
Dinit.c820 poking_mm = mm_alloc(); in poking_init()
/linux-6.6.21/arch/arm/mach-rpc/
Decard.c247 struct mm_struct * mm = mm_alloc(); in ecard_init_mm()
/linux-6.6.21/mm/
Ddebug_vm_pgtable.c1221 args->mm = mm_alloc(); in init_args()
/linux-6.6.21/fs/
Dexec.c373 bprm->mm = mm = mm_alloc(); in bprm_mm_init()
/linux-6.6.21/kernel/
Dfork.c1329 struct mm_struct *mm_alloc(void) in mm_alloc() function