Home
last modified time | relevance | path

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

/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.c716 .resetvalue = 0 },
719 .resetvalue = 0 },
723 .resetvalue = 0 },
2215 .resetvalue = 0,
2221 .resetvalue = 0,
2228 .resetvalue = 0,
2434 .resetvalue = 0,
3260 .resetvalue = 0,
3287 .resetvalue = 0,
3305 .resetvalue = 0,
[all …]
H A Ddebug_helper.c954 .type = ARM_CP_CONST, .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,
1084 .resetvalue = 0 },
1087 .resetvalue = 0 },
[all …]
H A Dcpregs.h895 uint64_t resetvalue; member
H A Dcpu.c196 CPREG_FIELD64(&cpu->env, ri) = ri->resetvalue; in cp_reg_reset()
198 CPREG_FIELD32(&cpu->env, ri) = ri->resetvalue; in cp_reg_reset()
/qemu/target/arm/tcg/
H A Dcpu64.c482 .access = PL1_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,
534 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0,
538 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0,
542 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0,
546 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0,
558 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0,
754 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0,
[all …]
H A Dcpu32.c200 .resetvalue = 0 in arm1026_initfn()
389 .access = PL1_RW, .resetvalue = 0,
392 .access = PL1_RW, .resetvalue = 0,
395 .access = PL1_RW, .resetvalue = 0,
401 .access = PL1_W, .resetvalue = 0, .type = ARM_CP_NOP },
403 .access = PL1_W, .resetvalue = 0, .type = ARM_CP_NOP },
701 .access = PL1_W, .type = ARM_CP_NOP, .resetvalue = 0 },
704 .access = PL1_W, .type = ARM_CP_NOP, .resetvalue = 0 },
707 .access = PL1_W, .type = ARM_CP_NOP, .resetvalue = 0 },
710 .access = PL1_W, .type = ARM_CP_NOP, .resetvalue = 0 },
[all …]
H A Dtranslate.c3111 tmp64 = tcg_constant_i64(ri->resetvalue); in do_coproc_insn()
3131 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()
/qemu/hw/arm/
H A Dpxa2xx.c366 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
368 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
370 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
373 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
375 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
377 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
379 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 },
/qemu/hw/intc/
H A Darm_gicv3_cpuif.c2585 .resetvalue = 0x7,
2611 .resetvalue = 0xf,
2627 .resetvalue = 0xf,
/qemu/target/arm/hvf/
H A Dhvf.c1252 *val = ri->resetvalue; in hvf_sysreg_read_cp()