Home
last modified time | relevance | path

Searched refs:caching_flags (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_bo_util.c605 pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp) in ttm_io_prot() argument
608 if (caching_flags & TTM_PL_FLAG_CACHED) in ttm_io_prot()
613 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
619 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
626 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_bo_driver.h915 pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp);