Searched refs:I_CALLI (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/i386/include/
H A Ddb_machdep.h76 #define I_CALLI 0xff macro
83 (((ins)&0xff) == I_CALLI && \
/freebsd-13-stable/sys/amd64/include/
H A Ddb_machdep.h73 #define I_CALLI 0xff macro
74 #define i_calli(ins) (((ins)&0xff) == I_CALLI && ((ins)&0x3800) == 0x1000)

Completed in 62 milliseconds