Home
last modified time | relevance | path

Searched refs:inst_load (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/ddb/
H A Ddb_run.c237 db_load_count += inst_load(ins); in db_restart_at_pc()
245 db_load_count += inst_load(ins); in db_restart_at_pc()
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h83 #define inst_load(ins) 0 macro
/f-stack/freebsd/i386/include/
H A Ddb_machdep.h85 #define inst_load(ins) 0 macro
/f-stack/freebsd/arm/include/
H A Ddb_machdep.h83 #define inst_load(ins) (0) macro
/f-stack/freebsd/mips/include/
H A Ddb_machdep.h83 #define inst_load(i) (db_inst_type(i) == IT_LOAD) macro
/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h68 #define inst_load(ins) ({ \ macro