Home
last modified time | relevance | path

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

123

/linux-6.1.9/arch/x86/mm/
Dextable.c97 static bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault()
104 static bool ex_handler_sgx(const struct exception_table_entry *fixup, in ex_handler_sgx()
121 static bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore()
133 static bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess()
140 static bool ex_handler_copy(const struct exception_table_entry *fixup, in ex_handler_copy()
147 static bool ex_handler_msr(const struct exception_table_entry *fixup, in ex_handler_msr()
175 static bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs()
184 static bool ex_handler_imm_reg(const struct exception_table_entry *fixup, in ex_handler_imm_reg()
191 static bool ex_handler_ucopy_len(const struct exception_table_entry *fixup, in ex_handler_ucopy_len()
/linux-6.1.9/arch/arm64/include/asm/
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_LOAD_UNALIGNED_ZEROPAD(insn, fixup, data, addr) \ argument
Dextable.h20 int insn, fixup; member
/linux-6.1.9/arch/riscv/include/asm/
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
Dextable.h19 int insn, fixup; member
/linux-6.1.9/arch/x86/um/
Dfault.c12 unsigned long fixup; member
20 const struct exception_table_entry *fixup; in arch_fixup() local
/linux-6.1.9/arch/powerpc/lib/
Drestart_table.c12 unsigned long fixup; member
47 unsigned long fixup = rte->fixup; in search_kernel_restart_table() local
/linux-6.1.9/tools/testing/selftests/powerpc/primitives/
Dload_unaligned_zeropad.c66 int fixup; member
77 unsigned long insn, fixup; in segv_handler() local
/linux-6.1.9/arch/sh/mm/
Dextable_32.c15 const struct exception_table_entry *fixup; in fixup_exception() local
/linux-6.1.9/arch/mips/mm/
Dextable.c15 const struct exception_table_entry *fixup; in fixup_exception() local
/linux-6.1.9/arch/nios2/mm/
Dextable.c16 const struct exception_table_entry *fixup; in fixup_exception() local
/linux-6.1.9/arch/arm/mm/
Dextable.c10 const struct exception_table_entry *fixup; in fixup_exception() local
/linux-6.1.9/arch/loongarch/mm/
Dextable.c12 const struct exception_table_entry *fixup; in fixup_exception() local
/linux-6.1.9/include/asm-generic/
Dextable.h20 unsigned long insn, fixup; member
/linux-6.1.9/arch/arc/mm/
Dextable.c14 const struct exception_table_entry *fixup; in fixup_exception() local
/linux-6.1.9/arch/sparc/include/asm/
Dextable.h18 unsigned int insn, fixup; member
/linux-6.1.9/arch/riscv/lib/
Duaccess.S7 .macro fixup op reg addr lbl macro
/linux-6.1.9/arch/ia64/include/asm/
Dextable.h9 int fixup; /* location-relative continuation addr.; if bit 2 is set, r9 is set to 0 */ member
/linux-6.1.9/arch/s390/lib/
Dprobes.c49 int fixup = FIXUP_PSW_NORMAL; in probe_get_fixup_type() local
/linux-6.1.9/arch/arm64/mm/
Dcache.S28 .macro caches_clean_inval_pou_macro, fixup argument
/linux-6.1.9/arch/powerpc/include/asm/
Dextable.h24 int fixup; member
/linux-6.1.9/tools/testing/selftests/powerpc/primitives/asm/
Dextable.h24 int fixup; member
/linux-6.1.9/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h34 int insn, fixup; member
496 unsigned long addr, fixup; in __kvm_unexpected_el2_exception() local
/linux-6.1.9/arch/x86/entry/vdso/
Dextable.c9 int insn, fixup; member
/linux-6.1.9/arch/x86/include/asm/
Dextable.h24 int insn, fixup, data; member

123