Searched refs:R16 (Results 1 - 24 of 24) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/stringloops/asm/
H A Dppc_asm.h18 #define R16 r16 macro
/linux-master/tools/perf/arch/powerpc/tests/
H A Dregs_load.S21 #define R16 16 * 8 define
60 std 16, R16(3)
/linux-master/tools/testing/selftests/powerpc/copyloops/asm/
H A Dppc_asm.h12 #define R16 r16 macro
/linux-master/tools/perf/arch/powerpc/util/
H A Dunwind-libdw.c45 dwarf_regs[16] = REG(R16);
/linux-master/tools/perf/arch/loongarch/util/
H A Dunwind-libdw.c38 dwarf_regs[16] = REG(R16);
/linux-master/drivers/media/i2c/
H A Dwm8775.c36 R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R23 = 23, enumerator in enum:__anon152
254 wm8775_write(sd, R16, 0x1bf);
260 wm8775_write(sd, R16, 0x1bb);
H A Dupd64083.c33 R15, R16, enumerator in enum:__anon148
/linux-master/arch/powerpc/lib/
H A Dchecksum_64.S65 std r16,STK_REG(R16)(r1)
126 ld r16,STK_REG(R16)(r1)
258 std r16,STK_REG(R16)(r1)
341 ld r16,STK_REG(R16)(r1)
406 ld r16,STK_REG(R16)(r1)
H A Dcopypage_power7.S93 std r16,STK_REG(R16)(r1)
137 ld r16,STK_REG(R16)(r1)
H A Dcopyuser_power7.S46 ld r16,STK_REG(R16)(r1)
63 ld r16,STK_REG(R16)(r1)
124 std r16,STK_REG(R16)(r1)
179 ld r16,STK_REG(R16)(r1)
385 std r16,STK_REG(R16)(r1)
422 ld r16,STK_REG(R16)(r1)
570 std r16,STK_REG(R16)(r1)
615 ld r16,STK_REG(R16)(r1)
H A Dcopy_mc_64.S32 ld r16,STK_REG(R16)(r1)
92 std r16,STK_REG(R16)(r1)
174 ld r16,STK_REG(R16)(r1)
H A Dmemcpy_power7.S68 std r16,STK_REG(R16)(r1)
123 ld r16,STK_REG(R16)(r1)
331 std r16,STK_REG(R16)(r1)
368 ld r16,STK_REG(R16)(r1)
517 std r16,STK_REG(R16)(r1)
562 ld r16,STK_REG(R16)(r1)
/linux-master/arch/powerpc/kvm/
H A Dbook3s_interrupts.S34 PPC_LL r16, VCPU_GPR(R16)(vcpu); \
174 PPC_STL r16, VCPU_GPR(R16)(r7)
H A Dbooke_interrupts.S174 stw r16, VCPU_GPR(R16)(r4)
254 lwz r16, VCPU_GPR(R16)(r4)
292 stw r16, VCPU_GPR(R16)(r4)
312 lwz r16, HOST_NV_GPR(R16)(r1)
356 stw r16, HOST_NV_GPR(R16)(r1)
376 lwz r16, VCPU_GPR(R16)(r4)
H A Dbookehv_interrupts.S117 PPC_STL r16, VCPU_GPR(R16)(r4)
441 PPC_LL r16, VCPU_GPR(R16)(r4)
475 PPC_STL r16, VCPU_GPR(R16)(r4)
495 PPC_LL r16, HOST_NV_GPR(R16)(r1)
537 PPC_STL r16, HOST_NV_GPR(R16)(r1)
557 PPC_LL r16, VCPU_GPR(R16)(r4)
H A Dbook3s_hv_rmhandlers.S699 ld r16, VCPU_GPR(R16)(r4)
1317 std r16, VCPU_GPR(R16)(r9)
2106 std r16, VCPU_GPR(R16)(r3)
2261 ld r16, VCPU_GPR(R16)(r4)
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_power7.S46 ld r16,STK_REG(R16)(r1)
63 ld r16,STK_REG(R16)(r1)
124 std r16,STK_REG(R16)(r1)
179 ld r16,STK_REG(R16)(r1)
385 std r16,STK_REG(R16)(r1)
422 ld r16,STK_REG(R16)(r1)
570 std r16,STK_REG(R16)(r1)
615 ld r16,STK_REG(R16)(r1)
H A Dcopy_mc_64.S32 ld r16,STK_REG(R16)(r1)
92 std r16,STK_REG(R16)(r1)
174 ld r16,STK_REG(R16)(r1)
H A Dmemcpy_power7.S68 std r16,STK_REG(R16)(r1)
123 ld r16,STK_REG(R16)(r1)
331 std r16,STK_REG(R16)(r1)
368 ld r16,STK_REG(R16)(r1)
517 std r16,STK_REG(R16)(r1)
562 ld r16,STK_REG(R16)(r1)
/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-scc.c67 #define R16(_p, _m) __fs_in16(&(_p)->_m) macro
68 #define S16(_p, _m, _v) W16(_p, _m, R16(_p, _m) | (_v))
69 #define C16(_p, _m, _v) W16(_p, _m, R16(_p, _m) & ~(_v))
359 for (i = 0; (R16(sccp, scc_sccm) == 0) && i < SCC_RESET_DELAY; i++)
410 return (u32) R16(sccp, scc_scce);
H A Dmac-fcc.c58 #define R16(_p, _m) in_be16(&(_p)->_m) macro
59 #define S16(_p, _m, _v) W16(_p, _m, R16(_p, _m) | (_v))
60 #define C16(_p, _m, _v) W16(_p, _m, R16(_p, _m) & ~(_v))
463 return (u32)R16(fccp, fcc_fcce);
/linux-master/drivers/memory/
H A Djedec_ddr.h48 #define R16 16 macro
/linux-master/arch/hexagon/lib/
H A Dmemcpy.S23 * DJH 6/ 1/09 Version 1.1 modified ABI to inlcude R16-R19
158 #define star3 R16 /* number bytes in prolog - dwords */
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S1008 PPC_TLBSRX_DOT(0,R16)
1134 PPC_TLBSRX_DOT(0,R16)

Completed in 191 milliseconds