Searched refs:I_RET (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/i386/include/
H A Ddb_machdep.h77 #define I_RET 0xc3 macro
81 #define inst_return(ins) (((ins)&0xff) == I_RET)
/freebsd-11-stable/sys/amd64/include/
H A Ddb_machdep.h74 #define I_RET 0xc3 macro
78 #define inst_return(ins) (((ins)&0xff) == I_RET)

Completed in 61 milliseconds