Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c153 #define FBT_FMT3_OP_MASK 0xc1f80000 macro
154 #define FBT_FMT3_OP(val) ((val) & FBT_FMT3_OP_MASK)
816 uint32_t add = (restore & ~FBT_FMT3_OP_MASK) | FBT_OP_ADD; in fbt_patch_return()