Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/debug/
HDmtrack.h345 #ifdef ioremap_nocache
346 #undef ioremap_nocache
348 #define ioremap_nocache(phys_addr, size) ({ \ macro
362 #ifdef ioremap_nocache
363 #undef ioremap_nocache
365 #define ioremap_nocache(phys_addr, size) ({ \ macro
378 #define ioremap_nocache(phys_addr, size) ({ \ macro
384 __memtrack_addr = ioremap_nocache(phys_addr, size); \
HDmemtrack.c60 #ifdef ioremap_nocache
61 #undef ioremap_nocache
/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDio.h136 #define ioremap_nocache(addr, size) \ macro
/NextBSD/sys/dev/drm2/radeon/
HDradeon_ttm.c454 ioremap_nocache(mem->bus.base + mem->bus.offset, in radeon_ttm_io_mem_reserve()