Searched refs:CP_ANY (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | helper.c | 673 .cp = 15, .opc1 = CP_ANY, .crn = 3, .crm = CP_ANY, .opc2 = CP_ANY, 683 .opc1 = CP_ANY, .opc2 = CP_ANY, .access = PL1_RW, .type = ARM_CP_NOP }, 685 .opc1 = CP_ANY, .opc2 = CP_ANY, .access = PL1_RW, .type = ARM_CP_NOP }, 687 .opc1 = CP_ANY, .opc2 = CP_ANY, .access = PL1_RW, .type = ARM_CP_NOP }, 689 .opc1 = CP_ANY, .opc2 = CP_ANY, .access = PL1_RW, .type = ARM_CP_NOP }, 691 { .name = "CACHEMAINT", .cp = 15, .crn = 7, .crm = CP_ANY, 692 .opc1 = 0, .opc2 = CP_ANY, .access = PL1_W, 724 { .name = "DUMMY", .cp = 15, .crn = 0, .crm = 0, .opc1 = 1, .opc2 = CP_ANY, 739 { .name = "TLBIALL", .cp = 15, .crn = 8, .crm = CP_ANY, 740 .opc1 = CP_ANY, .opc2 = 0, .access = PL1_W, .writefn = tlbiall_write, [all …]
|
H A D | cpregs.h | 830 #define CP_ANY 0xff macro
|