Searched refs:inst_load (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/i386/include/
H A Ddb_machdep.h85 #define inst_load(ins) 0 macro
/freebsd-13-stable/sys/mips/include/
H A Ddb_machdep.h83 #define inst_load(i) (db_inst_type(i) == IT_LOAD) macro
/freebsd-13-stable/sys/riscv/include/
H A Ddb_machdep.h77 #define inst_load(ins) ({ \ macro
/freebsd-13-stable/sys/arm/include/
H A Ddb_machdep.h83 #define inst_load(ins) (0) macro
/freebsd-13-stable/sys/amd64/include/
H A Ddb_machdep.h83 #define inst_load(ins) 0 macro
/freebsd-13-stable/sys/powerpc/include/
H A Ddb_machdep.h85 #define inst_load(ins) 0 macro
/freebsd-13-stable/sys/arm64/include/
H A Ddb_machdep.h71 #define inst_load(ins) ({ \ macro
/freebsd-13-stable/sys/ddb/
H A Ddb_run.c237 db_load_count += inst_load(ins);
245 db_load_count += inst_load(ins);

Completed in 301 milliseconds