Home
last modified time | relevance | path

Searched refs:current_rwx_mask (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/blackfin/kernel/cplb-mpu/
Dcplbmgr.c28 unsigned long *current_rwx_mask[NR_CPUS]; variable
124 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()
/linux-4.1.27/arch/blackfin/include/asm/
Dmmu_context.h82 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()
Dcplbinit.h50 extern unsigned long *current_rwx_mask[NR_CPUS];