Searched refs:original (Results 1 – 25 of 65) sorted by relevance
123
/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 210 ! k2 returns original pr 211 ! k3 returns original sr 212 ! k4 returns original stack pointer 238 mov.l @r15+, k4 ! original stack pointer 240 mov.l @r15+, k2 ! original PR 241 mov.l @r15+, k3 ! original SR 256 mov k3, k2 ! original SR value 260 and k1, k2 ! Mask original SR value 297 sts pr, k3 ! save original pr value in k3 302 ! k0 returns original sp (after roll back)
|
/arch/x86/um/os-Linux/ |
D | task_size.c | 81 unsigned long test, original; in os_get_top_address() local 117 original = bottom; in os_get_top_address()
|
/arch/arm/mach-pxa/ |
D | sleep.S | 70 ldr r8, [r6] @ keep original value for resume 108 @ as the system will restore with the original speed settings 113 ldr r8, [r6] @ keep original value for resume 147 @ restore the original cpu speed value for resume
|
/arch/m68k/fpsp040/ |
D | bindec.S | 32 | approximated by adding e + 0.f when the original 58 | function of the original rounding mode and the signs 77 | A11. Restore original FPCR; set size ext. 120 | a0: ptr for original operand/final result 122 | a2: pointer to FP_X; abs(original value) in ext 218 | imated by adding e + 0.f when the original value is viewed 231 | a0: ptr for original operand/final result 280 | original decimal point which are to be included as 294 | a0: ptr for original operand/final result 366 | a0: ptr for original operand/final result [all …]
|
D | round.S | 135 | prior to usage, and needs to restore d1 to original. 156 tstl %d0 |test original g,r,s 166 tstl %d0 |test word original g,r,s 175 swap %d1 |restore d1 to original 527 movel FP_SCR2+LOCAL_GRS(%a6),%d0 |restore original g,r,s 549 movel FP_SCR2+LOCAL_GRS(%a6),%d2 |restore original g,r,s 551 tstl %d2 |test if original G,R,S are clear 584 movel FP_SCR2+LOCAL_GRS(%a6),%d2 |restore original g,r,s 586 tstl %d2 |test if original G,R,S are clear
|
D | sto_res.S | 8 | are then restored to the original contents.
|
D | decbin.S | 139 | ( ) a6: pointer to original bcd value 140 | (*) FP_SCR1: working copy of original bcd value 141 | (*) L_SCR1: copy of original exponent word
|
D | ssinh.S | 80 movel %d0,%a1 | save a copy of original (compacted) operand
|
/arch/arm/include/debug/ |
D | omap2plus.S | 67 orr \rx, \rx, \rd, lsr #24 @ restore original rx (LSR) 68 bic \rd, \rd, #(0xff << 24) @ restore original rd
|
D | vexpress.S | 26 @ - the original A9 core tile (based on ARM Cortex-A9 r0p1)
|
/arch/m68k/ifpsp060/src/ |
D | README-SRC | 1 This is the original source code from Motorola for the 68060 processor
|
/arch/arm/boot/dts/ |
D | am57xx-beagle-x15.dts | 9 /* NOTE: This describes the "original" pre-production A2 revision */
|
D | s5pv210-smdkc110.dts | 12 * NOTE: This file is completely based on original board file for mach-smdkc110
|
D | s5pv210-torbreck.dts | 12 * NOTE: This file is completely based on original board file for mach-torbreck
|
D | sun8i-h2-plus-orangepi-r1.dts | 54 * regulator on the original Zero. However it's used for USB
|
D | s5pv210-smdkv210.dts | 12 * NOTE: This file is completely based on original board file for mach-smdkv210
|
/arch/m68k/kernel/ |
D | entry.S | 96 | [original pt_regs address] [original switch_stack address] 102 | [original pt_regs address] [original switch_stack address]
|
/arch/parisc/boot/compressed/ |
D | head.S | 30 ;! nuke the W bit, saving original value
|
/arch/sparc/kernel/ |
D | cherrs.S | 182 rdpr %tl, %g1 ! Save original trap level 189 wrpr %g1, %tl ! Restore original trap level 194 wrpr %g1, %tl ! Restore original trap level 233 rdpr %tl, %g1 ! Save original trap level 240 wrpr %g1, %tl ! Restore original trap level 245 wrpr %g1, %tl ! Restore original trap level
|
/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 63 mov.l r0,@-r15 ! original SR 66 mov.l r0,@-r15 ! original PC 69 lds r0,pr ! pr = original SP
|
/arch/arm/kernel/ |
D | entry-header.S | 104 @ calculate the original stack pointer value. 134 @ read original r12, sp, lr, pc and xPSR 162 @ restore original r4-r11
|
/arch/powerpc/platforms/52xx/ |
D | Kconfig | 53 Enable workarounds for original MPC5200 errata. This is not required
|
/arch/sh/kernel/cpu/sh2/ |
D | entry.S | 82 mov.l r0,@-r15 ! original SR 85 mov.l r0,@-r15 ! original PC 88 mov.l r3,@-r15 ! original SP
|
/arch/x86/events/intel/ |
D | p4.c | 591 u64 original; member 602 .original = 636 if (config_match == p4_event_aliases[i].original) { in p4_get_alias_event() 640 config_match = p4_event_aliases[i].original; in p4_get_alias_event()
|
/arch/arm/mm/ |
D | proc-v7m.S | 141 str r5, [r12, #11 * 4] @ restore the original SVC vector entry
|
123