Home
last modified time | relevance | path

Searched refs:ctr (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/u-boot/post/lib_powerpc/
H A Db.c29 extern void cpu_post_exec_31 (ulong *code, ulong *ctr, ulong *lr, ulong *jump,
37 ulong ctr = pctr; in cpu_post_test_bc() local
55 cpu_post_exec_31 (code, &ctr, &lr, &jump, cr); in cpu_post_test_bc()
62 ret = pctr == ctr + 1 ? 0 : -1; in cpu_post_test_bc()
64 ret = pctr == ctr ? 0 : -1; in cpu_post_test_bc()
133 ulong ctr; in cpu_post_test_b() local
146 for (ctr = 1; ctr <= 2 && ret == 0; ctr++) in cpu_post_test_b()
154 (cd == 0 && ctr != 1) || in cpu_post_test_b()
155 (cd == 1 && ctr == 1); in cpu_post_test_b()
160 ctr, cr); in cpu_post_test_b()
/openbmc/u-boot/board/logicpd/am3517evm/
H A Dam3517evm.c108 volatile unsigned int ctr; in misc_init_r() local
125 ctr = 0; in misc_init_r()
128 ctr++; in misc_init_r()
129 } while (ctr < 300); in misc_init_r()
135 ctr = 0; in misc_init_r()
138 ctr++; in misc_init_r()
139 } while (ctr < 300); in misc_init_r()
/openbmc/u-boot/board/gdsys/common/
H A Dmclink.c30 unsigned int ctr = 0; in mclink_probe() local
43 if (ctr++ > 500) { in mclink_probe()
52 printf("waited %d us for mclink %d to come up\n", ctr * 100, k); in mclink_probe()
62 unsigned int ctr = 0; in mclink_send() local
81 if (ctr++ > 3) in mclink_send()
100 unsigned int ctr = 0; in mclink_receive() local
113 if (ctr++ > 3) in mclink_receive()
H A Dihs_mdio.c94 unsigned int ctr = 0; in ihs_mdio_idle() local
99 if (ctr++ > 10) in ihs_mdio_idle()
/openbmc/u-boot/board/gdsys/mpc8308/
H A Dmpc8308.c45 unsigned ctr; in board_early_init_r() local
60 ctr = 0; in board_early_init_r()
63 if (ctr++ > 5) { in board_early_init_r()
79 ctr = 0; in board_early_init_r()
90 if (ctr++ > 5) { in board_early_init_r()
/openbmc/qemu/include/qemu/
H A Drcu.h59 unsigned long ctr; member
81 unsigned ctr; in QEMU_DECLARE_CO_TLS() local
87 ctr = qatomic_read(&rcu_gp_ctr); in QEMU_DECLARE_CO_TLS()
88 qatomic_set(&p_rcu_reader->ctr, ctr); in QEMU_DECLARE_CO_TLS()
111 qatomic_store_release(&p_rcu_reader->ctr, 0); in rcu_read_unlock()
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DFileContent.pm123 my $ctr=1;
130 $found_line_to_follow=$ctr;
132 $ctr++;
143 $ctr=1;
146 if ( ($ctr == $found_line_to_follow) and ($found_pattern == 0) ) {
151 $ctr++;
197 my $ctr=1;
204 $found_line_to_preceed=$ctr;
206 $ctr++;
217 $ctr=1;
[all …]
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_ssh_security.robot36 # debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,
38 # debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,
/openbmc/u-boot/arch/powerpc/lib/
H A Dkgdb.c175 *ptr++ = regs->ctr; in kgdb_getregs()
208 case 68: regs->ctr = *ptr; break; in kgdb_putreg()
209 case 69: regs->ctr = *ptr; break; in kgdb_putreg()
245 regs->ctr = *ptr++; in kgdb_putregs()
/openbmc/qemu/util/
H A Dcacheflush.c133 uint64_t ctr; in arch_cache_info() local
143 asm volatile("mrs\t%0, ctr_el0" : "=r"(ctr)); in arch_cache_info()
144 save_ctr_el0 = ctr; in arch_cache_info()
148 *isize = 4 << (ctr & 0xf); in arch_cache_info()
151 *dsize = 4 << ((ctr >> 16) & 0xf); in arch_cache_info()
H A Drcu.c57 static inline int rcu_gp_ongoing(unsigned long *ctr) in rcu_gp_ongoing() argument
61 v = qatomic_read(ctr); in rcu_gp_ongoing()
101 if (!rcu_gp_ongoing(&index->ctr)) { in wait_for_readers()
375 assert(get_ptr_rcu_reader()->ctr == 0); in rcu_register_thread()
/openbmc/qemu/target/arm/tcg/
H A Dcpu32.c131 cpu->ctr = 0x1dd20d2; in arm926_initfn()
157 cpu->ctr = 0x0f004006; in arm946_initfn()
172 cpu->ctr = 0x1dd20d2; in arm1026_initfn()
223 cpu->ctr = 0x1dd20d2; in arm1136_r2_initfn()
255 cpu->ctr = 0x1dd20d2; in arm1136_initfn()
288 cpu->ctr = 0x1dd20d2; in arm1176_initfn()
319 cpu->ctr = 0x1d192992; /* 32K icache 32K dcache */ in arm11mpcore_initfn()
358 cpu->ctr = 0x82048004; in cortex_a8_initfn()
434 cpu->ctr = 0x80038003; in cortex_a9_initfn()
500 cpu->ctr = 0x84448003; in cortex_a7_initfn()
[all …]
H A Dcpu64.c51 cpu->ctr = 0x84448004; in aarch64_a35_initfn()
220 cpu->ctr = 0x84448004; /* L1Ip = VIPT */ in aarch64_a55_initfn()
296 cpu->ctr = 0x8444c004; in aarch64_a72_initfn()
353 cpu->ctr = 0x8444C004; in aarch64_a76_initfn()
425 cpu->ctr = 0x86668006; in aarch64_a64fx_initfn()
601 cpu->ctr = 0x8444c004; in aarch64_neoverse_n1_initfn()
677 cpu->ctr = 0xb444c004; /* With DIC and IDC set */ in aarch64_neoverse_v1_initfn()
939 cpu->ctr = 0x000000049444c004ull; in aarch64_a710_initfn()
1041 cpu->ctr = 0x00000004b444c004ull; in aarch64_neoverse_n2_initfn()
1138 t = cpu->ctr; in aarch64_max_tcg_initfn()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dssh_config39 # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
/openbmc/u-boot/common/
H A Dbedbug.c1058 unsigned long ctr; /* CTR register from PPC */ in find_next_address() local
1090 ctr = regs->ctr; in find_next_address()
1136 addr = ctr; in find_next_address()
1164 if (--ctr != 0) in find_next_address()
1171 if (--ctr == 0) in find_next_address()
1183 if (--ctr != 0) in find_next_address()
1190 if (--ctr == 0) in find_next_address()
1202 if (--ctr != 0) in find_next_address()
1207 if (--ctr == 0) in find_next_address()
/openbmc/qemu/hw/net/
H A Dsmc91c111.c45 uint16_t ctr; member
76 VMSTATE_UINT16(ctr, smc91c111_state),
261 if (s->ctr & CTR_AUTO_RELEASE) { in smc91c111_complete_tx_packet()
372 s->ctr = 0x1210; in smc91c111_reset()
493 SET_LOW(ctr, value); in smc91c111_writeb()
496 SET_HIGH(ctr, value); in smc91c111_writeb()
678 return s->ctr & 0xff; in smc91c111_readb()
680 return s->ctr >> 8; in smc91c111_readb()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Duart.h37 unsigned int ctr; member
/openbmc/qemu/linux-user/ppc/
H A Dtarget_syscall.h35 abi_ulong ctr; member
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c196 ADD_TEST(ctr, aes, 128, chunk); \ in main()
197 ADD_TEST(ctr, aes, 256, chunk); \ in main()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dptrace.h31 PPC_REG ctr; member
/openbmc/qemu/target/ppc/
H A Darch_dump.c38 reg_t ctr; member
125 reg->ctr = cpu_to_dump_reg(s, cpu->env.ctr); in ppc_write_elf_prstatus()
H A Dgdbstub.c140 gdb_get_regl(buf, env->ctr); in ppc_cpu_gdb_read_register()
190 gdb_get_reg64(buf, env->ctr); in ppc_cpu_gdb_read_register_apple()
238 env->ctr = ldtul_p(mem_buf); in ppc_cpu_gdb_write_register()
284 env->ctr = ldq_p(mem_buf); in ppc_cpu_gdb_write_register_apple()
/openbmc/u-boot/drivers/misc/
H A Dihs_fpga.c715 int ctr = 0; in do_reflection_test() local
727 if (ctr++ > REFLECTION_TEST_ROUNDS) in do_reflection_test()
745 int ctr = 0; in wait_for_fpga_done() local
760 if (ctr++ > FPGA_DONE_WAIT_ROUND) { in wait_for_fpga_done()
/openbmc/u-boot/doc/
H A DREADME.coccinelle365 /home/user/linux/crypto/ctr.c:188:9-16: ERR_CAST can be used with alg
397 diff -u -p a/crypto/ctr.c b/crypto/ctr.c
398 --- a/crypto/ctr.c 2010-05-26 10:49:38.000000000 +0200
399 +++ b/crypto/ctr.c 2010-06-03 23:44:49.000000000 +0200
442 diff -u -p /home/user/linux/crypto/ctr.c /tmp/nothing
443 --- /home/user/linux/crypto/ctr.c 2010-05-26 10:49:38.000000000 +0200
489 …* TODO [[view:/home/user/linux/crypto/ctr.c::face=ovl-face1::linb=188::colb=9::cole=16][ERR_CAST c…
/openbmc/qemu/target/riscv/
H A Dcsr.c110 static RISCVException ctr(CPURISCVState *env, int csrno) in ctr() function
172 return ctr(env, csrno); in ctr32()
5826 [CSR_CYCLE] = { "cycle", ctr, read_hpmcounter },
5827 [CSR_INSTRET] = { "instret", ctr, read_hpmcounter },
5835 [CSR_TIME] = { "time", ctr, read_time },
6328 [CSR_HPMCOUNTER3] = { "hpmcounter3", ctr, read_hpmcounter },
6329 [CSR_HPMCOUNTER4] = { "hpmcounter4", ctr, read_hpmcounter },
6330 [CSR_HPMCOUNTER5] = { "hpmcounter5", ctr, read_hpmcounter },
6331 [CSR_HPMCOUNTER6] = { "hpmcounter6", ctr, read_hpmcounter },
6332 [CSR_HPMCOUNTER7] = { "hpmcounter7", ctr, read_hpmcounter },
[all …]

123