/linux-3.3/arch/tile/kernel/ |
D | sys.c | 69 SYSCALL_DEFINE6(mmap2, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6() 81 SYSCALL_DEFINE6(mmap, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6()
|
/linux-3.3/drivers/pci/ |
D | syscall.c | 16 SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5() 86 SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5()
|
/linux-3.3/arch/mips/kernel/ |
D | syscall.c | 64 SYSCALL_DEFINE6(mips_mmap, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6() 80 SYSCALL_DEFINE6(mips_mmap2, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6() 151 SYSCALL_DEFINE1(set_thread_area, unsigned long, addr) in SYSCALL_DEFINE1()
|
/linux-3.3/arch/unicore32/kernel/ |
D | sys.c | 110 SYSCALL_DEFINE6(mmap2, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6()
|
/linux-3.3/drivers/sh/intc/ |
D | access.c | 156 static unsigned long intc_mode_field(unsigned long addr, in intc_mode_field() 158 unsigned long (*fn)(unsigned long, in intc_mode_field() 160 unsigned long), in intc_mode_field() 166 static unsigned long intc_mode_zero(unsigned long addr, in intc_mode_zero() 168 unsigned long (*fn)(unsigned long, in intc_mode_zero() 170 unsigned long), in intc_mode_zero() 176 static unsigned long intc_mode_prio(unsigned long addr, in intc_mode_prio() 178 unsigned long (*fn)(unsigned long, in intc_mode_prio() 180 unsigned long), in intc_mode_prio()
|
/linux-3.3/arch/x86/kernel/ |
D | sys_x86_64.c | 84 SYSCALL_DEFINE6(mmap, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6()
|
/linux-3.3/mm/ |
D | fremap.c | 122 SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size, in SYSCALL_DEFINE5()
|
D | process_vm_access.c | 399 unsigned long, liovcnt, const struct iovec __user *, rvec, in SYSCALL_DEFINE6() 407 unsigned long, liovcnt, const struct iovec __user *, rvec, in SYSCALL_DEFINE6()
|
D | mremap.c | 544 SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, in SYSCALL_DEFINE5()
|
D | nommu.c | 484 SYSCALL_DEFINE1(brk, unsigned long, brk) in SYSCALL_DEFINE1() 1475 SYSCALL_DEFINE6(mmap_pgoff, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6() 1712 SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len) in SYSCALL_DEFINE2() 1799 SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, in SYSCALL_DEFINE5()
|
D | msync.c | 31 SYSCALL_DEFINE3(msync, unsigned long, start, size_t, len, int, flags) in SYSCALL_DEFINE3()
|
/linux-3.3/ipc/ |
D | syscall.c | 16 SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, unsigned long, second, in SYSCALL_DEFINE6()
|
/linux-3.3/arch/sparc/kernel/ |
D | sys_sparc_64.c | 434 SYSCALL_DEFINE6(sparc_ipc, unsigned int, call, int, first, unsigned long, second, in SYSCALL_DEFINE6() 518 SYSCALL_DEFINE1(sparc64_personality, unsigned long, personality) in SYSCALL_DEFINE1() 552 SYSCALL_DEFINE6(mmap, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6()
|
/linux-3.3/arch/alpha/kernel/ |
D | osf_sys.c | 55 SYSCALL_DEFINE1(osf_brk, unsigned long, brk) in SYSCALL_DEFINE1() 66 SYSCALL_DEFINE4(osf_set_program_attributes, unsigned long, text_start, in SYSCALL_DEFINE4() 175 SYSCALL_DEFINE6(osf_mmap, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6() 235 struct osf_statfs __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() 244 SYSCALL_DEFINE3(osf_fstatfs, unsigned long, fd, in SYSCALL_DEFINE3() 339 SYSCALL_DEFINE4(osf_mount, unsigned long, typenr, const char __user *, path, in SYSCALL_DEFINE4() 571 SYSCALL_DEFINE3(osf_sysinfo, int, command, char __user *, buf, long, count) in SYSCALL_DEFINE3() argument 609 SYSCALL_DEFINE5(osf_getsysinfo, unsigned long, op, void __user *, buffer, in SYSCALL_DEFINE5() 667 SYSCALL_DEFINE5(osf_setsysinfo, unsigned long, op, void __user *, buffer, in SYSCALL_DEFINE5() 1223 SYSCALL_DEFINE3(osf_readv, unsigned long, fd, in SYSCALL_DEFINE3() [all …]
|
/linux-3.3/fs/ |
D | read_write.c | 254 SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, in SYSCALL_DEFINE5() 788 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() 809 SYSCALL_DEFINE3(writev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() 836 SYSCALL_DEFINE5(preadv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE5() 861 SYSCALL_DEFINE5(pwritev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE5()
|
D | filesystems.c | 183 SYSCALL_DEFINE3(sysfs, int, option, unsigned long, arg1, unsigned long, arg2) in SYSCALL_DEFINE3()
|
/linux-3.3/arch/arm/kernel/ |
D | kprobes-test.c | 280 static int call_test_func(long (*func)(long, long), bool check_test_regs) in call_test_func() argument 323 static int test_kprobe(long (*func)(long, long)) in test_kprobe() argument 372 static int test_jprobe(long (*func)(long, long)) in test_jprobe() argument 417 static int test_kretprobe(long (*func)(long, long)) in test_kretprobe() argument 449 static int run_api_tests(long (*func)(long, long)) in run_api_tests() argument
|
D | suspend.c | 39 int cpu_suspend(unsigned long arg, int (*fn)(unsigned long)) in cpu_suspend()
|
/linux-3.3/arch/blackfin/kernel/ |
D | sys_bfin.c | 77 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, len, int, op) in SYSCALL_DEFINE3()
|
/linux-3.3/drivers/parisc/ |
D | iommu-helpers.h | 15 unsigned long hint, in iommu_fill_pdir()
|
/linux-3.3/arch/microblaze/include/asm/ |
D | mmu.h | 30 unsigned long :3; /* Unused */ member 37 unsigned long :1; /* Unused */ member 53 unsigned long :4; /* Unused */ member
|
/linux-3.3/arch/powerpc/lib/ |
D | sstep.c | 306 static int __kprobes do_fp_load(int rn, int (*func)(int, unsigned long), in do_fp_load() 333 static int __kprobes do_fp_store(int rn, int (*func)(int, unsigned long), in do_fp_store() 367 static int __kprobes do_vec_load(int rn, int (*func)(int, unsigned long), in do_vec_load() 375 static int __kprobes do_vec_store(int rn, int (*func)(int, unsigned long), in do_vec_store() 385 static int __kprobes do_vsx_load(int rn, int (*func)(int, unsigned long), in do_vsx_load() 403 static int __kprobes do_vsx_store(int rn, int (*func)(int, unsigned long), in do_vsx_store()
|
/linux-3.3/arch/ia64/kvm/ |
D | vcpu.h | 70 struct { unsigned long qp:6, imm20:20, :1, x6:6, :3, i:1, major:4; }; member 75 struct { unsigned long qp:6, imm20:20, :1, x6:6, x3:3, i:1, major:4; }; member 80 struct { unsigned long qp:6, :7, r2:7, ar3:7, x6:6, x3:3, :1, major:4; }; member 85 struct { unsigned long qp:6, :7, imm:7, ar3:7, x6:6, x3:3, s:1, major:4; }; member 90 struct { unsigned long qp:6, r1:7, :7, ar3:7, x6:6, x3:3, :1, major:4; }; member 95 struct { unsigned long qp:6, :14, r3:7, x6:6, x3:3, :1, major:4; }; member 100 struct { unsigned long qp:6, :7, r2:7, ar3:7, x6:6, x3:3, :1, major:4; }; member 105 struct { unsigned long qp:6, :7, imm:7, ar3:7, x4:4, x2:2, member 111 struct { unsigned long qp:6, r1:7, :7, ar3:7, x6:6, x3:3, :1, major:4; }; member 116 struct { unsigned long qp:6, :7, r2:7, cr3:7, x6:6, x3:3, :1, major:4; }; member [all …]
|
/linux-3.3/arch/mips/mm/ |
D | cache.c | 67 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3()
|
/linux-3.3/kernel/ |
D | ptrace.c | 874 SYSCALL_DEFINE4(ptrace, long, request, long, pid, unsigned long, addr, in SYSCALL_DEFINE4() argument
|