Searched defs:inst_load (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/arch/or1k/include/
H A Ddb_machdep.h70 inst_load(db_expr_t insn) function
/netbsd-current/sys/arch/vax/include/
H A Ddb_machdep.h73 #define inst_load(ins) 0 macro
/netbsd-current/sys/arch/usermode/include/
H A Ddb_machdep.h54 #define inst_load(ins) 0 macro
85 #define inst_load(ins) (__USE(ins), 0) macro
/netbsd-current/sys/arch/sparc64/include/
H A Ddb_machdep.h120 #define inst_load(ins) db_inst_load(ins) macro
/netbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h107 #define inst_load(ins) (0) macro
/netbsd-current/sys/arch/aarch64/include/
H A Ddb_machdep.h131 inst_load(db_expr_t insn) function
/netbsd-current/sys/arch/riscv/riscv/
H A Ddb_machdep.c148 inst_load(uint32_t insn) function
/netbsd-current/sys/arch/hppa/include/
H A Ddb_machdep.h100 static __inline int inst_load(u_int ins) { function
/netbsd-current/sys/arch/sh3/include/
H A Ddb_machdep.h63 #define inst_load(ins) 0 macro
/netbsd-current/sys/arch/m68k/include/
H A Ddb_machdep.h90 #define inst_load(ins) 0 macro
/netbsd-current/sys/arch/sparc/include/
H A Ddb_machdep.h97 #define inst_load(ins) db_inst_load(ins) macro
/netbsd-current/sys/arch/i386/include/
H A Ddb_machdep.h89 #define inst_load(ins) 0 macro
/netbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h90 #define inst_load(ins) (__USE(ins), 0) macro
/netbsd-current/sys/arch/powerpc/include/
H A Ddb_machdep.h119 #define inst_load(ins) 0 macro
/netbsd-current/sys/arch/mips/mips/
H A Ddb_interface.c1033 inst_load(int inst) function
/netbsd-current/sys/arch/ia64/include/
H A Ddb_machdep.h105 #define inst_load(ins) (ins & 0) macro
/netbsd-current/sys/arch/alpha/include/
H A Ddb_machdep.h83 #define inst_load(ins) db_inst_load(ins) macro

Completed in 227 milliseconds