HomeSort by: relevance | last modified time | path
    Searched defs:ttm_io_prot (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo_util.c 53 #ifdef __NetBSD__ /* PMAP_* caching flags for ttm_io_prot */
478 pgprot_t prot = ttm_io_prot(old_mem->placement,
483 pgprot_t prot = ttm_io_prot(new_mem->placement,
605 pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp) function in typeref:typename:pgprot_t
637 EXPORT_SYMBOL(ttm_io_prot);
719 prot = ttm_io_prot(mem->placement, PAGE_KERNEL);

Completed in 12 milliseconds