Searched refs:RETS (Results 1 - 22 of 22) sorted by relevance
/linux-4.1.27/arch/blackfin/lib/ |
H A D | umodsi3.S | 33 [--SP] = RETS; /* Return address */ 41 RETS = [SP++]; /* Pop return address */ define
|
H A D | modsi3.S | 40 [--SP] = RETS; /* and return address */ 48 RETS = [SP++]; /* Get back return address */ define
|
H A D | strncpy.S | 69 R0 = RETS; 74 RETS = R0; define
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | ftrace.c | 52 call[0] = 0x67; /* [--SP] = RETS; */ ftrace_make_call() 55 call[6] = 0x27; /* RETS = [SP++]; */ ftrace_make_call() 121 /* all is well in the world ! hijack RETS ... */ prepare_ftrace_return()
|
H A D | ftrace-entry.S | 31 * Upon entry, the RETS will point to the top of the current profiled 32 * function. And since GCC pushed the previous RETS for us, the previous
|
H A D | early_printk.c | 194 * Note - don't change RETS - we are in a subroutine, or init_early_exception_vectors()
|
H A D | pseudodbg.c | 17 "A0.X", "A0.W", "A1.X", "A1.W", "<res>", "<res>", "ASTAT", "RETS",
|
H A D | trace.c | 946 pr_notice(" RETS: %s\n", buf); show_regs()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
H A D | context.S | 61 [--sp] = RETS; 133 [--sp] = RETS; 201 [--sp] = RETS; 234 RETS = [sp++]; define 294 RETS = [sp++]; define 367 [--sp] = RETS; 371 RETS = [sp++]; define
|
H A D | dpmc.h | 109 [--sp] = RETS; 135 RETS = [sp++];
|
/linux-4.1.27/arch/blackfin/mach-common/ |
H A D | dpmc_modes.S | 15 [--SP] = RETS; 50 RETS = [SP++]; define 91 [--SP] = RETS; 185 RETS = [SP++]; define
|
H A D | interrupt.S | 75 [--sp] = RETS;
|
H A D | entry.S | 541 /* Store RETS for now */
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | kprobes.c | 210 /* RETS */ find_nextpc() 329 /* RETS */ singlestep_branch_setup()
|
H A D | kgdb.c | 247 /* RETS */ kgdb_arch_do_singlestep()
|
H A D | gdb-stub.c | 604 /* RETS */ gdbstub_single_step()
|
/linux-4.1.27/arch/blackfin/mach-bf538/include/mach/ |
H A D | anomaly.h | 110 /* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
|
/linux-4.1.27/arch/blackfin/mach-bf537/include/mach/ |
H A D | anomaly.h | 140 /* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
|
/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/ |
H A D | anomaly.h | 86 /* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
|
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/ |
H A D | anomaly.h | 56 /* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
|
/linux-4.1.27/arch/blackfin/mach-bf533/include/mach/ |
H A D | anomaly.h | 190 /* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
|
/linux-4.1.27/arch/blackfin/mach-bf561/include/mach/ |
H A D | anomaly.h | 222 /* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
|
Completed in 382 milliseconds