Home
last modified time | relevance | path

Searched refs:FBT_REG_L0 (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/sparc/dtrace/
H A Dfbt.c84 #define FBT_REG_L0 16 macro
99 (locals)[(r) - FBT_REG_L0] = 1;
104 (local) = FBT_REG_L0
107 while ((locals)[(local) - FBT_REG_L0]) \
109 (locals)[(local) - FBT_REG_L0] = 1;
892 *tinstr++ = FBT_MOV(rs1, FBT_REG_L0); in fbt_patch_retl()
893 rs1 = FBT_REG_L0; in fbt_patch_retl()