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

/darwin-on-arm/xnu/bsd/man/man9/
H A DMakefile18 fuiword.9 \
/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h212 long fuiword(user_addr_t addr);
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c310 /* suiword and fuiword are the same as suword and fuword, respectively */
320 long fuiword(user_addr_t addr) function
354 return((int64_t)fuiword(addr));
379 return((uint64_t)fuiword(addr));

Completed in 19 milliseconds