Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/arch/x86/
H A Dpat.rst54 | set_memory_wc, | WC | -- | -- |
116 wants to export a RAM region, it has to do set_memory_uc() or set_memory_wc()
128 this can be done by using ioremap_wc() / set_memory_wc(). Devices which
131 set_memory_wc() to white-list effective write-combined areas. Such use is
/openbmc/linux/arch/x86/include/asm/
H A Dset_memory.h47 int set_memory_wc(unsigned long addr, int numpages);
/openbmc/linux/sound/core/
H A Dmemalloc.c305 set_memory_wc((unsigned long)(p), size >> PAGE_SHIFT); in do_alloc_pages()
685 set_memory_wc(sg_wc_address(&iter), 1); in snd_dma_sg_wc_alloc()
/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c2011 int set_memory_wc(unsigned long addr, int numpages) in set_memory_wc() function
2026 EXPORT_SYMBOL(set_memory_wc);
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c17093 rc = set_memory_wc(pg_addr, 1); in lpfc_wq_create()