Searched refs:single_step (Results 1 – 8 of 8) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | exceptions-64s.S | 2061 INT_DEFINE_BEGIN(single_step) 2066 INT_DEFINE_END(single_step) 2068 EXC_REAL_BEGIN(single_step, 0xd00, 0x100) 2069 GEN_INT_ENTRY single_step, virt=0 2070 EXC_REAL_END(single_step, 0xd00, 0x100) 2071 EXC_VIRT_BEGIN(single_step, 0x4d00, 0x100) 2072 GEN_INT_ENTRY single_step, virt=1 2073 EXC_VIRT_END(single_step, 0x4d00, 0x100) 2075 GEN_COMMON single_step
|
/linux/arch/loongarch/include/asm/ |
H A D | processor.h | 130 unsigned long single_step; /* Used by PTRACE_SINGLESTEP */ member
|
/linux/drivers/acpi/ |
H A D | acpi_dbg.c | 441 static int acpi_aml_wait_command_ready(bool single_step, in acpi_aml_wait_command_ready() argument 446 if (single_step) in acpi_aml_wait_command_ready()
|
/linux/arch/s390/include/uapi/asm/ |
H A D | ptrace.h | 366 unsigned single_step : 1; member
|
/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-ioctl.c | 124 int single_step = (speed == 1 || speed == -1); in ivtv_set_speed() local 130 if (speed == itv->speed && !single_step) in ivtv_set_speed() 133 if (single_step && (speed < 0) == (itv->speed < 0)) { in ivtv_set_speed() 139 if (single_step) in ivtv_set_speed() 184 if (single_step) { in ivtv_set_speed()
|
/linux/arch/loongarch/kernel/ |
H A D | traps.c | 820 if (pc == current->thread.single_step) { in do_watch()
|
H A D | ptrace.c | 1082 task->thread.single_step = task_pt_regs(task)->csr_era; in user_enable_single_step()
|
/linux/include/linux/ |
H A D | acpi.h | 143 int (*wait_command_ready)(bool single_step, char *buffer, size_t length);
|