Home
last modified time | relevance | path

Searched refs:kscratch_used_mask (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/mm/
H A Dtlbex.c324 static unsigned int kscratch_used_mask; variable
340 unsigned int a = cpu_data[0].kscratch_mask & ~kscratch_used_mask; in allocate_kscratch()
349 kscratch_used_mask |= (1 << r); in allocate_kscratch()
1529 kscratch_used_mask |= (1 << 7); /* KScratch6 is used for KPGD */ in setup_pw()
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dtlbex.c323 static unsigned int kscratch_used_mask; variable
333 unsigned int a = cpu_data[0].kscratch_mask & ~kscratch_used_mask; in allocate_kscratch()
342 kscratch_used_mask |= (1 << r); in allocate_kscratch()
1489 kscratch_used_mask |= (1 << 7); /* KScratch6 is used for KPGD */ in setup_pw()

Completed in 6 milliseconds