/linux/arch/x86/entry/ |
H A D | calling.h | 172 .macro SWITCH_TO_KERNEL_CR3 scratch_reg:req 174 mov %cr3, \scratch_reg 175 ADJUST_KERNEL_CR3 \scratch_reg 176 mov \scratch_reg, %cr3 183 .macro SWITCH_TO_USER_CR3 scratch_reg:req scratch_reg2:req 184 mov %cr3, \scratch_reg 191 movq \scratch_reg, \scratch_reg2 192 andq $(0x7FF), \scratch_reg /* mask ASID */ 193 bt \scratch_reg, THIS_CPU_user_pcid_flush_mask 197 btr \scratch_reg, THIS_CPU_user_pcid_flush_mask [all …]
|
H A D | entry_32.S | 57 .macro SWITCH_TO_USER_CR3 scratch_reg:req 60 movl %cr3, \scratch_reg 61 orl $PTI_SWITCH_MASK, \scratch_reg 62 movl \scratch_reg, %cr3 88 .macro SWITCH_TO_KERNEL_CR3 scratch_reg:req 90 movl %cr3, \scratch_reg 92 testl $PTI_SWITCH_MASK, \scratch_reg 94 andl $(~PTI_SWITCH_MASK), \scratch_reg 95 movl \scratch_reg, %cr3 97 orl $PTI_SWITCH_MASK, \scratch_reg [all …]
|
H A D | entry_64.S | 94 SWITCH_TO_KERNEL_CR3 scratch_reg=%rsp 158 SWITCH_TO_USER_CR3_STACK scratch_reg=%rdi 611 SWITCH_TO_USER_CR3 scratch_reg=%rdi scratch_reg2=%rax 686 SWITCH_TO_KERNEL_CR3 scratch_reg=%rdi /* to kernel CR3 */ 714 SWITCH_TO_USER_CR3_STACK scratch_reg=%rdi 888 SAVE_AND_SWITCH_TO_KERNEL_CR3 scratch_reg=%rax save_reg=%r14 909 SAVE_AND_SET_GSBASE scratch_reg=%rax save_reg=%rbx 981 PARANOID_RESTORE_CR3 scratch_reg=%rax save_reg=%r14 1020 SWITCH_TO_KERNEL_CR3 scratch_reg=%rax 1074 SWITCH_TO_KERNEL_CR3 scratch_reg=%rax [all …]
|
H A D | entry_64_compat.S | 57 SWITCH_TO_KERNEL_CR3 scratch_reg=%rax 193 SWITCH_TO_KERNEL_CR3 scratch_reg=%rsp 274 SWITCH_TO_USER_CR3_NOSTACK scratch_reg=%r8 scratch_reg2=%r9
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_fence.c | 71 if (likely(rdev->wb.enabled || !drv->scratch_reg)) { in radeon_fence_write() 75 WREG32(drv->scratch_reg, seq); in radeon_fence_write() 93 if (likely(rdev->wb.enabled || !drv->scratch_reg)) { in radeon_fence_read() 99 seq = RREG32(drv->scratch_reg); in radeon_fence_read() 813 radeon_scratch_free(rdev, rdev->fence_drv[ring].scratch_reg); in radeon_fence_driver_start_ring() 815 rdev->fence_drv[ring].scratch_reg = 0; in radeon_fence_driver_start_ring() 830 r = radeon_scratch_get(rdev, &rdev->fence_drv[ring].scratch_reg); in radeon_fence_driver_start_ring() 836 rdev->fence_drv[ring].scratch_reg - in radeon_fence_driver_start_ring() 862 rdev->fence_drv[ring].scratch_reg = -1; in radeon_fence_driver_init_ring() 919 radeon_scratch_free(rdev, rdev->fence_drv[ring].scratch_reg); in radeon_fence_driver_fini()
|
H A D | radeon_atombios.c | 4109 uint32_t scratch_reg; in radeon_save_bios_scratch_regs() local 4113 scratch_reg = R600_BIOS_0_SCRATCH; in radeon_save_bios_scratch_regs() 4115 scratch_reg = RADEON_BIOS_0_SCRATCH; in radeon_save_bios_scratch_regs() 4118 rdev->bios_scratch[i] = RREG32(scratch_reg + (i * 4)); in radeon_save_bios_scratch_regs() 4123 uint32_t scratch_reg; in radeon_restore_bios_scratch_regs() local 4127 scratch_reg = R600_BIOS_0_SCRATCH; in radeon_restore_bios_scratch_regs() 4129 scratch_reg = RADEON_BIOS_0_SCRATCH; in radeon_restore_bios_scratch_regs() 4132 WREG32(scratch_reg + (i * 4), rdev->bios_scratch[i]); in radeon_restore_bios_scratch_regs()
|
H A D | r300.c | 240 radeon_ring_write(ring, PACKET0(rdev->fence_drv[fence->ring].scratch_reg, 0)); in r300_fence_ring_emit()
|
H A D | radeon.h | 364 uint32_t scratch_reg; member
|
H A D | r100.c | 885 radeon_ring_write(ring, PACKET0(rdev->fence_drv[fence->ring].scratch_reg, 0)); in r100_fence_ring_emit()
|
H A D | r600.c | 2907 …radeon_ring_write(ring, ((rdev->fence_drv[fence->ring].scratch_reg - PACKET3_SET_CONFIG_REG_OFFSET… in r600_fence_ring_emit()
|
/linux/scripts/gdb/linux/ |
H A D | cpus.py | 179 scratch_reg = gdb.parse_and_eval("$sscratch") 188 if (scratch_reg.cast(utils.get_ulong_type()) > current_tp.cast(utils.get_ulong_type())): 189 current_task = scratch_reg.cast(task_ptr_type)
|
/linux/arch/mips/mm/ |
H A D | tlbex.c | 328 static int scratch_reg; variable 337 if (scratch_reg >= 0) { in build_get_work_registers() 339 UASM_i_MTC0(p, 1, c0_kscratch(), scratch_reg); in build_get_work_registers() 371 if (scratch_reg >= 0) { in build_restore_work_registers() 373 UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg); in build_restore_work_registers() 619 if (scratch_reg >= 0) in build_restore_pagemask() 636 if (scratch_reg >= 0) in build_restore_pagemask() 637 UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg); in build_restore_pagemask() 889 if (mode == refill_scratch && scratch_reg >= 0) in build_get_pgd_vmalloc64() 910 if (scratch_reg >= 0) in build_get_pgd_vmalloc64() [all …]
|
/linux/drivers/net/wireless/marvell/libertas/ |
H A D | if_sdio.c | 115 unsigned int scratch_reg; member 149 scratch = sdio_readb(card->func, card->scratch_reg, &ret); in if_sdio_read_scratch() 151 scratch |= sdio_readb(card->func, card->scratch_reg + 1, in if_sdio_read_scratch() 1170 card->scratch_reg = IF_SDIO_SCRATCH_OLD; in if_sdio_probe() 1173 card->scratch_reg = IF_SDIO_SCRATCH; in if_sdio_probe() 1177 card->scratch_reg = IF_SDIO_FW_STATUS; in if_sdio_probe()
|
/linux/arch/x86/kernel/ |
H A D | uprobes.c | 574 scratch_reg(struct arch_uprobe *auprobe, struct pt_regs *regs) in scratch_reg() function 591 unsigned long *sr = scratch_reg(auprobe, regs); in riprel_pre_xol() 602 unsigned long *sr = scratch_reg(auprobe, regs); in riprel_post_xol()
|