Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dset_memory.h52 int set_memory_global(unsigned long addr, int numpages);
/linux-6.1.9/arch/x86/mm/
Dpti.c583 set_memory_global(start, (end_global - start) >> PAGE_SHIFT); in pti_clone_kernel_text()
/linux-6.1.9/arch/x86/mm/pat/
Dset_memory.c2063 int set_memory_global(unsigned long addr, int numpages) in set_memory_global() function