Home
last modified time | relevance | path

Searched refs:S390_BREAKPOINT_U16 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/include/uapi/asm/
H A Dptrace.h430 #define S390_BREAKPOINT_U16 ((__u16)0x0001) macro
/openbmc/linux/arch/s390/kernel/
H A Dtraps.c162 if (*((__u16 *) opcode) == S390_BREAKPOINT_U16) { in illegal_op()