Home
last modified time | relevance | path

Searched defs:fixup (Results 1 – 25 of 59) sorted by relevance

123

/linux/arch/arm64/include/asm/
H A Dasm-extable.h76 #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 Dextable.h20 int insn, fixup; member
/linux/arch/x86/mm/
H A Dextable.c98 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 Dasm-extable.h34 #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 Dextable.h19 int insn, fixup; member
/linux/arch/loongarch/include/asm/
H A Dasm-extable.h31 #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 Dextable.h19 int insn, fixup; member
/linux/arch/powerpc/lib/
H A Drestart_table.c12 unsigned long fixup; member
47 unsigned long fixup = rte->fixup; in search_kernel_restart_table() local
/linux/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c66 int fixup; member
77 unsigned long insn, fixup; in segv_handler() local
/linux/arch/arm/mm/
H A Dextable.c10 const struct exception_table_entry *fixup; in fixup_exception() local
/linux/arch/mips/mm/
H A Dextable.c15 const struct exception_table_entry *fixup; in fixup_exception() local
/linux/arch/nios2/mm/
H A Dextable.c16 const struct exception_table_entry *fixup; in fixup_exception() local
/linux/arch/sh/mm/
H A Dextable_32.c15 const struct exception_table_entry *fixup; in fixup_exception() local
/linux/arch/arc/mm/
H A Dextable.c14 const struct exception_table_entry *fixup; in fixup_exception() local
/linux/arch/sparc/include/asm/
H A Dextable.h18 unsigned int insn, fixup; member
/linux/include/asm-generic/
H A Dextable.h20 unsigned long insn, fixup; member
/linux/arch/s390/lib/
H A Dprobes.c49 int fixup = FIXUP_PSW_NORMAL; in probe_get_fixup_type() local
/linux/arch/riscv/lib/
H A Duaccess.S9 .macro fixup op reg addr lbl macro
H A Duaccess_vector.S17 .macro fixup op reg addr lbl macro
/linux/arch/arm64/mm/
H A Dcache.S28 .macro caches_clean_inval_pou_macro, fixup argument
/linux/arch/powerpc/include/asm/
H A Dextable.h24 int fixup; member
/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dextable.h24 int fixup; member
/linux/arch/x86/entry/vdso/
H A Dextable.c9 int insn, fixup; member
/linux/arch/x86/include/asm/
H A Dextable.h24 int insn, fixup, data; member
/linux/arch/microblaze/mm/
H A Dfault.c69 const struct exception_table_entry *fixup; in bad_page_fault() local

123