Home
last modified time | relevance | path

Searched refs:PC (Results 1 – 25 of 71) sorted by relevance

123

/arch/powerpc/boot/dts/fsl/
Dp1020rdb-pc_camp_core0.dts3 * P1020 RDB-PC Core0 Device Tree Source in CAMP mode.
18 model = "fsl,P1020RDB-PC";
19 compatible = "fsl,P1020RDB-PC";
Dp1020rdb-pc_camp_core1.dts3 * P1020 RDB-PC Core1 Device Tree Source in CAMP mode.
17 model = "fsl,P1020RDB-PC";
18 compatible = "fsl,P1020RDB-PC";
Dp1020utm-pc_32b.dts2 * P1020 UTM-PC Device Tree Source (32-bit address map)
37 model = "fsl,P1020UTM-PC";
38 compatible = "fsl,P1020UTM-PC";
Dp1020rdb-pc_36b.dts2 * P1020 RDB-PC Device Tree Source (36-bit address map)
37 model = "fsl,P1020RDB-PC";
38 compatible = "fsl,P1020RDB-PC";
Dp1020mbg-pc_32b.dts2 * P1020 MBG-PC Device Tree Source (32-bit address map)
37 model = "fsl,P1020MBG-PC";
38 compatible = "fsl,P1020MBG-PC";
Dp1020rdb-pc_32b.dts2 * P1020 RDB-PC Device Tree Source (32-bit address map)
37 model = "fsl,P1020RDB-PC";
38 compatible = "fsl,P1020RDB-PC";
Dp1020utm-pc_36b.dts2 * P1020 UTM-PC Device Tree Source (36-bit address map)
37 model = "fsl,P1020UTM-PC";
38 compatible = "fsl,P1020UTM-PC";
Dp1020mbg-pc_36b.dts2 * P1020 MBG-PC Device Tree Source (36-bit address map)
37 model = "fsl,P1020MBG-PC";
38 compatible = "fsl,P1020MBG-PC";
/arch/arm/kernel/
Dunwind.c76 PC = 15 enumerator
339 if (ctrl->vrs[PC] == 0) in unwind_exec_insn()
340 ctrl->vrs[PC] = ctrl->vrs[LR]; in unwind_exec_insn()
365 ctrl->vrs[FP], ctrl->vrs[SP], ctrl->vrs[LR], ctrl->vrs[PC]); in unwind_exec_insn()
400 ctrl.vrs[PC] = 0; in unwind_frame()
443 if (ctrl.vrs[PC] == 0) in unwind_frame()
444 ctrl.vrs[PC] = ctrl.vrs[LR]; in unwind_frame()
447 if (frame->pc == ctrl.vrs[PC]) in unwind_frame()
453 frame->pc = ctrl.vrs[PC]; in unwind_frame()
Dentry-ftrace.S73 sub sp, sp, #8 @ space for PC and CPSR OLD_R0,
79 str lr, [sp, #0] @ store LR instead of PC
116 ldr ip, [sp, #8] @ restore PC
136 ldr ip, [sp, #8] @ restore PC
Dentry-armv.S240 @ Correct the PC such that it is pointing at the instruction
242 @ the PC will be pointing at the next instruction, and have to
243 @ subtract 4. Otherwise, it is Thumb, and the PC will be
285 mov r1, #4 @ PC correction to apply
534 add r2, r2, #2 @ r2 is PC + 2, make it PC + 4
1025 * Enter in IRQ mode, spsr = SVC/USR CPSR, lr = SVC/USR PC
1039 @ Save r0, lr_<exception> (parent PC) and spsr_<exception>
/arch/mips/loongson64/
DKconfig8 bool "Lemote Fuloong(2e) mini-PC"
30 Lemote Fuloong(2e) mini-PC board based on the Chinese Loongson-2E CPU and
33 Lemote Fuloong(2e) mini PC have a VIA686B south bridge.
63 These family machines include fuloong2f mini PC, yeeloong2f notebook,
64 LingLoong allinone PC and so forth.
/arch/arm/lib/
Dbacktrace.S38 1: stmfd sp!, {pc} @ calculate offset of PC stored
64 sub sv_pc, sv_pc, offset @ Correct PC for prefetching
65 bic sv_pc, sv_pc, mask @ mask PC/LR for the mode
75 bic r1, r1, mask @ mask PC/LR for the mode
/arch/arm/nwfpe/
Dfpmodule.inl28 for this in this routine. LDF/STF instructions with Rn = PC
29 depend on the PC being correct, as they use PC+8 in their
70 * the CPSR may be the PC register itself.
Dentry.S70 ldr r5, [sp, #S_PC] @ get contents of PC;
88 @ increment PC
96 str r5, [sp, #S_PC] @ update PC copy in regs
/arch/m68k/q40/
DREADME27 drivers/char/q40_keyb.c # use PC keymaps for national keyboards
28 serial.c # normal PC driver - any speed
35 floppy.c # normal PC driver, DMA emu in asm/floppy.h
44 Various other PC drivers can be enabled simply by adding them to
123 the PC scancodes x86 Linux uses. So by theory every national keyboard should
126 Unfortunately the AT->PC translation isn't quite trivial and even worse, my
134 - 'showkey -s' run on a PC, non-X session
136 btw if the showkey output from PC and Q40 doesn't differ then you have some
/arch/m68k/ifpsp060/
Diskeleton.S63 | the PC pointing to the instruction following the instruction
100 | * Current PC * * Current PC *
105 | * PC * * PC *
140 | * Current PC * * Current PC *
145 | * PC * * PC *
DCHANGES80 PC = PC of instruction being emulated
82 ADDRESS = PC of instruction being emulated
102 PC = PC of instruction being emulated
/arch/alpha/lib/
Dstacktrace.c38 #define IS_KERNEL_TEXT(PC) ((unsigned long)(PC) > START_ADDR) argument
/arch/m68k/fpsp040/
Dx_bsun.S6 | Copy the PC to FPIAR to maintain 881/882 compatibility
/arch/arm/boot/dts/
Dsun8i-h3-orangepi-pc-plus.dts43 /* The Orange Pi PC Plus is an extended version of the regular PC */
47 model = "Xunlong Orange Pi PC Plus";
/arch/m68k/include/asm/
DMC68328.h487 #define PC(x) (1 << (x)) macro
489 #define PC_WE PC(6) /* Use WE as PC(6) */
490 #define PC_DTACK PC(5) /* Use DTACK as PC(5) */
491 #define PC_IRQ7 PC(4) /* Use IRQ7 as PC(4) */
492 #define PC_LDS PC(2) /* Use LDS as PC(2) */
493 #define PC_UDS PC(1) /* Use UDS as PC(1) */
494 #define PC_MOCLK PC(0) /* Use MOCLK as PC(0) */
/arch/mips/include/uapi/asm/
Dptrace.h17 #define PC 64 macro
/arch/arm/probes/
Ddecode-thumb.c192 REGS(PC, 0, NOSPPC, 0, 0)),
337 REGS(PC, ANY, 0, 0, 0)),
357 REGS(PC, NOSPPCX, 0, 0, 0)),
/arch/xtensa/kernel/
Dalign.S247 addi a7, a7, 2 # increment PC (assume 16-bit insn)
349 addi a7, a7, 2 # incr. PC,assume 16-bit instruction
355 addi a7, a7, 1 # increment PC, 32-bit instruction
357 addi a7, a7, 3 # increment PC, 32-bit instruction
415 rsr a7, lbeg # set PC to LBEGIN

123