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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddtrace_subr_x86.c192 if (fuword8(pc - 1, &instr) == 0 && instr != FASTTRAP_INSTR && // neither single-byte INT3 (0xCC)
193 !(instr == 3 && fuword8(pc - 2, &instr2) == 0 && instr2 == 0xCD)) { // nor two-byte INT 3 (0xCD03)
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h89 int fuword8(user_addr_t, uint8_t *);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c1358 fuword8(user_addr_t uaddr, uint8_t *value) function

Completed in 41 milliseconds