Searched refs:sys_bpf (Results 1 - 19 of 19) sorted by relevance

/linux-4.4.14/tools/lib/bpf/
H A Dbpf.c37 static int sys_bpf(enum bpf_cmd cmd, union bpf_attr *attr, sys_bpf() function
55 return sys_bpf(BPF_MAP_CREATE, &attr, sizeof(attr)); bpf_create_map()
75 fd = sys_bpf(BPF_PROG_LOAD, &attr, sizeof(attr)); bpf_load_program()
84 return sys_bpf(BPF_PROG_LOAD, &attr, sizeof(attr)); bpf_load_program()
/linux-4.4.14/arch/sparc/kernel/
H A Dsystbls_64.S90 .word sys32_renameat2, sys_seccomp, sys_getrandom, sys_memfd_create, sys_bpf
171 .word sys_renameat2, sys_seccomp, sys_getrandom, sys_memfd_create, sys_bpf
H A Dsystbls_32.S89 /*345*/ .long sys_renameat2, sys_seccomp, sys_getrandom, sys_memfd_create, sys_bpf
/linux-4.4.14/kernel/
H A Dsys_ni.c245 cond_syscall(sys_bpf); variable
/linux-4.4.14/arch/mips/kernel/
H A Dscall64-64.S431 PTR sys_bpf /* 5315 */
H A Dscall64-n32.S421 PTR sys_bpf
H A Dscall32-o32.S593 PTR sys_bpf /* 4355 */
H A Dscall64-o32.S576 PTR sys_bpf /* 4355 */
/linux-4.4.14/arch/m68k/kernel/
H A Dsyscalltable.S377 .long sys_bpf
/linux-4.4.14/arch/avr32/kernel/
H A Dsyscall_table.S335 .long sys_bpf
/linux-4.4.14/arch/arm/kernel/
H A Dcalls.S398 CALL(sys_bpf)
/linux-4.4.14/arch/s390/kernel/
H A Dsyscalls.S362 SYSCALL(sys_bpf,compat_sys_bpf)
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dunistd.h753 __SYSCALL(340, sys_bpf, 3)
/linux-4.4.14/include/uapi/asm-generic/
H A Dunistd.h709 __SYSCALL(__NR_bpf, sys_bpf)
/linux-4.4.14/arch/arm64/include/asm/
H A Dunistd32.h797 __SYSCALL(__NR_bpf, sys_bpf)
/linux-4.4.14/arch/cris/arch-v10/kernel/
H A Dentry.S964 .long sys_bpf
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Dentry.S895 .long sys_bpf
/linux-4.4.14/include/linux/
H A Dsyscalls.h882 asmlinkage long sys_bpf(int cmd, union bpf_attr *attr, unsigned int size);
/linux-4.4.14/arch/ia64/kernel/
H A Dentry.S1769 data8 sys_bpf

Completed in 179 milliseconds