/linux/arch/arm64/include/asm/ |
H A D | asm-extable.h | 76 #define __ASM_EXTABLE_RAW(insn, fixup, type, data) \ argument 88 #define _ASM_EXTABLE_UACCESS_ERR_ZERO(insn, fixup, err, zero) \ argument 97 #define _ASM_EXTABLE_KACCESS_ERR_ZERO(insn, fixup, err, zero) \ argument 106 #define _ASM_EXTABLE_UACCESS_ERR(insn, fixup, err) \ argument 109 #define _ASM_EXTABLE_UACCESS(insn, fixup) \ argument 112 #define _ASM_EXTABLE_KACCESS_ERR(insn, fixup, err) \ argument 115 #define _ASM_EXTABLE_KACCESS(insn, fixup) \ argument 118 #define _ASM_EXTABLE_LOAD_UNALIGNED_ZEROPAD(insn, fixup, data, addr) \ argument
|
H A D | extable.h | 20 int insn, fixup; member
|
/linux/arch/x86/mm/ |
H A D | extable.c | 98 static bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault() 105 static bool ex_handler_sgx(const struct exception_table_entry *fixup, in ex_handler_sgx() 122 static bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore() 158 static bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess() 167 static bool ex_handler_msr(const struct exception_table_entry *fixup, in ex_handler_msr() 195 static bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs() 204 static bool ex_handler_imm_reg(const struct exception_table_entry *fixup, in ex_handler_imm_reg() 211 static bool ex_handler_ucopy_len(const struct exception_table_entry *fixup, in ex_handler_ucopy_len() 221 static bool ex_handler_eretu(const struct exception_table_entry *fixup, in ex_handler_eretu()
|
/linux/arch/riscv/include/asm/ |
H A D | asm-extable.h | 34 #define __ASM_EXTABLE_RAW(insn, fixup, type, data) \ argument 43 #define _ASM_EXTABLE(insn, fixup) \ argument 59 #define _ASM_EXTABLE_UACCESS_ERR_ZERO(insn, fixup, err, zero) \ argument 68 #define _ASM_EXTABLE_UACCESS_ERR(insn, fixup, err) \ argument 71 #define _ASM_EXTABLE_LOAD_UNALIGNED_ZEROPAD(insn, fixup, data, addr) \ argument 83 #define _ASM_EXTABLE_UACCESS_ERR(insn, fixup, err) argument
|
H A D | extable.h | 19 int insn, fixup; member
|
/linux/arch/loongarch/include/asm/ |
H A D | asm-extable.h | 31 #define __ASM_EXTABLE_RAW(insn, fixup, type, data) \ argument 40 #define _ASM_EXTABLE(insn, fixup) \ argument 51 #define _ASM_EXTABLE_UACCESS_ERR_ZERO(insn, fixup, err, zero) \ argument 60 #define _ASM_EXTABLE_UACCESS_ERR(insn, fixup, err) \ argument
|
H A D | extable.h | 19 int insn, fixup; member
|
/linux/arch/powerpc/lib/ |
H A D | restart_table.c | 12 unsigned long fixup; member 47 unsigned long fixup = rte->fixup; in search_kernel_restart_table() local
|
/linux/tools/testing/selftests/powerpc/primitives/ |
H A D | load_unaligned_zeropad.c | 66 int fixup; member 77 unsigned long insn, fixup; in segv_handler() local
|
/linux/arch/arm/mm/ |
H A D | extable.c | 10 const struct exception_table_entry *fixup; in fixup_exception() local
|
/linux/arch/mips/mm/ |
H A D | extable.c | 15 const struct exception_table_entry *fixup; in fixup_exception() local
|
/linux/arch/nios2/mm/ |
H A D | extable.c | 16 const struct exception_table_entry *fixup; in fixup_exception() local
|
/linux/arch/sh/mm/ |
H A D | extable_32.c | 15 const struct exception_table_entry *fixup; in fixup_exception() local
|
/linux/arch/arc/mm/ |
H A D | extable.c | 14 const struct exception_table_entry *fixup; in fixup_exception() local
|
/linux/arch/sparc/include/asm/ |
H A D | extable.h | 18 unsigned int insn, fixup; member
|
/linux/include/asm-generic/ |
H A D | extable.h | 20 unsigned long insn, fixup; member
|
/linux/arch/s390/lib/ |
H A D | probes.c | 49 int fixup = FIXUP_PSW_NORMAL; in probe_get_fixup_type() local
|
/linux/arch/riscv/lib/ |
H A D | uaccess.S | 9 .macro fixup op reg addr lbl macro
|
H A D | uaccess_vector.S | 17 .macro fixup op reg addr lbl macro
|
/linux/arch/arm64/mm/ |
H A D | cache.S | 28 .macro caches_clean_inval_pou_macro, fixup argument
|
/linux/arch/powerpc/include/asm/ |
H A D | extable.h | 24 int fixup; member
|
/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | extable.h | 24 int fixup; member
|
/linux/arch/x86/entry/vdso/ |
H A D | extable.c | 9 int insn, fixup; member
|
/linux/arch/x86/include/asm/ |
H A D | extable.h | 24 int insn, fixup, data; member
|
/linux/arch/microblaze/mm/ |
H A D | fault.c | 69 const struct exception_table_entry *fixup; in bad_page_fault() local
|