Home
last modified time | relevance | path

Searched refs:single_step (Results 1 – 10 of 10) 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/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
/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() argument
446 if (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
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()
/openbmc/qemu/target/i386/
H A Dhelper.h68 DEF_HELPER_FLAGS_1(single_step, TCG_CALL_NO_WG, noreturn, env)
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c782 if (pc == current->thread.single_step) { in do_watch()
H A Dptrace.c1082 task->thread.single_step = task_pt_regs(task)->csr_era; in user_enable_single_step()
/openbmc/linux/include/linux/
H A Dacpi.h143 int (*wait_command_ready)(bool single_step, char *buffer, size_t length);