Searched refs:use_asid_allocator (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dmmu_context.h36 DECLARE_STATIC_KEY_FALSE(use_asid_allocator); variable
/linux-master/arch/riscv/mm/
H A Dcontext.c21 DEFINE_STATIC_KEY_FALSE(use_asid_allocator); variable
220 if (static_branch_unlikely(&use_asid_allocator)) {
267 static_branch_enable(&use_asid_allocator);
H A Dtlbflush.c144 return static_branch_unlikely(&use_asid_allocator) ?

Completed in 120 milliseconds