Home
last modified time | relevance | path

Searched refs:sys_mremap (Results 1 – 21 of 21) sorted by relevance

/arch/m32r/kernel/
Dentry.S78 #define sys_mremap sys_ni_syscall macro
Dsyscall_table.S165 .long sys_mremap
/arch/avr32/kernel/
Dsyscall_table.S73 .long sys_mremap
/arch/sh/kernel/
Dsyscalls_32.S182 .long sys_mremap
Dsyscalls_64.S186 .long sys_mremap
/arch/x86/kernel/
Dsyscall_table_32.S165 .long sys_mremap
/arch/s390/kernel/
Dsyscalls.S174 SYSCALL(sys_mremap,sys_mremap,sys32_mremap_wrapper)
Dcompat_wrapper.S768 jg sys_mremap # branch to system call
/arch/mips/kernel/
Dscall64-n32.S147 PTR sys_mremap
Dscall64-64.S225 PTR sys_mremap
Dscall64-o32.S373 PTR sys_mremap
Dscall32-o32.S479 sys sys_mremap, 5
/arch/alpha/kernel/
Dsystbls.S362 .quad sys_mremap
/arch/xtensa/include/asm/
Dunistd.h208 __SYSCALL( 88, sys_mremap, 4)
/arch/m68k/kernel/
Dentry.S590 .long sys_mremap
/arch/cris/arch-v32/kernel/
Dentry.S691 .long sys_mremap
/arch/x86/include/asm/
Dunistd_64.h69 __SYSCALL(__NR_mremap, sys_mremap)
/arch/x86/ia32/
Dia32entry.S661 .quad sys_mremap
/arch/frv/kernel/
Dentry.S1358 .long sys_mremap
/arch/cris/arch-v10/kernel/
Dentry.S768 .long sys_mremap
/arch/ia64/ia32/
Dsys_ia32.c1057 ret = sys_mremap(addr, old_len, new_len, flags, new_addr); in sys32_mremap()
1090 ret = sys_mremap(addr, old_len, new_len, flags, new_addr); in sys32_mremap()