Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dcortex-regs.c40 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
43 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
46 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
49 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
52 .access = PL1_RW, .type = ARM_CP_CONST | ARM_CP_64BIT, .resetvalue = 0 },
55 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
58 .access = PL1_RW, .type = ARM_CP_CONST | ARM_CP_64BIT, .resetvalue = 0 },
61 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
64 .access = PL1_RW, .type = ARM_CP_CONST | ARM_CP_64BIT, .resetvalue = 0 },
67 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
[all …]
H A Dhelper.c68 return ri->resetvalue; in read_raw_cp_reg()
637 .resetvalue = 0, .writefn = fcse_write, .raw_writefn = raw_write, },
642 .resetvalue = 0, .writefn = fcse_write, .raw_writefn = raw_write, },
657 .resetvalue = 0, .writefn = contextidr_write, .raw_writefn = raw_write, },
663 .resetvalue = 0, .writefn = contextidr_write, .raw_writefn = raw_write, },
674 .access = PL1_RW, .accessfn = access_tvm_trvm, .resetvalue = 0,
719 .resetvalue = 0 },
722 .resetvalue = 0 },
726 .resetvalue = 0 },
734 .access = PL0_R, .type = ARM_CP_CONST, .resetvalue = 0 },
[all …]
H A Ddebug_helper.c950 .type = ARM_CP_CONST | ARM_CP_NO_GDB, .resetvalue = 0 },
954 .type = ARM_CP_CONST, .resetvalue = 0 },
957 .type = ARM_CP_CONST | ARM_CP_NO_GDB, .resetvalue = 0 },
965 .resetvalue = 0 },
973 .type = ARM_CP_CONST, .resetvalue = 0 },
983 .type = ARM_CP_CONST, .resetvalue = 0 },
987 .type = ARM_CP_CONST, .resetvalue = 0 },
992 .type = ARM_CP_CONST, .resetvalue = 0 },
1002 .type = ARM_CP_CONST, .resetvalue = 0 },
1021 .access = PL1_R, .resetvalue = 10,
[all …]
H A Dcpregs.h895 uint64_t resetvalue; member
H A Dcpu.c208 CPREG_FIELD64(&cpu->env, ri) = ri->resetvalue; in cp_reg_reset()
210 CPREG_FIELD32(&cpu->env, ri) = ri->resetvalue; in cp_reg_reset()
/openbmc/qemu/target/arm/tcg/
H A Dcpu64.c482 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0,
487 .access = PL2_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
490 .access = PL3_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
493 .access = PL2_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
496 .access = PL2_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
499 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0,
503 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0,
507 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0,
515 .access = PL1_R, .type = ARM_CP_CONST, .resetvalue = 4 },
518 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0x961563010,
[all …]
H A Dcpu32.c200 .resetvalue = 0 in arm1026_initfn()
338 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
340 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
389 .access = PL1_RW, .resetvalue = 0,
392 .access = PL1_RW, .resetvalue = 0,
395 .access = PL1_RW, .resetvalue = 0,
398 .access = PL1_RW, .resetvalue = 0, .type = ARM_CP_CONST },
401 .access = PL1_W, .resetvalue = 0, .type = ARM_CP_NOP },
403 .access = PL1_W, .resetvalue = 0, .type = ARM_CP_NOP },
405 .access = PL1_RW, .resetvalue = 0, .type = ARM_CP_CONST },
[all …]
H A Dtranslate.c3114 tmp64 = tcg_constant_i64(ri->resetvalue); in do_coproc_insn()
3134 tmp = tcg_constant_i32(ri->resetvalue); in do_coproc_insn()
H A Dtranslate-a64.c2547 tcg_gen_movi_i64(tcg_rt, ri->resetvalue); in handle_sys()
/openbmc/u-boot/arch/nios2/dts/
H A D3c120_devboard.dts145 resetvalue = <255>;
159 resetvalue = <0>;
173 resetvalue = <0>;
H A D10m50_devboard.dts200 resetvalue = <15>;
224 resetvalue = <0>;
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Daltera_pio.txt19 resetvalue = <255>;
/openbmc/qemu/hw/intc/
H A Darm_gicv3_cpuif.c2585 .resetvalue = 0x7,
2611 .resetvalue = 0xf,
2627 .resetvalue = 0xf,
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1252 *val = ri->resetvalue; in hvf_sysreg_read_cp()