Home
last modified time | relevance | path

Searched refs:set_pages_rw (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dset_memory.h84 int set_pages_rw(struct page *page, int numpages);
/openbmc/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c570 return set_pages_rw(page, nr_pages); in kexec_mark_range()
/openbmc/linux/arch/x86/mm/
H A Dinit_32.c797 set_pages_rw(virt_to_page(start), size >> PAGE_SHIFT); in mark_rodata_ro()
/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c2344 int set_pages_rw(struct page *page, int numpages) in set_pages_rw() function