Searched refs:set_section_perms (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | init.c | 521 static void set_section_perms(struct section_perm *perms, int n, bool set, in set_section_perms() function 562 set_section_perms(perms, n, true, s->mm); in update_sections_early() 564 set_section_perms(perms, n, true, current->active_mm); in update_sections_early() 565 set_section_perms(perms, n, true, &init_mm); in update_sections_early() 599 set_section_perms(ro_perms, ARRAY_SIZE(ro_perms), false, in set_kernel_text_rw() 608 set_section_perms(ro_perms, ARRAY_SIZE(ro_perms), true, in set_kernel_text_ro()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | init.c | 394 static void set_section_perms(struct section_perm *perms, int n, bool set, in set_section_perms() function 435 set_section_perms(perms, n, true, s->mm); in update_sections_early() 437 set_section_perms(perms, n, true, current->active_mm); in update_sections_early() 438 set_section_perms(perms, n, true, &init_mm); in update_sections_early()
|
Completed in 2 milliseconds