Searched defs:sc_nr (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/samples/bpf/ |
| H A D | tracex5_kern.c | 32 int sc_nr = (int)PT_REGS_PARM1(ctx); in bpf_prog1() local
|
| /kernel/linux/linux-6.6/arch/arm64/kernel/ |
| H A D | syscall.c | 77 static void el0_svc_common(struct pt_regs *regs, int scno, int sc_nr, in el0_svc_common() argument 40 invoke_syscall(struct pt_regs *regs, unsigned int scno, unsigned int sc_nr, const syscall_fn_t syscall_table[]) invoke_syscall() argument
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| H A D | tracex5.bpf.c | 32 int sc_nr = (int)PT_REGS_PARM1(ctx); in bpf_prog1() local
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| H A D | syscall.c | 93 static void el0_svc_common(struct pt_regs *regs, int scno, int sc_nr, in el0_svc_common() argument 39 invoke_syscall(struct pt_regs *regs, unsigned int scno, unsigned int sc_nr, const syscall_fn_t syscall_table[]) invoke_syscall() argument
|
Completed in 2 milliseconds