/openbmc/qemu/target/arm/ |
H A D | cortex-regs.c | 40 .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 D | debug_helper.c | 950 .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 }, 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 }, 1083 .access = PL0_R, .type = ARM_CP_CONST | ARM_CP_64BIT | ARM_CP_NO_GDB, 1086 .access = PL0_R, .type = ARM_CP_CONST | ARM_CP_64BIT | ARM_CP_NO_GDB, [all …]
|
H A D | helper.c | 67 if (ri->type & ARM_CP_CONST) { in read_raw_cp_reg() 87 if (ri->type & ARM_CP_CONST) { in write_raw_cp_reg() 112 if ((ri->type & ARM_CP_CONST) || in raw_accessors_invalid() 725 .access = PL1_R, .type = ARM_CP_CONST | ARM_CP_NO_RAW, 734 .access = PL0_R, .type = ARM_CP_CONST, .resetvalue = 0 }, 887 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0, }, 2274 .access = PL1_R, .type = ARM_CP_CONST, 2287 .type = ARM_CP_CONST, .resetvalue = 0 }, 2293 .type = ARM_CP_CONST, .resetvalue = 0 }, 3518 .type = ARM_CP_CONST, .access = PL0_R /* no PL1_RW in linux-user */, [all …]
|
H A D | cpregs.h | 50 ARM_CP_CONST = 1 << 4, enumerator
|
/openbmc/qemu/target/arm/tcg/ |
H A D | cpu64.c | 482 .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 D | cpu32.c | 338 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 }, 340 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 }, 398 .access = PL1_RW, .resetvalue = 0, .type = ARM_CP_CONST }, 405 .access = PL1_RW, .resetvalue = 0, .type = ARM_CP_CONST }, 407 .access = PL1_RW, .resetvalue = 0, .type = ARM_CP_CONST }, 409 .access = PL1_RW, .resetvalue = 0, .type = ARM_CP_CONST }, 476 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 }, 578 .access = PL1_RW, .type = ARM_CP_CONST }, 580 .access = PL1_RW, .type = ARM_CP_CONST }, 617 .access = PL1_RW, .type = ARM_CP_CONST | ARM_CP_64BIT, .resetvalue = 0 }, [all …]
|
H A D | translate.c | 3113 if (ri->type & ARM_CP_CONST) { in do_coproc_insn() 3133 if (ri->type & ARM_CP_CONST) { in do_coproc_insn() 3155 if (ri->type & ARM_CP_CONST) { in do_coproc_insn()
|
H A D | translate-a64.c | 2546 if (ri->type & ARM_CP_CONST) { in handle_sys() 2557 if (ri->type & ARM_CP_CONST) { in handle_sys()
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_cpuif.c | 2578 .type = ARM_CP_NO_RAW | ARM_CP_CONST, 2606 .type = ARM_CP_NO_RAW | ARM_CP_CONST, 2622 .type = ARM_CP_NO_RAW | ARM_CP_CONST,
|
/openbmc/qemu/target/arm/hvf/ |
H A D | hvf.c | 1251 if (ri->type & ARM_CP_CONST) { in hvf_sysreg_read_cp()
|