Searched refs:single_step (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/s390/include/uapi/asm/ |
| D | ptrace.h | 368 unsigned single_step : 1; member
|
| /Linux-v5.4/tools/arch/s390/include/uapi/asm/ |
| D | ptrace.h | 368 unsigned single_step : 1; member
|
| /Linux-v5.4/drivers/acpi/ |
| 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()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | exceptions-64s.S | 1530 EXC_REAL_BEGIN(single_step, 0xd00, 0x100) 1531 INT_HANDLER single_step, 0xd00, kvm=1 1532 EXC_REAL_END(single_step, 0xd00, 0x100) 1533 EXC_VIRT_BEGIN(single_step, 0x4d00, 0x100) 1534 INT_HANDLER single_step, 0xd00, virt=1 1535 EXC_VIRT_END(single_step, 0x4d00, 0x100) 1536 INT_KVM_HANDLER single_step, 0xd00, EXC_STD, PACA_EXGEN, 0
|
| /Linux-v5.4/drivers/media/pci/ivtv/ |
| 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()
|
| /Linux-v5.4/include/linux/ |
| D | acpi.h | 148 int (*wait_command_ready)(bool single_step, char *buffer, size_t length);
|