Home
last modified time | relevance | path

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

/dragonfly/sys/ddb/
HDdb_run.c136 (!inst_return(ins) || --db_call_depth != 0)) { in db_stop_at_pc()
138 if (inst_call(ins) || inst_return(ins)) { in db_stop_at_pc()
159 !inst_return(ins) && in db_stop_at_pc()
/dragonfly/sys/cpu/x86_64/include/
HDdb_machdep.h75 #define inst_return(ins) (((ins)&0xff) == I_RET) macro