Home
last modified time | relevance | path

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

1234

/arch/mips/loongson2ef/
A DKconfig8 bool "Lemote Fuloong(2e) mini-PC"
32 Lemote Fuloong(2e) mini-PC board based on the Chinese Loongson-2E CPU and
35 Lemote Fuloong(2e) mini PC have a VIA686B south bridge.
67 These family machines include fuloong2f mini PC, yeeloong2f notebook,
68 LingLoong allinone PC and so forth.
/arch/powerpc/boot/dts/fsl/
A 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";
A 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";
A Dp1020rdb-pc_32b.dts2 * P1020 RDB-PC Device Tree Source (32-bit address map)
37 model = "fsl,P1020RDB-PC";
38 compatible = "fsl,P1020RDB-PC";
A Dp1020mbg-pc_32b.dts2 * P1020 MBG-PC Device Tree Source (32-bit address map)
37 model = "fsl,P1020MBG-PC";
38 compatible = "fsl,P1020MBG-PC";
A Dp1020mbg-pc_36b.dts2 * P1020 MBG-PC Device Tree Source (36-bit address map)
37 model = "fsl,P1020MBG-PC";
38 compatible = "fsl,P1020MBG-PC";
A Dp1020rdb-pc_36b.dts2 * P1020 RDB-PC Device Tree Source (36-bit address map)
37 model = "fsl,P1020RDB-PC";
38 compatible = "fsl,P1020RDB-PC";
A Dp1020utm-pc_32b.dts2 * P1020 UTM-PC Device Tree Source (32-bit address map)
37 model = "fsl,P1020UTM-PC";
38 compatible = "fsl,P1020UTM-PC";
A Dp1020utm-pc_36b.dts2 * P1020 UTM-PC Device Tree Source (36-bit address map)
37 model = "fsl,P1020UTM-PC";
38 compatible = "fsl,P1020UTM-PC";
/arch/arm/nwfpe/
A Dentry.S71 ldr r5, [sp, #S_PC] @ get contents of PC;
89 @ increment PC
97 str r5, [sp, #S_PC] @ update PC copy in regs
124 @ r4 = PC value to resume execution after successful emulation
131 sub r4, r4, #4 @ ARM instruction at user PC - 4
176 @ r2 = PC+4
A 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.
/arch/arm/kernel/
A Dunwind.c77 PC = 15 enumerator
370 if (ctrl->vrs[PC] == 0) in unwind_exec_insn()
371 ctrl->vrs[PC] = ctrl->vrs[LR]; in unwind_exec_insn()
396 ctrl->vrs[FP], ctrl->vrs[SP], ctrl->vrs[LR], ctrl->vrs[PC]); in unwind_exec_insn()
440 ctrl.vrs[PC] = 0; in unwind_frame()
506 if (ctrl.vrs[PC] == 0) in unwind_frame()
507 ctrl.vrs[PC] = ctrl.vrs[LR]; in unwind_frame()
510 if (frame->pc == ctrl.vrs[PC] && frame->sp == ctrl.vrs[SP]) in unwind_frame()
516 frame->pc = ctrl.vrs[PC]; in unwind_frame()
A Dentry-armv.S256 @ Correct the PC such that it is pointing at the instruction
258 @ the PC will be pointing at the next instruction, and have to
259 @ subtract 4. Otherwise, it is Thumb, and the PC will be
279 mov r1, #4 @ PC correction to apply
281 THUMB( movne r1, #2 ) @ if so, fix up PC correction
856 * Enter in IRQ mode, spsr = SVC/USR CPSR, lr = SVC/USR PC
875 @ Save r0, lr_<exception> (parent PC)
909 @ Save r0, lr_<exception> (parent PC)
/arch/arm/lib/
A Dbacktrace.S40 1: stmfd sp!, {pc} @ calculate offset of PC stored
66 sub sv_pc, sv_pc, offset @ Correct PC for prefetching
67 bic sv_pc, sv_pc, mask @ mask PC/LR for the mode
77 bic r1, r1, mask @ mask PC/LR for the mode
/arch/m68k/q40/
A DREADME27 drivers/char/q40_keyb.c # use PC keymaps for national keyboards
28 serial.c # normal PC driver - any speed
33 block/floppy.c # normal PC driver, DMA emu in asm/floppy.h
43 Various other PC drivers can be enabled simply by adding them to
122 the PC scancodes x86 Linux uses. So by theory every national keyboard should
125 Unfortunately the AT->PC translation isn't quite trivial and even worse, my
133 - 'showkey -s' run on a PC, non-X session
135 btw if the showkey output from PC and Q40 doesn't differ then you have some
/arch/m68k/ifpsp060/
A 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 *
A DCHANGES80 PC = PC of instruction being emulated
82 ADDRESS = PC of instruction being emulated
102 PC = PC of instruction being emulated
/arch/alpha/lib/
A Dstacktrace.c38 #define IS_KERNEL_TEXT(PC) ((unsigned long)(PC) > START_ADDR) argument
/arch/m68k/fpsp040/
A Dx_bsun.S6 | Copy the PC to FPIAR to maintain 881/882 compatibility
/arch/arm64/boot/dts/rockchip/
A Drk3399-roc-pc.dts10 model = "Firefly ROC-RK3399-PC Board";
/arch/arm/boot/dts/allwinner/
A 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/
A 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/arm64/boot/dts/amlogic/
A Dmeson-gxl-s905d-libretech-pc.dts15 model = "Libre Computer AML-S905D-PC";
/arch/arm/probes/
A Ddecode-thumb.c192 REGS(PC, 0, NOSPPC, 0, 0)),
337 REGS(PC, ANY, 0, 0, 0)),
357 REGS(PC, NOSPPCX, 0, 0, 0)),
/arch/mips/include/uapi/asm/
A Dptrace.h17 #define PC 64 macro

Completed in 30 milliseconds

1234