Searched refs:ex_handler_bpf (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dextable.h37 bool ex_handler_bpf(const struct exception_table_entry *ex,
41 bool ex_handler_bpf(const struct exception_table_entry *ex, function
/linux-master/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) function
/linux-master/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) function
/linux-master/arch/x86/include/asm/
H A Dextable.h55 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs);
57 static inline bool ex_handler_bpf(const struct exception_table_entry *x, function
/linux-master/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, function
/linux-master/arch/arm64/mm/
H A Dextable.c69 return ex_handler_bpf(ex, regs);
/linux-master/arch/loongarch/mm/
H A Dextable.c59 return ex_handler_bpf(ex, regs);
/linux-master/arch/riscv/mm/
H A Dextable.c94 return ex_handler_bpf(ex, regs);
/linux-master/arch/s390/mm/
H A Dextable.c91 return ex_handler_bpf(ex, regs);
/linux-master/arch/x86/mm/
H A Dextable.c351 return ex_handler_bpf(e, regs);
/linux-master/arch/loongarch/net/
H A Dbpf_jit.c398 bool ex_handler_bpf(const struct exception_table_entry *ex, function
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c742 bool ex_handler_bpf(const struct exception_table_entry *ex, function
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c689 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs) function
730 * ignores fixup field, it is handled by ex_handler_bpf().
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c552 bool ex_handler_bpf(const struct exception_table_entry *ex, function
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c1174 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs) function
1904 * ex_handler_bpf() will use lower 8 bits to adjust

Completed in 178 milliseconds