Searched refs:inst_store (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Ddb_machdep.h62 #define inst_store(ins) (0) macro
/freebsd-11-stable/sys/arm/include/
H A Ddb_machdep.h88 #define inst_store(ins) (0) macro
/freebsd-11-stable/sys/powerpc/include/
H A Ddb_machdep.h88 #define inst_store(ins) 0 macro
/freebsd-11-stable/sys/riscv/include/
H A Ddb_machdep.h76 #define inst_store(ins) ({ \ macro
/freebsd-11-stable/sys/mips/include/
H A Ddb_machdep.h88 #define inst_store(i) (db_inst_type(i) == IT_STORE) macro
/freebsd-11-stable/sys/i386/include/
H A Ddb_machdep.h86 #define inst_store(ins) 0 macro
/freebsd-11-stable/sys/amd64/include/
H A Ddb_machdep.h83 #define inst_store(ins) 0 macro
/freebsd-11-stable/sys/arm64/include/
H A Ddb_machdep.h73 #define inst_store(ins) ({ \ macro
/freebsd-11-stable/sys/ddb/
H A Ddb_run.c236 db_store_count += inst_store(ins);
244 db_store_count += inst_store(ins);

Completed in 94 milliseconds