Searched defs:inst_store (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/i386/include/
H A Ddb_machdep.h86 #define inst_store(ins) 0 macro
/freebsd-13-stable/sys/mips/include/
H A Ddb_machdep.h84 #define inst_store(i) (db_inst_type(i) == IT_STORE) macro
/freebsd-13-stable/sys/riscv/include/
H A Ddb_machdep.h82 #define inst_store(ins) ({ \ macro
/freebsd-13-stable/sys/arm/include/
H A Ddb_machdep.h84 #define inst_store(ins) (0) macro
/freebsd-13-stable/sys/arm64/include/
H A Ddb_machdep.h76 #define inst_store(ins) ({ \ macro
/freebsd-13-stable/sys/amd64/include/
H A Ddb_machdep.h84 #define inst_store(ins) 0 macro
/freebsd-13-stable/sys/powerpc/include/
H A Ddb_machdep.h86 #define inst_store(ins) 0 macro

Completed in 64 milliseconds