Searched refs:set_section_perms (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/arch/arm/mm/ |
D | init.c | 505 static void set_section_perms(struct section_perm *perms, int n, bool set, in set_section_perms() function 546 set_section_perms(perms, n, true, s->mm); in update_sections_early() 548 set_section_perms(perms, n, true, current->active_mm); in update_sections_early() 549 set_section_perms(perms, n, true, &init_mm); in update_sections_early() 583 set_section_perms(ro_perms, ARRAY_SIZE(ro_perms), false, in set_kernel_text_rw() 592 set_section_perms(ro_perms, ARRAY_SIZE(ro_perms), true, in set_kernel_text_ro()
|