Home
last modified time | relevance | path

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

/linux-5.19.10/arch/xtensa/mm/
Dmmu.c21 DEFINE_PER_CPU(unsigned long, asid_cache) = ASID_USER_FIRST;
94 set_rasid_register(ASID_INSERT(ASID_USER_FIRST)); in init_mmu()
/linux-5.19.10/arch/xtensa/include/asm/
Dmmu_context.h50 #define ASID_USER_FIRST 4 macro
79 asid += ASID_USER_FIRST; in get_new_mmu_context()
/linux-5.19.10/arch/xtensa/kernel/
Dsmp.c109 cpu_asid_cache(cpu) = ASID_USER_FIRST; in smp_prepare_boot_cpu()
238 cpu_asid_cache(cpu) = ASID_USER_FIRST; in __cpu_up()