Home
last modified time | relevance | path

Searched refs:set_memory_p (Results 1 – 6 of 6) 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.h49 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/kernel/
H A Dmachine_kexec_64.c676 set_memory_p((unsigned long)phys_to_virt(start_paddr), nr_pages); in kexec_mark_dm_crypt_keys()
/linux/arch/x86/hyperv/
H A Divm.c816 err = set_memory_p(kbuffer, pagecount); in hv_vtom_set_host_visibility()
/linux/arch/x86/mm/pat/
H A Dset_memory.c2281 return set_memory_p(addr, 1); in clear_mce_nospec()
2335 int set_memory_p(unsigned long addr, int numpages) in set_memory_p() function