Home
last modified time | relevance | path

Searched refs:VM_MEMATTR_UNCACHEABLE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/include/asm/
H A Dpgtable.h36 return (prot | VM_MEMATTR_UNCACHEABLE); in pgprot_noncached()
H A Dcacheflush.h78 pmap_page_set_memattr((struct vm_page *)pages[i], VM_MEMATTR_UNCACHEABLE); in set_pages_array_uc()
/dragonfly/sys/vm/
H A Dvm.h126 #define VM_MEMATTR_UNCACHEABLE ((vm_memattr_t)PAT_UNCACHEABLE) macro
/dragonfly/sys/platform/pc64/x86_64/
H A Defirt.c272 mode = VM_MEMATTR_UNCACHEABLE; in efi_create_1t1_map()
277 mode = VM_MEMATTR_UNCACHEABLE; in efi_create_1t1_map()
H A Dbusdma_machdep.c503 attr = VM_MEMATTR_UNCACHEABLE; in bus_dmamem_alloc()