Home
last modified time | relevance | path

Searched refs:I_RET (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/usermode/include/
Ddb_machdep.h46 #define I_RET 0xc3 macro
50 #define inst_return(ins) (((ins)&0xff) == I_RET)
77 #define I_RET 0xc3 macro
81 #define inst_return(ins) (((ins)&0xff) == I_RET)
/netbsd/src/sys/arch/vax/include/
Ddb_machdep.h67 #define I_RET 0x04 macro
71 #define inst_return(ins) (((ins)&0xff) == I_RET)
/netbsd/src/sys/arch/i386/include/
Ddb_machdep.h81 #define I_RET 0xc3 macro
85 #define inst_return(ins) (((ins)&0xff) == I_RET)
/netbsd/src/sys/arch/amd64/include/
Ddb_machdep.h82 #define I_RET 0xc3 macro
86 #define inst_return(ins) (((ins)&0xff) == I_RET)