Searched refs:cpu_asid_cache (Results 1 – 2 of 2) sorted by relevance
34 #define cpu_asid_cache(cpu) per_cpu(asid_cache, cpu) macro70 unsigned long asid = cpu_asid_cache(cpu); in get_new_mmu_context()79 cpu_asid_cache(cpu) = asid; in get_new_mmu_context()94 ((asid ^ cpu_asid_cache(cpu)) & ~ASID_MASK)) in get_mmu_context()
104 cpu_asid_cache(cpu) = ASID_USER_FIRST; in smp_prepare_boot_cpu()228 if (cpu_asid_cache(cpu) == 0) in __cpu_up()229 cpu_asid_cache(cpu) = ASID_USER_FIRST; in __cpu_up()