Searched refs:mmu_context_cache_dat (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/m32r/include/asm/
H A Dmmu_context.h24 extern unsigned long mmu_context_cache_dat;
25 #define mmu_context_cache mmu_context_cache_dat
28 extern unsigned long mmu_context_cache_dat[];
29 #define mmu_context_cache mmu_context_cache_dat[smp_processor_id()]
/linux-4.4.14/arch/m32r/mm/
H A Dinit.c39 unsigned long mmu_context_cache_dat; variable
41 unsigned long mmu_context_cache_dat[NR_CPUS]; variable

Completed in 106 milliseconds