Searched refs:page_rwx_mask (Results 1 – 2 of 2) sorted by relevance
82 if (prev_mm->context.page_rwx_mask == current_rwx_mask[cpu]) { in __switch_mm()84 set_mask_dcplbs(next_mm->context.page_rwx_mask, cpu); in __switch_mm()123 unsigned long *mask = mm->context.page_rwx_mask; in protect_page()154 if (mm->context.page_rwx_mask == current_rwx_mask[cpu]) { in update_protections()156 set_mask_dcplbs(mm->context.page_rwx_mask, cpu); in update_protections()177 mm->context.page_rwx_mask = (unsigned long *)p; in init_new_context()178 memset(mm->context.page_rwx_mask, 0, in init_new_context()204 if (current_rwx_mask[cpu] == mm->context.page_rwx_mask) in destroy_context()206 free_pages((unsigned long)mm->context.page_rwx_mask, page_mask_order); in destroy_context()
32 unsigned long *page_rwx_mask; member