Searched refs:GPR0 (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 113 - <0 15 1> means that the offset is 0, so GPR0 is the register of the 114 SDMA remap. Bit 15 of GPR0 selects between UART4_RX and SAI1_RX. 116 - <0 16 1> means that the offset is 0, so GPR0 is the register of the 117 SDMA remap. Bit 16 of GPR0 selects between UART4_TX and SAI1_TX.
|
/linux-6.1.9/arch/powerpc/lib/ |
D | test_emulate_step_exec_instr.S | 62 subi r31, r3, GPR0 98 subi r3, r3, GPR0
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | head_booke.h | 84 stw r0,GPR0(r1) 373 lwz r0,GPR0(r11); \ 431 lwz r0,GPR0(r11); \
|
D | head_32.h | 112 stw r0,GPR0(r1)
|
D | interrupt_64.S | 57 std r0,GPR0(r1) 219 std r0,GPR0(r1)
|
D | head_40x.S | 494 lwz r0,GPR0(r11)
|
D | asm-offsets.c | 265 STACK_PT_REGS_OFFSET(GPR0, gpr[0]); in main()
|
D | exceptions-64s.S | 503 std r0,GPR0(r1) /* save r0 in stackframe */
|
/linux-6.1.9/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 55 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, GPR0 56 #define REST_GPRS(start, end, base) OP_REGS ld, 8, start, end, base, GPR0 60 #define SAVE_GPRS(start, end, base) OP_REGS stw, 4, start, end, base, GPR0 61 #define REST_GPRS(start, end, base) OP_REGS lwz, 4, start, end, base, GPR0
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | ppc_asm.h | 55 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, GPR0 56 #define REST_GPRS(start, end, base) OP_REGS ld, 8, start, end, base, GPR0 60 #define SAVE_GPRS(start, end, base) OP_REGS stw, 4, start, end, base, GPR0 61 #define REST_GPRS(start, end, base) OP_REGS lwz, 4, start, end, base, GPR0
|
/linux-6.1.9/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_context.c | 1599 const u32 GPR0 = engine->mmio_base + 0x600; in read_from_scratch() local 1620 *cmd++ = GPR0; in read_from_scratch() 1624 *cmd++ = GPR0; in read_from_scratch()
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_hv_rmhandlers.S | 2691 std r0, GPR0(r1)
|