Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/x86/include/asm/
H A Dset_memory.h48 int set_memory_p(unsigned long addr, int numpages);
/linux-6.15/arch/powerpc/mm/
H A Dpageattr.c119 err = set_memory_p(addr, numpages); in __kernel_map_pages()
/linux-6.15/arch/x86/hyperv/
H A Divm.c584 err = set_memory_p(kbuffer, pagecount); in hv_vtom_set_host_visibility()
/linux-6.15/arch/x86/mm/pat/
H A Dset_memory.c2284 return set_memory_p(addr, 1); in clear_mce_nospec()
2338 int set_memory_p(unsigned long addr, int numpages) in set_memory_p() function