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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dlockstat.c59 #define NOP 0x90 macro
172 * Hot patch switches back and forth the probe points between NOP and RET.
174 * on == plant a NOP and thus fall through to the probe call
194 instr = (active ? NOP : RET );

Completed in 9 milliseconds