Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dset_memory.h40 static inline int __must_check set_memory_p(unsigned long addr, int numpages) in set_memory_p() function
/linux/arch/x86/include/asm/
H A Dset_memory.h50 int set_memory_p(unsigned long addr, int numpages);
/linux/arch/powerpc/mm/
H A Dpageattr.c119 err = set_memory_p(addr, numpages); in __kernel_map_pages()
/linux/arch/x86/hyperv/
H A Divm.c593 err = set_memory_p(kbuffer, pagecount); in hv_vtom_set_host_visibility()
/linux/arch/x86/mm/pat/
H A Dset_memory.c2300 return set_memory_p(addr, 1); in clear_mce_nospec()
2354 int set_memory_p(unsigned long addr, int numpages) in set_memory_p() function