Home
last modified time | relevance | path

Searched refs:_set_memory_wc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dset_memory.h43 int _set_memory_wc(unsigned long addr, int numpages);
/openbmc/linux/arch/x86/mm/
H A Dioremap.c56 err = _set_memory_wc(vaddr, nrpages); in ioremap_change_attr()
/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c1995 int _set_memory_wc(unsigned long addr, int numpages) in _set_memory_wc() function
2020 ret = _set_memory_wc(addr, numpages); in set_memory_wc()