Home
last modified time | relevance | path

Searched refs:reserved_context (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/riscv/mm/
Dcontext.c33 static DEFINE_PER_CPU(unsigned long, reserved_context);
51 if (per_cpu(reserved_context, cpu) == cntx) { in check_update_reserved_context()
53 per_cpu(reserved_context, cpu) = newcntx; in check_update_reserved_context()
81 cntx = per_cpu(reserved_context, i); in __flush_context()
84 per_cpu(reserved_context, i) = cntx; in __flush_context()
/linux-6.12.1/drivers/iommu/
Dipmmu-vmsa.c48 bool reserved_context; member
918 .reserved_context = false,
932 .reserved_context = true,
946 .reserved_context = true,
1078 if (mmu->features->reserved_context) { in ipmmu_probe()