Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dunaligned.c621 unsigned int reg = 0, rvar; in emulate_load_store_microMIPS() local
774 rvar = reg & 0xf; in emulate_load_store_microMIPS()
775 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
778 if (user && !access_ok(addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
781 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
784 if (rvar == 9) in emulate_load_store_microMIPS()
785 rvar = 8; in emulate_load_store_microMIPS()
786 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
810 rvar = reg & 0xf; in emulate_load_store_microMIPS()
811 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
[all …]
/linux/scripts/coccinelle/misc/
H A Dswap.cocci17 @rvar depends on !patch@
40 position p != rvar.p;
113 p << rvar.p;
119 p << rvar.p;