Searched refs:ioremap_nocache (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/ofed/drivers/infiniband/debug/
H A Dmtrack.h9 #include <linux/io.h> /* For ioremap_nocache, ioremap, iounmap */
12 # include <linux/io-mapping.h> /* For ioremap_nocache, ioremap, iounmap */
345 #ifdef ioremap_nocache
346 #undef ioremap_nocache macro
348 #define ioremap_nocache(phys_addr, size) ({ \ macro
352 MEMTRACK_ERROR_INJECTION_MESSAGE(__FILE__, __LINE__, "ioremap_nocache"); \
362 #ifdef ioremap_nocache
363 #undef ioremap_nocache macro
365 #define ioremap_nocache(phys_addr, size) ({ \ macro
369 MEMTRACK_ERROR_INJECTION_MESSAGE(__FILE__, __LINE__, "ioremap_nocache"); \
378 #define ioremap_nocache macro
[all...]
H A Dmemtrack.c62 #ifdef ioremap_nocache
63 #undef ioremap_nocache macro
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dio.h188 #define ioremap_nocache(addr, size) \ macro
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_ttm.c454 ioremap_nocache(mem->bus.base + mem->bus.offset,

Completed in 99 milliseconds