Home
last modified time | relevance | path

Searched defs:I_CALL (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/usermode/include/
H A Ddb_machdep.h44 #define I_CALL 0xe8 macro
75 #define I_CALL 0xe8 macro
/netbsd-src/sys/arch/vax/include/
H A Ddb_machdep.h65 #define I_CALL 0xfb macro
/netbsd-src/sys/arch/i386/include/
H A Ddb_machdep.h79 #define I_CALL 0xe8 macro
/netbsd-src/sys/arch/amd64/include/
H A Ddb_machdep.h80 #define I_CALL 0xe8 macro
/netbsd-src/sys/arch/sparc/include/
H A Dinstr.h364 #define I_CALL(d) _I_ANY(IOP_CALL, d) macro