Home
last modified time | relevance | path

Searched refs:memset_io (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Diosys-map.h106 memset_io(ism->vaddr_iomem + off, value, len); in iosys_map_memset()
H A Dio.h447 #define memset_io(a, b, c) memset((a), (b), (c)) macro
/freebsd/sys/dev/fb/
H A Dfbreg.h90 #define bzero_io(d, c) memset_io((d), 0, (c))
91 #define fill_io(p, d, c) memset_io((d), (p), (c))
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h202 #define memset_io(a, b, c) memset((a), (b), (c)) macro