Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/kernel/
Dunaligned.c579 unsigned int reg = 0, rvar; in emulate_load_store_microMIPS() local
732 rvar = reg & 0xf; in emulate_load_store_microMIPS()
733 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
736 if (user && !access_ok(addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
739 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
742 if (rvar == 9) in emulate_load_store_microMIPS()
743 rvar = 8; in emulate_load_store_microMIPS()
744 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
768 rvar = reg & 0xf; in emulate_load_store_microMIPS()
769 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
[all …]
/linux-5.19.10/scripts/coccinelle/misc/
Dswap.cocci17 @rvar depends on !patch@
40 position p != rvar.p;
113 p << rvar.p;
119 p << rvar.p;