Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dunaligned.c1362 unsigned int reg = 0, rvar; in emulate_load_store_microMIPS() local
1515 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1516 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
1520 (VERIFY_READ, addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
1523 if (!access_ok(VERIFY_READ, addr, 4 * rvar)) in emulate_load_store_microMIPS()
1526 if (rvar == 9) in emulate_load_store_microMIPS()
1527 rvar = 8; in emulate_load_store_microMIPS()
1528 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1552 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1553 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
[all …]