Home
last modified time | relevance | path

Searched refs:R12 (Results 1 – 25 of 64) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-wrappers.S26 ld r12,STK_PARAM(R12)(r1)
44 ld r11,STK_PARAM(R12)(r1)
49 .byte (STK_PARAM(R12) >> 8) & 0xff
50 .byte STK_PARAM(R12) & 0xff
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmodule_32.c148 if (entry->jump[0] != (PPC_INST_ADDIS | __PPC_RT(R12) | PPC_HA(val))) in entry_matches()
150 if (entry->jump[1] != (PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12) | in entry_matches()
184 entry->jump[0] = PPC_INST_ADDIS | __PPC_RT(R12) | PPC_HA(val); in do_plt_call()
185 entry->jump[1] = PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12) | PPC_LO(val); in do_plt_call()
186 entry->jump[2] = PPC_INST_MTCTR | __PPC_RS(R12); in do_plt_call()
H A Dmodule_64.c139 PPC_INST_LD | __PPC_RT(R12) | __PPC_RA(R11) | 32,
144 PPC_INST_MTCTR | __PPC_RS(R12),
349 PPC_INST_LD | __PPC_RT(R12) | __PPC_RA(R13) | PACATOC,
350 PPC_INST_ADDIS | __PPC_RT(R12) | __PPC_RA(R12),
351 PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12),
352 PPC_INST_MTCTR | __PPC_RS(R12),
700 (PPC_INST_LD | __PPC_RT(R2) | __PPC_RA(R12))) in apply_relocate_add()
703 (PPC_INST_ADD | __PPC_RT(R2) | __PPC_RA(R2) | __PPC_RB(R12))) in apply_relocate_add()
711 __PPC_RA(R12) | PPC_HA(value); in apply_relocate_add()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_gen.c158 case R12: in halbb_com_par_cal()
234 enum coding_rate_t code_rate_table[8] = {R12, R34, R12, R34, R12, R34, in halbb_legacy_mcs_table() enumerator
266 enum coding_rate_t code_rate_table[8] = {R12, R12, R34, R12, R34, R23, in halbb_ht_mcs_table() enumerator
271 out->code_rate = R12; in halbb_ht_mcs_table()
302 enum coding_rate_t code_rate_table[12] = {R12, R12, R34, R12, R34, R23, in halbb_vht_mcs_table() enumerator
380 enum coding_rate_t code_rate_table[12] = {R12, R12, R34, R12, R34, R23, in halbb_he_mcs_table() enumerator
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_gen.c158 case R12: in halbb_com_par_cal()
234 enum coding_rate_t code_rate_table[8] = {R12, R34, R12, R34, R12, R34, in halbb_legacy_mcs_table() enumerator
266 enum coding_rate_t code_rate_table[8] = {R12, R12, R34, R12, R34, R23, in halbb_ht_mcs_table() enumerator
271 out->code_rate = R12; in halbb_ht_mcs_table()
302 enum coding_rate_t code_rate_table[12] = {R12, R12, R34, R12, R34, R23, in halbb_vht_mcs_table() enumerator
380 enum coding_rate_t code_rate_table[12] = {R12, R12, R34, R12, R34, R23, in halbb_he_mcs_table() enumerator
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/tests/
H A Dregs_load.S17 #define R12 12 * 8 macro
56 std 12, R12(3)
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dptrace_64.c28 [R12 >> 3] = HOST_R12,
60 case R12: in putreg()
138 case R12: in getreg()
H A Duser-offsets.c58 DEFINE_LONGS(HOST_R12, R12); in foo()
/OK3568_Linux_fs/buildroot/configs/
H A Dkontron_pitx_imx8m_defconfig41 …ttps://gitlab.kontron.com/imx/u-boot-imx/-/archive/PITX-IMX8M-R12/u-boot-imx-PITX-IMX8M-R12.tar.gz"
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Dregs_load.S24 #define R12 20 * 8 macro
58 movq %r12, R12(%rdi)
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A DhvCall.S248 ld r11,STK_PARAM(R12)(r1) /* put arg8 in R11 */
284 ld r11,STACK_FRAME_OVERHEAD+STK_PARAM(R12)(r1)
325 ld r11,STK_PARAM(R12)(r1) /* put arg8 in R11 */
/OK3568_Linux_fs/kernel/Documentation/fault-injection/
H A Dnvme-fault-injection.rst58 R10: 0000000000000000 R11: 0000000000000000 R12: ffffffff82012480
113 R10: 0000000000000000 R11: 0000000000000000 R12: ffff88011a3c9680
165 R10: ffffffff88c03da0 R11: 0000000000001b0c R12: ffff9dac25a34d00
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dwm8775.c36 R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R23 = 23, enumerator
245 wm8775_write(sd, R12, 0x102); in wm8775_probe()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dftrace_64.S195 movq %r12, R12(%rsp)
231 movq R12(%rsp), %r12
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dptrace-abi.h36 #define R12 24 macro
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/
H A Dunwind-libdw.c44 dwarf_regs[12] = REG(R12); in libdw__arch_set_initial_registers()
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/util/
H A Dunwind-libdw.c36 dwarf_regs[12] = REG(R12); in libdw__arch_set_initial_registers()
/OK3568_Linux_fs/kernel/arch/x86/um/os-Linux/
H A Dmcontext.c23 COPY(R12); COPY(R13); COPY(R14); COPY(R15); in get_regs_from_mc()
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/
H A Dunwind-libdw.c40 dwarf_regs[12] = REG(R12); in libdw__arch_set_initial_registers()
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dz8530.h19 #define R12 12 macro
/OK3568_Linux_fs/kernel/arch/hexagon/kernel/
H A Dvm_entry.S58 R12 = sa1; } \
139 sa1 = R12; } \
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dzs.h72 #define R12 12 macro
H A Dsunzilog.h43 #define R12 12 macro
H A Dip22zilog.h51 #define R12 12 macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dlowlevel_init.S70 mov r12, #0x00 @ Secure Service ID in R12

123