Home
last modified time | relevance | path

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

/linux-3.3/arch/m32r/include/asm/
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-3.3/arch/m32r/mm/
Dinit.c42 unsigned long mmu_context_cache_dat; variable
44 unsigned long mmu_context_cache_dat[NR_CPUS]; variable