Searched defs:fixup (Results 1 – 25 of 48) sorted by relevance
12
/arch/x86/mm/ |
D | extable.c | 26 __visible bool ex_handler_default(const struct exception_table_entry *fixup, in ex_handler_default() 36 __visible bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault() 51 __visible bool ex_handler_refcount(const struct exception_table_entry *fixup, in ex_handler_refcount() 106 __visible bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore() 121 __visible bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess() 132 __visible bool ex_handler_ext(const struct exception_table_entry *fixup, in ex_handler_ext() 144 __visible bool ex_handler_rdmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_rdmsr_unsafe() 161 __visible bool ex_handler_wrmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_wrmsr_unsafe() 177 __visible bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs()
|
/arch/x86/um/ |
D | fault.c | 12 unsigned long fixup; member 20 const struct exception_table_entry *fixup; in arch_fixup() local
|
/arch/arm64/mm/ |
D | extable.c | 11 const struct exception_table_entry *fixup; in fixup_exception() local
|
/arch/riscv/lib/ |
D | uaccess.S | 6 .macro fixup op reg addr lbl macro
|
/arch/nds32/mm/ |
D | extable.c | 9 const struct exception_table_entry *fixup; in fixup_exception() local
|
/arch/sh/mm/ |
D | extable_32.c | 15 const struct exception_table_entry *fixup; in fixup_exception() local
|
D | extable_64.c | 75 const struct exception_table_entry *fixup; in fixup_exception() local
|
/arch/riscv/mm/ |
D | extable.c | 16 const struct exception_table_entry *fixup; in fixup_exception() local
|
/arch/mips/mm/ |
D | extable.c | 15 const struct exception_table_entry *fixup; in fixup_exception() local
|
/arch/unicore32/mm/ |
D | extable.c | 14 const struct exception_table_entry *fixup; in fixup_exception() local
|
/arch/arm/mm/ |
D | extable.c | 10 const struct exception_table_entry *fixup; in fixup_exception() local
|
/arch/nios2/mm/ |
D | extable.c | 16 const struct exception_table_entry *fixup; in fixup_exception() local
|
/arch/sparc/include/asm/ |
D | extable_64.h | 18 unsigned int insn, fixup; member
|
/arch/s390/lib/ |
D | probes.c | 49 int fixup = FIXUP_PSW_NORMAL; in probe_get_fixup_type() local
|
/arch/arm64/include/asm/ |
D | extable.h | 20 int insn, fixup; member
|
/arch/ia64/include/asm/ |
D | extable.h | 9 int fixup; /* location-relative continuation addr.; if bit 2 is set, r9 is set to 0 */ member
|
/arch/s390/include/asm/ |
D | extable.h | 19 int insn, fixup; member
|
/arch/powerpc/include/asm/ |
D | extable.h | 22 int fixup; member
|
/arch/arc/mm/ |
D | extable.c | 14 const struct exception_table_entry *fixup; in fixup_exception() local
|
/arch/x86/include/asm/ |
D | extable.h | 18 int insn, fixup, handler; member
|
/arch/microblaze/mm/ |
D | fault.c | 69 const struct exception_table_entry *fixup; in bad_page_fault() local
|
/arch/csky/mm/ |
D | fault.c | 29 const struct exception_table_entry *fixup; in fixup_exception() local
|
/arch/hexagon/mm/ |
D | vm_fault.c | 43 const struct exception_table_entry *fixup; in do_page_fault() local
|
/arch/alpha/mm/ |
D | fault.c | 89 const struct exception_table_entry *fixup; in do_page_fault() local
|
/arch/alpha/include/asm/ |
D | extable.h | 35 } fixup; member
|
12