Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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, in ex_handler_bpf() function
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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, in ex_handler_bpf() function
/kernel/linux/linux-6.6/arch/loongarch/mm/
H A Dextable.c59 return ex_handler_bpf(ex, regs); in fixup_exception()
/kernel/linux/linux-6.6/arch/riscv/mm/
H A Dextable.c65 return ex_handler_bpf(ex, regs); in fixup_exception()
/kernel/linux/linux-6.6/arch/arm64/mm/
H A Dextable.c69 return ex_handler_bpf(ex, regs); in fixup_exception()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dextable.c75 return ex_handler_bpf(ex, regs); in fixup_exception()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dextable.c277 return ex_handler_bpf(e, regs); in fixup_exception()
/kernel/linux/linux-5.10/arch/x86/net/
H A Dbpf_jit_comp.c755 static bool ex_handler_bpf(const struct exception_table_entry *x, in ex_handler_bpf() function
1210 delta = (u8 *)ex_handler_bpf - (u8 *)&ex->handler; in do_jit()
1223 * ex_handler_bpf() will use lower 8 bits to adjust in do_jit()
/kernel/linux/linux-5.10/arch/s390/net/
H A Dbpf_jit_comp.c625 static bool ex_handler_bpf(const struct exception_table_entry *x, in ex_handler_bpf() function
674 * ignores fixup field, it is handled by ex_handler_bpf(). in bpf_jit_probe_mem()
681 ex->handler = (u8 *)ex_handler_bpf - (u8 *)&ex->handler; in bpf_jit_probe_mem()
/kernel/linux/linux-6.6/arch/loongarch/net/
H A Dbpf_jit.c393 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit_comp.c694 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
/kernel/linux/linux-6.6/arch/riscv/net/
H A Dbpf_jit_comp64.c570 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf() function
/kernel/linux/linux-6.6/arch/s390/net/
H A Dbpf_jit_comp.c686 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs) in ex_handler_bpf() function
727 * ignores fixup field, it is handled by ex_handler_bpf(). in bpf_jit_probe_mem()
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c912 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs) in ex_handler_bpf() function
1555 * ex_handler_bpf() will use lower 8 bits to adjust in do_jit()

Completed in 23 milliseconds