Home
last modified time | relevance | path

Searched refs:ex_handler_bpf (Results 1 – 11 of 11) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dextable.h36 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 Dextable.h42 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/x86/include/asm/
H A Dextable.h54 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/arch/s390/include/asm/
H A Dextable.h59 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 Dextable.c59 return ex_handler_bpf(ex, regs); in fixup_exception()
/linux/arch/riscv/mm/
H A Dextable.c94 return ex_handler_bpf(ex, regs); in fixup_exception()
/linux/arch/x86/mm/
H A Dextable.c341 return ex_handler_bpf(e, regs); in fixup_exception()
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c751 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
/linux/arch/loongarch/net/
H A Dbpf_jit.c624 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1088 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
/linux/arch/x86/net/
H A Dbpf_jit_comp.c1479 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs) in ex_handler_bpf() function