Home
last modified time | relevance | path

Searched refs:scratch_reg2 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/arch/x86/entry/
Dcalling.h183 .macro SWITCH_TO_USER_CR3_NOSTACK scratch_reg:req scratch_reg2:req
192 movq \scratch_reg, \scratch_reg2
199 movq \scratch_reg2, \scratch_reg
203 movq \scratch_reg2, \scratch_reg
219 SWITCH_TO_USER_CR3_NOSTACK scratch_reg=\scratch_reg scratch_reg2=%rax
281 .macro SWITCH_TO_USER_CR3_NOSTACK scratch_reg:req scratch_reg2:req
Dentry_64_compat.S306 SWITCH_TO_USER_CR3_NOSTACK scratch_reg=%r8 scratch_reg2=%r9
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_0.c741 static void *scratch_reg2; in gfx_v9_0_rlcg_w() local
749scratch_reg2 = adev->rmmio + (adev->reg_offset[GC_HWIP][0][mmSCRATCH_REG1_BASE_IDX] + mmSCRATCH_RE… in gfx_v9_0_rlcg_w()
763 writel(v, scratch_reg2); in gfx_v9_0_rlcg_w()
Dgfx_v10_0.c1521 static void *scratch_reg2; in gfx_v10_rlcg_rw() local
1535 scratch_reg2 = adev->rmmio + in gfx_v10_rlcg_rw()
1554 writel(v, scratch_reg2); in gfx_v10_rlcg_rw()