Searched refs:ctr (Results 1 – 10 of 10) sorted by relevance
30 extern void cpu_post_exec_31 (ulong *code, ulong *ctr, ulong *lr, ulong *jump,38 ulong ctr = pctr; in cpu_post_test_bc() local56 cpu_post_exec_31 (code, &ctr, &lr, &jump, cr); in cpu_post_test_bc()63 ret = pctr == ctr + 1 ? 0 : -1; in cpu_post_test_bc()65 ret = pctr == ctr ? 0 : -1; in cpu_post_test_bc()134 ulong ctr; in cpu_post_test_b() local147 for (ctr = 1; ctr <= 2 && ret == 0; ctr++) in cpu_post_test_b()155 (cd == 0 && ctr != 1) || in cpu_post_test_b()156 (cd == 1 && ctr == 1); in cpu_post_test_b()161 ctr, cr); in cpu_post_test_b()
67 uint ctr; in board_early_init_r() local82 ctr = 0; in board_early_init_r()85 if (ctr++ > 5) { in board_early_init_r()101 ctr = 0; in board_early_init_r()112 if (ctr++ > 5) { in board_early_init_r()
176 *ptr++ = regs->ctr; in kgdb_getregs()209 case 68: regs->ctr = *ptr; break; in kgdb_putreg()210 case 69: regs->ctr = *ptr; break; in kgdb_putreg()246 regs->ctr = *ptr++; in kgdb_putregs()
37 unsigned int ctr; member
96 unsigned int ctr = 0; in ihs_mdio_idle() local101 if (ctr++ > 10) in ihs_mdio_idle()
31 PPC_REG ctr; member
89 u32 ctr; /* counter value field register */ member
61 uint ctr = 0; in wait_for_int() local69 if (ctr++ > 5000) { in wait_for_int()
718 int ctr = 0; in do_reflection_test() local730 if (ctr++ > REFLECTION_TEST_ROUNDS) in do_reflection_test()748 int ctr = 0; in wait_for_fpga_done() local763 if (ctr++ > FPGA_DONE_WAIT_ROUND) { in wait_for_fpga_done()
379 /home/user/linux/crypto/ctr.c:188:9-16: ERR_CAST can be used with alg411 diff -u -p a/crypto/ctr.c b/crypto/ctr.c412 --- a/crypto/ctr.c 2010-05-26 10:49:38.000000000 +0200413 +++ b/crypto/ctr.c 2010-06-03 23:44:49.000000000 +0200456 diff -u -p /home/user/linux/crypto/ctr.c /tmp/nothing457 --- /home/user/linux/crypto/ctr.c 2010-05-26 10:49:38.000000000 +0200503 …* TODO [[view:/home/user/linux/crypto/ctr.c::face=ovl-face1::linb=188::colb=9::cole=16][ERR_CAST c…
Completed in 43 milliseconds