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

/freebsd-11-stable/sys/arm/include/
H A Ddb_machdep.h88 #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/riscv/include/
H A Ddb_machdep.h76 #define inst_store(ins) ({ \ macro
/freebsd-11-stable/sys/sparc64/include/
H A Ddb_machdep.h62 #define inst_store(ins) (0) 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/powerpc/include/
H A Ddb_machdep.h88 #define inst_store(ins) 0 macro

Completed in 240 milliseconds