Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpage.h61 cachemode2protval(vm_memattr_t attr) in cachemode2protval() function
84 (((prot) & VM_PROT_ALL) | cachemode2protval(VM_MEMATTR_UNCACHEABLE))
87 (((prot) & VM_PROT_ALL) | cachemode2protval(VM_MEMATTR_WRITE_COMBINING))
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c405 prot = cachemode2protval(iomap->attr); in lkpi_io_mapping_map_user()