Searched refs:current_rwx_mask (Results 1 – 3 of 3) sorted by relevance
28 unsigned long *current_rwx_mask[NR_CPUS]; variable124 mask = current_rwx_mask[cpu]; in dcplb_miss()146 mask = current_rwx_mask[cpu]; in dcplb_miss()223 unsigned long *mask = current_rwx_mask[cpu]; in icplb_miss()254 unsigned long *mask = current_rwx_mask[cpu]; in icplb_miss()349 current_rwx_mask[cpu] = masks; in set_mask_dcplbs()354 current_rwx_mask[cpu] = masks; in set_mask_dcplbs()
82 if (prev_mm->context.page_rwx_mask == current_rwx_mask[cpu]) { in __switch_mm()154 if (mm->context.page_rwx_mask == current_rwx_mask[cpu]) { in update_protections()204 if (current_rwx_mask[cpu] == mm->context.page_rwx_mask) in destroy_context()205 current_rwx_mask[cpu] = NULL; in destroy_context()
50 extern unsigned long *current_rwx_mask[NR_CPUS];