Searched refs:single_step (Results 1 – 2 of 2) sorted by relevance
/arch/s390/include/uapi/asm/ |
D | ptrace.h | 368 unsigned single_step : 1; member
|
/arch/powerpc/kernel/ |
D | exceptions-64s.S | 1532 EXC_REAL_BEGIN(single_step, 0xd00, 0x100) 1533 INT_HANDLER single_step, 0xd00, kvm=1 1534 EXC_REAL_END(single_step, 0xd00, 0x100) 1535 EXC_VIRT_BEGIN(single_step, 0x4d00, 0x100) 1536 INT_HANDLER single_step, 0xd00, virt=1 1537 EXC_VIRT_END(single_step, 0x4d00, 0x100) 1538 INT_KVM_HANDLER single_step, 0xd00, EXC_STD, PACA_EXGEN, 0
|