Searched refs:inst_return (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Ddb_machdep.h59 #define inst_return(ins) (0) macro
/freebsd-11-stable/sys/arm/include/
H A Ddb_machdep.h70 #define inst_return(ins) (((ins) & 0x0e108000) == 0x08108000 || \ macro
/freebsd-11-stable/sys/powerpc/include/
H A Ddb_machdep.h84 #define inst_return(ins) (((ins)&M_RTS) == I_RTS) macro
/freebsd-11-stable/sys/riscv/include/
H A Ddb_machdep.h67 #define inst_return(ins) (ins == 0x00008067) /* ret */ macro
/freebsd-11-stable/sys/mips/include/
H A Ddb_machdep.h86 #define inst_return(i) ((i) == 0x03e00008) macro
/freebsd-11-stable/sys/i386/include/
H A Ddb_machdep.h81 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
/freebsd-11-stable/sys/amd64/include/
H A Ddb_machdep.h78 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
/freebsd-11-stable/sys/ddb/
H A Ddb_run.c186 (!inst_return(ins) || --db_call_depth != 0)) {
188 if (inst_call(ins) || inst_return(ins)) {
209 !inst_return(ins) &&
307 if (inst_branch(inst) || inst_call(inst) || inst_return(inst)) {
/freebsd-11-stable/sys/arm64/include/
H A Ddb_machdep.h64 #define inst_return(ins) (((ins) & 0xfffffc1fu) == 0xd65f0000) macro
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep_ptrace.c117 inst_return(cur_instr)) {
H A Ddebug_monitor.c298 if (inst_branch(inst) || inst_call(inst) || inst_return(inst)) {

Completed in 153 milliseconds