Home
last modified time | relevance | path

Searched defs:subyte (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dcopyinout.c290 REMAP(subyte)(volatile void *addr, int byte) in REMAP() argument
/freebsd/sys/i386/i386/
H A Dcopyout.c364 subyte(volatile void *base, int byte) in subyte() function
/freebsd/sys/sys/
H A Dsystm.h370 #define subyte(b, w) SAN_INTERCEPTOR(subyte)((b), (w)) macro