Searched refs:gpr (Results 126 - 140 of 140) sorted by relevance

123456

/linux-master/arch/powerpc/platforms/pseries/
H A Drtas-fadump.c313 regs->gpr[i] = (unsigned long)reg_val;
/linux-master/arch/mips/kvm/
H A Dmips.c1124 vcpu->arch.gprs[i] = regs->gpr[i];
1141 regs->gpr[i] = vcpu->arch.gprs[i];
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c437 if (rd->id.gpr.vpgr_or_sgpr) {
439 adev->gfx.funcs->read_wave_vgprs(adev, rd->id.xcc_id, rd->id.simd, rd->id.wave, rd->id.gpr.thread, *pos, size>>2, data);
/linux-master/drivers/clk/imx/
H A Dclk-imx6ul.c13 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
491 hws[IMX6UL_CLK_ENET1_REF_SEL] = imx_clk_gpr_mux("enet1_ref_sel", "fsl,imx6ul-iomuxc-gpr",
496 hws[IMX6UL_CLK_ENET2_REF_SEL] = imx_clk_gpr_mux("enet2_ref_sel", "fsl,imx6ul-iomuxc-gpr",
H A Dclk-imx6q.c15 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
918 hws[IMX6QDL_CLK_ENET_REF_SEL] = imx_clk_gpr_mux("enet_ref_sel", "fsl,imx6q-iomuxc-gpr",
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm.c4 #include <dt-bindings/soc/qcom,gpr.h>
H A Daudioreach.c11 #include <dt-bindings/soc/qcom,gpr.h>
/linux-master/tools/arch/arm64/include/asm/
H A Dsysreg.h15 #include <asm/gpr-num.h>
/linux-master/arch/powerpc/xmon/
H A Dxmon.c1049 xmon_show_stack(excp->gpr[1], excp->link, excp->nip);
1811 xmon_show_stack(excp->gpr[1], excp->link, excp->nip);
1857 printf(" sp: %lx\n", fp->gpr[1]);
1915 printf("R%.2d = "REG"%s", n, fp->gpr[n],
/linux-master/arch/arm64/include/asm/
H A Dsysreg.h16 #include <asm/gpr-num.h>
/linux-master/include/sound/
H A Demu10k1.h1565 unsigned short gpr[32]; /* GPR number(s) */ member in struct:snd_emu10k1_fx8010_ctl
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c201 * we complete the mmio, store the L1 memory location of the L2 gpr
209 gpr[vcpu->arch.io_gpr]);
/linux-master/
H A DMakefile893 KBUILD_CFLAGS += -fzero-call-used-regs=used-gpr
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1782 # define SYSCALL_NUM(_regs) (_regs).gpr[0]
1783 # define SYSCALL_RET(_regs) (_regs).gpr[3]
/linux-master/drivers/gpu/drm/radeon/
H A Dni_dpm.c3359 GPR(ni_pi->cac_weights->gpr));

Completed in 193 milliseconds

123456