Home
last modified time | relevance | path

Searched defs:single_step (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/microblaze/include/asm/
H A Dptrace.h74 microblaze_reg_t single_step; /* 1 if in single step mode */ member
/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h130 unsigned long single_step; /* Used by PTRACE_SINGLESTEP */ member
/openbmc/linux/drivers/acpi/
H A Dacpi_dbg.c441 static int acpi_aml_wait_command_ready(bool single_step, in acpi_aml_wait_command_ready()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dptrace.h366 unsigned single_step : 1; member
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-ioctl.c124 int single_step = (speed == 1 || speed == -1); in ivtv_set_speed() local