Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpage.h67 pgprot2cachemode(pgprot_t prot) in pgprot2cachemode() function
H A Dhighmem.h80 vm_memattr_t attr = pgprot2cachemode(prot); in kmap_atomic_prot()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c459 attr = pgprot2cachemode(prot); in linuxkpi_vmap_pfn()
568 pmap_page_set_memattr(page, pgprot2cachemode(prot)); in lkpi_vmf_insert_pfn_prot_locked()
H A Dlinux_compat.c1326 attr = pgprot2cachemode(vmap->vm_page_prot); in linux_file_mmap_single()