Home
last modified time | relevance | path

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

/linux/arch/xtensa/include/asm/
H A Dmmu_context.h35 #define cpu_asid_cache(cpu) per_cpu(asid_cache, cpu) macro
72 unsigned long asid = cpu_asid_cache(cpu); in get_new_mmu_context()
81 cpu_asid_cache(cpu) = asid; in get_new_mmu_context()
96 ((asid ^ cpu_asid_cache(cpu)) & ~ASID_MASK)) in get_mmu_context()