Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfbt.c35 #define FBT_PUSHL_EBP 0x55 macro
280 if (*instr == FBT_PUSHL_EBP) in fbt_provide_module()
289 if (instr >= limit || *instr != FBT_PUSHL_EBP) { in fbt_provide_module()