Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/
Dcpu-single.h48 #define cpu_set_pgd cpu_fn(CPU_NAME,_set_pgd) macro
83 extern void cpu_set_pgd(unsigned long pgd_phys);
88 #define cpu_switch_mm(pgd,tsk) cpu_set_pgd(__virt_to_phys((unsigned long)(pgd)))
Dcpu-multi32.h154 #define cpu_set_pgd(pgd) processor.pgtable.set_pgd(pgd) macro
158 #define cpu_switch_mm(pgd,tsk) cpu_set_pgd(__virt_to_phys((unsigned long)(pgd)))
/linux-2.4.37.9/arch/arm/mm/
Dproc-syms.c26 EXPORT_SYMBOL(cpu_set_pgd);