Searched refs:install_special_mapping (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/csky/kernel/
H A Dvdso.c63 * install_special_mapping or the perf counter mmap tracking code
69 install_special_mapping(mm, vdso_base, vdso_pages << PAGE_SHIFT,
79 ret = install_special_mapping(mm, vdso_base, PAGE_SIZE,
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall.c73 ret = install_special_mapping(mm, addr, PAGE_SIZE,
/linux-master/arch/x86/um/vdso/
H A Dvma.c64 err = install_special_mapping(mm, um_vdso_addr, PAGE_SIZE,
/linux-master/arch/hexagon/kernel/
H A Dvdso.c69 ret = install_special_mapping(mm, vdso_base, PAGE_SIZE,
/linux-master/arch/nios2/mm/
H A Dinit.c113 ret = install_special_mapping(mm, KUSER_BASE, KUSER_SIZE,
/linux-master/include/linux/
H A Dmm.h3381 extern int install_special_mapping(struct mm_struct *mm,
/linux-master/mm/
H A Dmmap.c3620 int install_special_mapping(struct mm_struct *mm, function

Completed in 165 milliseconds