Searched refs:exception_table_entry (Results 51 - 68 of 68) sorted by relevance

123

/linux-master/arch/powerpc/mm/
H A Dfault.c652 const struct exception_table_entry *entry;
/linux-master/arch/s390/kernel/
H A Dsetup.c104 struct exception_table_entry __amode31_ref *__start_amode31_ex_table = _start_amode31_ex_table;
105 struct exception_table_entry __amode31_ref *__stop_amode31_ex_table = _stop_amode31_ex_table;
/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)
699 struct exception_table_entry *ex;
2021 __alignof__(struct exception_table_entry));
2023 sizeof(struct exception_table_entry);
2028 fp->aux->extable = (struct exception_table_entry *)
/linux-master/arch/sparc/kernel/
H A Dtraps_64.c301 const struct exception_table_entry *entry;
350 const struct exception_table_entry *entry;
1725 const struct exception_table_entry *entry;
2052 const struct exception_table_entry *entry;
2670 const struct exception_table_entry *entry;
H A Dunaligned_64.c263 const struct exception_table_entry *entry;
/linux-master/arch/loongarch/net/
H A Dbpf_jit.c398 bool ex_handler_bpf(const struct exception_table_entry *ex,
417 struct exception_table_entry *ex;
1248 extable_size = prog->aux->num_exentries * sizeof(struct exception_table_entry);
/linux-master/arch/powerpc/kernel/
H A Dmce.c271 const struct exception_table_entry *entry;
H A Dtraps.c536 const struct exception_table_entry *entry;
/linux-master/arch/powerpc/sysdev/
H A Dfsl_rio.c105 const struct exception_table_entry *entry;
/linux-master/arch/alpha/kernel/
H A Dtraps.c383 const struct exception_table_entry *fixup;
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c764 bool ex_handler_bpf(const struct exception_table_entry *ex,
784 struct exception_table_entry *ex;
1769 extable_align = __alignof__(struct exception_table_entry);
1771 sizeof(struct exception_table_entry);
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c1225 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs)
1823 struct exception_table_entry *ex;
1923 struct exception_table_entry *ex;
3336 u32 align = __alignof__(struct exception_table_entry);
3338 sizeof(struct exception_table_entry);
/linux-master/arch/m68k/kernel/
H A Dsignal.c94 const struct exception_table_entry *fixup;
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c559 bool ex_handler_bpf(const struct exception_table_entry *ex,
577 struct exception_table_entry *ex;
/linux-master/kernel/bpf/
H A Dcore.c784 const struct exception_table_entry *search_bpf_extables(unsigned long addr)
786 const struct exception_table_entry *e = NULL;
/linux-master/kernel/module/
H A Dmain.c3244 const struct exception_table_entry *search_module_extables(unsigned long addr)
3246 const struct exception_table_entry *e = NULL;
/linux-master/include/linux/
H A Dbpf.h45 struct exception_table_entry;
1531 struct exception_table_entry *extable;
/linux-master/arch/sparc/mm/
H A Dinit_64.c3005 const struct exception_table_entry *entry;

Completed in 277 milliseconds

123