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

/darwin-on-arm/xnu/bsd/man/man9/
H A DMakefile21 fuword.9 \
/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h211 long fuword(user_addr_t addr);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsystemcalls.c143 code = fuword(params);
568 code = fuword(params);
/darwin-on-arm/xnu/osfmk/i386/
H A Dbsd_i386.c240 extern long fuword(vm_offset_t);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c149 code = fuword(params);
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c301 long fuword(user_addr_t addr) function
310 /* suiword and fuiword are the same as suword and fuword, respectively */

Completed in 24 milliseconds