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

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c215 #define FBT_ORLO(rs, val, rd) \ macro
412 *tinstr++ = FBT_ORLO(FBT_REG_O0, id, FBT_REG_O0);
438 *tinstr++ = FBT_ORLO(FBT_REG_G1, ret, FBT_REG_O7);
795 *tinstr++ = FBT_ORLO(FBT_REG_O0, id, FBT_REG_O0);
802 *tinstr++ = FBT_ORLO(FBT_REG_O1, offset, FBT_REG_O1);
933 *tinstr++ = FBT_ORLO(FBT_REG_L3, base, FBT_REG_L3);
937 *tinstr++ = FBT_ORLO(FBT_REG_L3, limit, FBT_REG_L3);
949 *tinstr++ = FBT_ORLO(FBT_REG_O0, id, FBT_REG_O0);
956 *tinstr++ = FBT_ORLO(FBT_REG_O1, offset, FBT_REG_O1);

Completed in 65 milliseconds