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

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

Completed in 390 milliseconds