Home
last modified time | relevance | path

Searched refs:single_step (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dexceptions-64s.S2089 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 Dprocessor.h134 /* Used by ptrace single_step */
135 unsigned long single_step; member
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dprocessor.h130 unsigned long single_step; /* Used by PTRACE_SINGLESTEP */ member
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dexceptions-64s.S2078 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 Dacpi_dbg.c448 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 Dacpi_dbg.c441 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 Divtv-ioctl.c129 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 Divtv-ioctl.c124 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 Dptrace.h364 * 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 Dptrace.h362 * 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 Dptrace.h364 * 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 Dptrace.c701 task->thread.single_step = task_pt_regs(task)->csr_era; in user_enable_single_step()
H A Dtraps.c812 } else if (pc == current->thread.single_step) { in do_watch()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dtraps.c782 if (pc == current->thread.single_step) { in do_watch()
H A Dptrace.c1072 task->thread.single_step = task_pt_regs(task)->csr_era; in user_enable_single_step()
/kernel/linux/linux-5.10/include/linux/
H A Dacpi.h149 int (*wait_command_ready)(bool single_step, char *buffer, size_t length);
/kernel/linux/linux-6.6/include/linux/
H A Dacpi.h143 int (*wait_command_ready)(bool single_step, char *buffer, size_t length);

Completed in 27 milliseconds