Home
last modified time | relevance | path

Searched defs:PROG (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/samples/bpf/
H A Dtracex5.bpf.c16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F macro
46 PROG(SYS__NR_write)(struct pt_regs *ctx) in PROG() function
59 PROG(SYS__NR_read)(struct pt_regs *ctx) in PROG() function
73 PROG(SYS__NR_mmap2)(struct pt_regs *ctx) in PROG() function
83 PROG(SYS__NR_mmap)(struct pt_regs *ctx) in PROG() function
H A Dspintest.bpf.c36 #define PROG(foo) \ macro
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c22 #define PROG(F) PROG_(F, _##F) macro
275 PROG(IP)(struct __sk_buff *skb) in PROG() function
324 PROG(IPV6)(struct __sk_buff *skb) in PROG() function
346 PROG(IPV6OP)(struct __sk_buff *skb) in PROG() function
364 PROG(IPV6FR)(struct __sk_buff *skb) in PROG() function
392 PROG(MPLS)(struct __sk_buff *skb) in PROG() function
404 PROG(VLAN)(struct __sk_buff *skb) in PROG() function
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A DMakefile2 PROG= aicasm macro
/openbmc/linux/sound/pci/riptide/
H A Driptide.c397 u16 PROG; member