Searched refs:fuword64_nowatch (Results 1 – 3 of 3) sorted by relevance
91 extern int fuword64_nowatch(const void *, uint64_t *);
689 if (fuword64_nowatch(addr, &data)) { in simulate_lddstd()1207 if (fuword64_nowatch(addr, &res) == -1) { in getreg()
1675 fuword64_nowatch(const void *addr, uint64_t *value) in fuword64_nowatch() function