Home
last modified time | relevance | path

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

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