Home
last modified time | relevance | path

Searched refs:ARM_CP_ALIAS (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/arm/
H A Dhelper.c203 if (!(ri->type & (ARM_CP_NO_RAW | ARM_CP_ALIAS))) { in add_cpreg_to_list()
217 if (!(ri->type & (ARM_CP_NO_RAW | ARM_CP_ALIAS))) { in count_cpreg()
2102 .access = PL0_RW, .type = ARM_CP_ALIAS | ARM_CP_IO,
2120 .type = ARM_CP_ALIAS | ARM_CP_IO },
2125 .type = ARM_CP_ALIAS | ARM_CP_IO,
2139 .type = ARM_CP_ALIAS | ARM_CP_IO,
2155 .access = PL0_RW, .type = ARM_CP_ALIAS,
2167 .access = PL0_RW, .resetvalue = 0, .type = ARM_CP_ALIAS | ARM_CP_IO,
2183 .type = ARM_CP_ALIAS | ARM_CP_IO,
2222 .access = PL0_R | PL1_RW, .accessfn = access_tpm, .type = ARM_CP_ALIAS,
[all …]
H A Ddebug_helper.c1010 .type = ARM_CP_ALIAS,
1056 .type = ARM_CP_ALIAS,
H A Dcpregs.h70 ARM_CP_ALIAS = 1 << 8, enumerator
H A Dcpu.c189 if (ri->type & (ARM_CP_SPECIAL_MASK | ARM_CP_ALIAS)) { in cp_reg_reset()
225 if (ri->type & (ARM_CP_SPECIAL_MASK | ARM_CP_ALIAS | ARM_CP_NO_RAW)) { in cp_reg_check_reset()