Go to the documentation of this file. 1 #ifndef __ASM_SH_MMU_CONTEXT_32_H
2 #define __ASM_SH_MMU_CONTEXT_32_H
13 #ifdef CONFIG_CPU_HAS_PTEAEX
14 static inline void set_asid(
unsigned long asid)
19 static inline unsigned long get_asid(
void)
24 static inline void set_asid(
unsigned long asid)
26 unsigned long __dummy;
28 __asm__ __volatile__ (
"mov.l %2, %0\n\t"
37 static inline unsigned long get_asid(
void)
41 __asm__ __volatile__ (
"mov.l %1, %0"