Home
last modified time | relevance | path

Searched defs:cpu_switch_mm (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dproc-fns.h152 #define cpu_switch_mm(pgd,mm) cpu_do_switch_mm(virt_to_phys(pgd),mm) macro
183 #define cpu_switch_mm(pgd,mm) { } macro
/openbmc/linux/arch/arm64/include/asm/
H A Dmmu_context.h57 static inline void cpu_switch_mm(pgd_t *pgd, struct mm_struct *mm) in cpu_switch_mm() function