Searched refs:ex_handler_bpf (Results 1 – 14 of 14) sorted by relevance
/linux/arch/loongarch/include/asm/ |
H A 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/arch/riscv/include/asm/ |
H A 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/arch/arm64/include/asm/ |
H A D | extable.h | 39 bool ex_handler_bpf(const struct exception_table_entry *ex, 43 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/linux/arch/s390/include/asm/ |
H A 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/arch/loongarch/mm/ |
H A D | extable.c | 59 return ex_handler_bpf(ex, regs); in fixup_exception()
|
/linux/arch/riscv/mm/ |
H A D | extable.c | 94 return ex_handler_bpf(ex, regs); in fixup_exception()
|
/linux/arch/arm64/mm/ |
H A D | extable.c | 105 return ex_handler_bpf(ex, regs); in fixup_exception()
|
/linux/arch/s390/mm/ |
H A D | extable.c | 130 return ex_handler_bpf(ex, regs); in fixup_exception()
|
/linux/arch/x86/mm/ |
H A D | extable.c | 341 return ex_handler_bpf(e, regs); in fixup_exception()
|
/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 443 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 772 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 711 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs) in ex_handler_bpf() function
|
/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 1073 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
|
/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 1393 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs) in ex_handler_bpf() function
|