Searched refs:fuword32_nowatch (Results 1 – 4 of 4) sorted by relevance
87 extern int fuword32_nowatch(const void *, uint32_t *);
1222 if (fuword32_nowatch(addr, &res) == -1) { in getreg()1583 if (fuword32_nowatch(vaddr, (uint32_t *)&instr) == -1) in fetch_user_instr()
777 if (fuword32_nowatch((void *)pc, (uint32_t *)&instr) != 0) in prdostep()
1666 fuword32_nowatch(const void *addr, uint32_t *value) in fuword32_nowatch() function