Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_run.c238 db_store_count += inst_store(ins); in db_restart_at_pc()
246 db_store_count += inst_store(ins); in db_restart_at_pc()
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h84 #define inst_store(ins) 0 macro
/f-stack/freebsd/i386/include/
H A Ddb_machdep.h86 #define inst_store(ins) 0 macro
/f-stack/freebsd/arm/include/
H A Ddb_machdep.h84 #define inst_store(ins) (0) macro
/f-stack/freebsd/mips/include/
H A Ddb_machdep.h84 #define inst_store(i) (db_inst_type(i) == IT_STORE) macro
/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h73 #define inst_store(ins) ({ \ macro