Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/ !
Dset_memory.h44 int set_memory_wc(unsigned long addr, int numpages);
/linux-6.1.9/Documentation/x86/ !
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
/linux-6.1.9/sound/core/ !
Dmemalloc.c306 set_memory_wc((unsigned long)(p), size >> PAGE_SHIFT); in do_alloc_pages()
687 set_memory_wc(sg_wc_address(&iter), 1); in snd_dma_sg_wc_alloc()
/linux-6.1.9/arch/x86/mm/pat/ !
Dset_memory.c1923 int set_memory_wc(unsigned long addr, int numpages) in set_memory_wc() function
1938 EXPORT_SYMBOL(set_memory_wc);
/linux-6.1.9/drivers/scsi/lpfc/ !
Dlpfc_sli.c16994 rc = set_memory_wc(pg_addr, 1); in lpfc_wq_create()