Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
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-6.12.1/arch/arm64/include/asm/
Dextable.h37 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/
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-6.12.1/arch/x86/include/asm/
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-6.12.1/arch/s390/include/asm/
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-6.12.1/arch/loongarch/mm/
Dextable.c59 return ex_handler_bpf(ex, regs); in fixup_exception()
/linux-6.12.1/arch/arm64/mm/
Dextable.c69 return ex_handler_bpf(ex, regs); in fixup_exception()
/linux-6.12.1/arch/riscv/mm/
Dextable.c94 return ex_handler_bpf(ex, regs); in fixup_exception()
/linux-6.12.1/arch/s390/mm/
Dextable.c91 return ex_handler_bpf(ex, regs); in fixup_exception()
/linux-6.12.1/arch/x86/mm/
Dextable.c342 return ex_handler_bpf(e, regs); in fixup_exception()
/linux-6.12.1/arch/loongarch/net/
Dbpf_jit.c398 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
/linux-6.12.1/arch/riscv/net/
Dbpf_jit_comp64.c566 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
/linux-6.12.1/arch/s390/net/
Dbpf_jit_comp.c688 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/
Dbpf_jit_comp.c890 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
/linux-6.12.1/arch/x86/net/
Dbpf_jit_comp.c1320 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs) in ex_handler_bpf() function