/linux-6.12.1/arch/loongarch/include/asm/ |
D | extable.h | 36 bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs); 39 bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs) in ex_handler_bpf() function
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | extable.h | 37 bool ex_handler_bpf(const struct exception_table_entry *ex, 41 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | extable.h | 42 bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs); 45 ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/linux-6.12.1/arch/x86/include/asm/ |
D | extable.h | 54 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs); 56 static inline bool ex_handler_bpf(const struct exception_table_entry *x, in ex_handler_bpf() function
|
/linux-6.12.1/arch/s390/include/asm/ |
D | extable.h | 59 bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs); 63 static inline bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs) in ex_handler_bpf() function
|
/linux-6.12.1/arch/loongarch/mm/ |
D | extable.c | 59 return ex_handler_bpf(ex, regs); in fixup_exception()
|
/linux-6.12.1/arch/arm64/mm/ |
D | extable.c | 69 return ex_handler_bpf(ex, regs); in fixup_exception()
|
/linux-6.12.1/arch/riscv/mm/ |
D | extable.c | 94 return ex_handler_bpf(ex, regs); in fixup_exception()
|
/linux-6.12.1/arch/s390/mm/ |
D | extable.c | 91 return ex_handler_bpf(ex, regs); in fixup_exception()
|
/linux-6.12.1/arch/x86/mm/ |
D | extable.c | 342 return ex_handler_bpf(e, regs); in fixup_exception()
|
/linux-6.12.1/arch/loongarch/net/ |
D | bpf_jit.c | 398 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/linux-6.12.1/arch/riscv/net/ |
D | bpf_jit_comp64.c | 566 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/linux-6.12.1/arch/s390/net/ |
D | bpf_jit_comp.c | 688 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs) in ex_handler_bpf() function
|
/linux-6.12.1/arch/arm64/net/ |
D | bpf_jit_comp.c | 890 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/linux-6.12.1/arch/x86/net/ |
D | bpf_jit_comp.c | 1320 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs) in ex_handler_bpf() function
|