Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dunaligned.c620 unsigned int reg = 0, rvar; in emulate_load_store_microMIPS() local
773 rvar = reg & 0xf; in emulate_load_store_microMIPS()
774 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
777 if (user && !access_ok(addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
780 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
783 if (rvar == 9) in emulate_load_store_microMIPS()
784 rvar = 8; in emulate_load_store_microMIPS()
785 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
809 rvar = reg & 0xf; in emulate_load_store_microMIPS()
810 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
[all …]
/openbmc/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;
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass921 rvar = bb.utils.explode_dep_versions2(localdata.getVar(var) or "")
924 for dep in rvar:
925 for v in rvar[dep]: