/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | exceptions-64s.S | 2089 INT_DEFINE_BEGIN(single_step) 2094 INT_DEFINE_END(single_step) 2096 EXC_REAL_BEGIN(single_step, 0xd00, 0x100) 2097 GEN_INT_ENTRY single_step, virt=0 2098 EXC_REAL_END(single_step, 0xd00, 0x100) 2099 EXC_VIRT_BEGIN(single_step, 0x4d00, 0x100) 2100 GEN_INT_ENTRY single_step, virt=1 2101 EXC_VIRT_END(single_step, 0x4d00, 0x100) 2103 GEN_COMMON single_step 2108 GEN_KVM single_step [all...] |
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | processor.h | 134 /* Used by ptrace single_step */ 135 unsigned long single_step; member
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | processor.h | 130 unsigned long single_step; /* Used by PTRACE_SINGLESTEP */ member
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | exceptions-64s.S | 2078 INT_DEFINE_BEGIN(single_step) 2083 INT_DEFINE_END(single_step) 2085 EXC_REAL_BEGIN(single_step, 0xd00, 0x100) 2086 GEN_INT_ENTRY single_step, virt=0 2087 EXC_REAL_END(single_step, 0xd00, 0x100) 2088 EXC_VIRT_BEGIN(single_step, 0x4d00, 0x100) 2089 GEN_INT_ENTRY single_step, virt=1 2090 EXC_VIRT_END(single_step, 0x4d00, 0x100) 2092 GEN_COMMON single_step
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_dbg.c | 448 static int acpi_aml_wait_command_ready(bool single_step, in acpi_aml_wait_command_ready() argument 453 if (single_step) in acpi_aml_wait_command_ready()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-ioctl.c | 129 int single_step = (speed == 1 || speed == -1); in ivtv_set_speed() local 135 if (speed == itv->speed && !single_step) in ivtv_set_speed() 138 if (single_step && (speed < 0) == (itv->speed < 0)) { in ivtv_set_speed() 144 if (single_step) in ivtv_set_speed() 189 if (single_step) { in ivtv_set_speed()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
H A D | ptrace.h | 364 * The single_step and instruction_fetch bits are obsolete, 368 unsigned single_step : 1; member
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | ptrace.h | 362 * The single_step and instruction_fetch bits are obsolete, 366 unsigned single_step : 1; member
|
/kernel/linux/linux-5.10/tools/arch/s390/include/uapi/asm/ |
H A D | ptrace.h | 364 * The single_step and instruction_fetch bits are obsolete, 368 unsigned single_step : 1; member
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | ptrace.c | 701 task->thread.single_step = task_pt_regs(task)->csr_era; in user_enable_single_step()
|
H A D | traps.c | 812 } else if (pc == current->thread.single_step) { in do_watch()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | traps.c | 782 if (pc == current->thread.single_step) { in do_watch()
|
H A D | ptrace.c | 1072 task->thread.single_step = task_pt_regs(task)->csr_era; in user_enable_single_step()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | acpi.h | 149 int (*wait_command_ready)(bool single_step, char *buffer, size_t length);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | acpi.h | 143 int (*wait_command_ready)(bool single_step, char *buffer, size_t length);
|