Searched refs:__set_memory_prot (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | set_memory.h | 41 int __set_memory_prot(unsigned long addr, int numpages, pgprot_t prot);
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | set_memory.h | 37 int __set_memory_prot(unsigned long addr, int numpages, pgprot_t prot);
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | init_32.c | 810 * pages with __set_memory_prot(). in arch_add_memory() 813 ret = __set_memory_prot(start, nr_pages, params->pgprot); in arch_add_memory()
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
H A D | set_memory.c | 1813 int __set_memory_prot(unsigned long addr, int numpages, pgprot_t prot) in __set_memory_prot() function
|
/kernel/linux/linux-6.6/arch/x86/mm/pat/ |
H A D | set_memory.c | 1905 * __set_memory_prot is an internal helper for callers that have been passed 1910 int __set_memory_prot(unsigned long addr, int numpages, pgprot_t prot) in __set_memory_prot() function
|
Completed in 10 milliseconds