Searched refs:do_DataAbort (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/arch/arm/mm/ |
D | abort-lv4t.S | 49 /* c */ b do_DataAbort @ ldc rd, [rn], #m @ Same as ldr rd, [rn], #m 50 /* d */ b do_DataAbort @ ldc rd, [rn, #m] 63 beq do_DataAbort @ no writeback -> no fixup 84 b do_DataAbort 88 beq do_DataAbort @ No writeback -> no fixup 104 b do_DataAbort 108 beq do_DataAbort @ no writeback -> no fixup 111 beq do_DataAbort @ zero -> no fixup 120 b do_DataAbort 124 beq do_DataAbort @ no writeback -> no fixup [all …]
|
D | abort-ev5tj.S | 25 bne do_DataAbort 30 beq do_DataAbort @ yes 33 b do_DataAbort
|
D | abort-ev5t.S | 28 beq do_DataAbort @ yes 31 b do_DataAbort
|
D | abort-nommu.S | 20 b do_DataAbort
|
D | abort-ev7.S | 21 b do_DataAbort
|
D | fault.h | 40 asmlinkage void do_DataAbort(unsigned long addr, unsigned int fsr,
|
D | abort-ev4.S | 27 b do_DataAbort
|
D | abort-ev4t.S | 28 b do_DataAbort
|
D | abort-macro.S | 23 b do_DataAbort
|
D | abort-ev6.S | 45 b do_DataAbort
|
D | fault.c | 522 do_DataAbort(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_DataAbort() function
|