Home
last modified time | relevance | path

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

/arch/xtensa/include/asm/
Dmmu_context.h50 #define ASID_USER_FIRST 4 macro
79 asid += ASID_USER_FIRST; in get_new_mmu_context()
/arch/xtensa/mm/
Dmmu.c92 set_rasid_register(ASID_INSERT(ASID_USER_FIRST)); in init_mmu()
Dfault.c25 DEFINE_PER_CPU(unsigned long, asid_cache) = ASID_USER_FIRST;
/arch/xtensa/kernel/
Dsmp.c112 cpu_asid_cache(cpu) = ASID_USER_FIRST; in smp_prepare_boot_cpu()
242 cpu_asid_cache(cpu) = ASID_USER_FIRST; in __cpu_up()