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

123

/linux-master/arch/x86/mm/
H A Dextable.c28 ex_fixup_addr(const struct exception_table_entry *x)
33 static bool ex_handler_default(const struct exception_table_entry *e,
57 static bool ex_handler_zeropad(const struct exception_table_entry *e,
98 static bool ex_handler_fault(const struct exception_table_entry *fixup,
105 static bool ex_handler_sgx(const struct exception_table_entry *fixup,
122 static bool ex_handler_fprestore(const struct exception_table_entry *fixup,
158 static bool ex_handler_uaccess(const struct exception_table_entry *fixup,
167 static bool ex_handler_copy(const struct exception_table_entry *fixup,
174 static bool ex_handler_msr(const struct exception_table_entry *fixup,
202 static bool ex_handler_clear_fs(const struct exception_table_entry *fixu
[all...]
/linux-master/arch/alpha/include/asm/
H A Dextable.h25 struct exception_table_entry struct
/linux-master/arch/s390/kernel/
H A Dentry.h69 extern struct exception_table_entry _start_amode31_ex_table[];
70 extern struct exception_table_entry _stop_amode31_ex_table[];
/linux-master/arch/hexagon/mm/
H A Dvm_fault.c44 const struct exception_table_entry *fixup;
/linux-master/arch/sh/kernel/
H A Dtraps.c78 const struct exception_table_entry *fixup;
H A Dkprobes.c364 const struct exception_table_entry *entry;
/linux-master/arch/microblaze/mm/
H A Dfault.c69 const struct exception_table_entry *fixup;
/linux-master/arch/alpha/mm/
H A Dfault.c90 const struct exception_table_entry *fixup;
/linux-master/arch/openrisc/mm/
H A Dfault.c232 const struct exception_table_entry *entry;
/linux-master/arch/openrisc/kernel/
H A Dtraps.c313 const struct exception_table_entry *entry;
355 const struct exception_table_entry *entry;
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp.c171 extable_len = fp->aux->num_exentries * sizeof(struct exception_table_entry);
263 struct exception_table_entry *ex, *ex_entry;
/linux-master/arch/mips/kernel/
H A Dmodule.c403 const struct exception_table_entry *search_module_dbetables(unsigned long addr)
406 const struct exception_table_entry *e = NULL;
H A Dtraps.c429 extern struct exception_table_entry __start___dbe_table[];
430 extern struct exception_table_entry __stop___dbe_table[];
437 static const struct exception_table_entry *search_dbe_tables(unsigned long addr)
439 const struct exception_table_entry *e;
451 const struct exception_table_entry *fixup = NULL;
/linux-master/arch/sparc/kernel/
H A Dunaligned_32.c217 const struct exception_table_entry *entry;
H A Dkprobes.c324 const struct exception_table_entry *entry;
/linux-master/arch/csky/mm/
H A Dfault.c11 const struct exception_table_entry *fixup;
/linux-master/arch/parisc/net/
H A Dbpf_jit_core.c111 sizeof(struct exception_table_entry);
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dholly.c245 const struct exception_table_entry *entry;
/linux-master/arch/xtensa/mm/
H A Dfault.c239 const struct exception_table_entry *entry;
/linux-master/arch/riscv/net/
H A Dbpf_jit_core.c120 sizeof(struct exception_table_entry);
/linux-master/include/linux/
H A Dmodule.h43 struct exception_table_entry;
455 struct exception_table_entry *extable;
/linux-master/arch/sparc/mm/
H A Dfault_32.c232 const struct exception_table_entry *entry;
H A Dfault_64.c235 const struct exception_table_entry *entry;
/linux-master/arch/parisc/mm/
H A Dfault.c145 const struct exception_table_entry *fix;
/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);

Completed in 251 milliseconds

123