Searched defs:ex_handler_bpf (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | extable.h | 39 bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs) in ex_handler_bpf() function
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | extable.h | 41 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | extable.h | 57 static inline bool ex_handler_bpf(const struct exception_table_entry *x, in ex_handler_bpf() function
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | extable.h | 45 ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | extable.h | 63 static inline bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs) in ex_handler_bpf() function
|
/openbmc/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 393 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 570 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 694 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/openbmc/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 686 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs) in ex_handler_bpf() function
|
/openbmc/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 962 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs) in ex_handler_bpf() function
|