Searched refs:cpu_asid_cache (Results 1 – 2 of 2) sorted by relevance
35 #define cpu_asid_cache(cpu) per_cpu(asid_cache, cpu) macro72 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()
109 cpu_asid_cache(cpu) = ASID_USER_FIRST; in smp_prepare_boot_cpu()237 if (cpu_asid_cache(cpu) == 0) in __cpu_up()238 cpu_asid_cache(cpu) = ASID_USER_FIRST; in __cpu_up()