Home
last modified time | relevance | path

Searched refs:ARM_CP_64BIT (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcortex-regs.c52 .access = PL1_RW, .type = ARM_CP_CONST | ARM_CP_64BIT, .resetvalue = 0 },
58 .access = PL1_RW, .type = ARM_CP_CONST | ARM_CP_64BIT, .resetvalue = 0 },
64 .access = PL1_RW, .type = ARM_CP_CONST | ARM_CP_64BIT, .resetvalue = 0 },
70 .access = PL1_RW, .type = ARM_CP_CONST | ARM_CP_64BIT, .resetvalue = 0 },
H A Dcpregs.h49 ARM_CP_64BIT = 1 << 5, enumerator
1038 return (ri->state == ARM_CP_STATE_AA64) || (ri->type & ARM_CP_64BIT); in cpreg_field_is_64bit()
H A Ddebug_helper.c1068 .access = PL0_R, .type = ARM_CP_CONST | ARM_CP_64BIT | ARM_CP_NO_GDB,
1071 .access = PL0_R, .type = ARM_CP_CONST | ARM_CP_64BIT | ARM_CP_NO_GDB,
H A Dgdbstub.c271 if (ri->type & ARM_CP_64BIT) { in arm_register_sysreg_for_xml()
H A Dhelper.c3247 .type = ARM_CP_64BIT | ARM_CP_IO | ARM_CP_ALIAS,
3256 .type = ARM_CP_64BIT | ARM_CP_IO | ARM_CP_ALIAS,
3272 .type = ARM_CP_64BIT | ARM_CP_IO | ARM_CP_ALIAS,
4435 .access = PL1_W, .type = ARM_CP_NOP | ARM_CP_64BIT },
4437 .access = PL1_W, .type = ARM_CP_NOP | ARM_CP_64BIT },
4439 .access = PL0_W, .type = ARM_CP_NOP | ARM_CP_64BIT },
4525 .type = ARM_CP_64BIT | ARM_CP_ALIAS,
4531 .type = ARM_CP_64BIT | ARM_CP_ALIAS,
6156 .type = ARM_CP_64BIT | ARM_CP_ALIAS,
6278 .access = PL2_RW, .type = ARM_CP_64BIT | ARM_CP_IO,
[all …]
/openbmc/qemu/hw/intc/
H A Darm_gicv3_cpuif.c2313 .type = ARM_CP_64BIT | ARM_CP_IO | ARM_CP_NO_RAW,
2325 .type = ARM_CP_64BIT | ARM_CP_IO | ARM_CP_NO_RAW,
2337 .type = ARM_CP_64BIT | ARM_CP_IO | ARM_CP_NO_RAW,
/openbmc/qemu/target/arm/tcg/
H A Dop_helper.c671 if (ri->type & ARM_CP_64BIT) { in HELPER()