Searched refs:CP_ANY (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/target/arm/ |
| H A D | helper.c | 476 * definitions that don't use CP_ANY wildcards (mostly in v8_cp_reginfo[]). 480 .cp = 15, .opc1 = CP_ANY, .crn = 3, .crm = CP_ANY, .opc2 = CP_ANY, 490 .opc1 = CP_ANY, .opc2 = CP_ANY, .access = PL1_RW, .type = ARM_CP_NOP }, 492 .opc1 = CP_ANY, .opc2 = CP_ANY, .access = PL1_RW, .type = ARM_CP_NOP }, 494 .opc1 = CP_ANY, .opc2 = CP_ANY, [all...] |
| H A D | cpregs.h | 913 #define CP_ANY 0xff 926 * tuple. Any of crm, opc1 and opc2 may be CP_ANY to indicate a 854 #define CP_ANY global() macro
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | tlb-insns.c | 530 { .name = "TLBIALL", .cp = 15, .crn = 8, .crm = CP_ANY, 531 .opc1 = CP_ANY, .opc2 = 0, .access = PL1_W, .writefn = tlbiall_write, 533 { .name = "TLBIMVA", .cp = 15, .crn = 8, .crm = CP_ANY, 534 .opc1 = CP_ANY, .opc2 = 1, .access = PL1_W, .writefn = tlbimva_write, 536 { .name = "TLBIASID", .cp = 15, .crn = 8, .crm = CP_ANY, 537 .opc1 = CP_ANY, .opc2 = 2, .access = PL1_W, .writefn = tlbiasid_write, 539 { .name = "TLBIMVAA", .cp = 15, .crn = 8, .crm = CP_ANY, 540 .opc1 = CP_ANY, .opc2 = 3, .access = PL1_W, .writefn = tlbimvaa_write,
|
| H A D | cpregs-at.c | 383 { .name = "ATS", .cp = 15, .crn = 7, .crm = 8, .opc1 = 0, .opc2 = CP_ANY, in ats_access()
|