Home
last modified time | relevance | path

Searched refs:crn (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/qemu/target/arm/
H A Dhelper.c634 .cp = 15, .opc1 = 0, .crn = 13, .crm = 0, .opc2 = 0,
639 .cp = 15, .opc1 = 0, .crn = 13, .crm = 0, .opc2 = 0,
659 .cp = 15, .opc1 = 0, .crn = 13, .crm = 0, .opc2 = 1,
751 { .name = "PRRR", .cp = 15, .crn = 10, .crm = 2,
753 { .name = "NMRR", .cp = 15, .crn = 10, .crm = 2,
864 .cp = 15, .crn = 7, .crm = 13, .opc1 = 0, .opc2 = 1,
4559 { .name = "TI925T_STATUS", .cp = 15, .crn = 15,
4573 { .name = "C9", .cp = 15, .crn = 9,
4618 { .name = "C15_IMPDEF", .cp = 15, .crn = 15,
4667 { .name = "C9_READBUFFER", .cp = 15, .crn = 9,
[all …]
H A Dcortex-regs.c31 .opc0 = 3, .opc1 = 1, .crn = 11, .crm = 0, .opc2 = 2,
35 .cp = 15, .opc1 = 1, .crn = 9, .crm = 0, .opc2 = 2,
39 .opc0 = 3, .opc1 = 1, .crn = 11, .crm = 0, .opc2 = 3,
42 .cp = 15, .opc1 = 1, .crn = 9, .crm = 0, .opc2 = 3,
45 .opc0 = 3, .opc1 = 1, .crn = 15, .crm = 0, .opc2 = 0,
48 .opc0 = 3, .opc1 = 1, .crn = 15, .crm = 2, .opc2 = 0,
54 .opc0 = 3, .opc1 = 1, .crn = 15, .crm = 2, .opc2 = 1,
60 .opc0 = 3, .opc1 = 1, .crn = 15, .crm = 2, .opc2 = 2,
66 .opc0 = 3, .opc1 = 1, .crn = 15, .crm = 2, .opc2 = 3,
H A Ddebug_helper.c952 .opc0 = 2, .opc1 = 0, .crn = 1, .crm = 0, .opc2 = 0,
971 .opc0 = 2, .opc1 = 3, .crn = 0, .crm = 1, .opc2 = 0,
981 .opc0 = 2, .opc1 = 0, .crn = 0, .crm = 0, .opc2 = 2,
985 .opc0 = 2, .opc1 = 0, .crn = 0, .crm = 3, .opc2 = 2,
990 .opc0 = 2, .opc1 = 3, .crn = 0, .crm = 5, .opc2 = 0,
999 .opc0 = 2, .opc1 = 0, .crn = 0, .crm = 6, .opc2 = 2,
1009 .cp = 14, .opc1 = 0, .crn = 0, .crm = 1, .opc2 = 0,
1037 .cp = 14, .opc1 = 0, .crn = 0, .crm = 7, .opc2 = 0,
1195 .cp = 14, .opc1 = 0, .crn = 7, .opc2 = 2, .crn = 7, in define_debug_regs()
1205 .cp = 14, .opc1 = 0, .crn = 7, .opc2 = 1, .crn = 7, in define_debug_regs()
[all …]
H A Dsyndrome.h163 int crn, int crm, int rt, in syn_aa64_sysregtrap() argument
167 | (op0 << 20) | (op2 << 17) | (op1 << 14) | (crn << 10) | (rt << 5) in syn_aa64_sysregtrap()
172 int crn, int crm, int rt, int isread, in syn_cp14_rt_trap() argument
178 | (crn << 10) | (rt << 5) | (crm << 1) | isread; in syn_cp14_rt_trap()
182 int crn, int crm, int rt, int isread, in syn_cp15_rt_trap() argument
188 | (crn << 10) | (rt << 5) | (crm << 1) | isread; in syn_cp15_rt_trap()
H A Dcpregs.h171 #define ENCODE_CP_REG(cp, is64, ns, crn, crm, opc1, opc2) \ argument
173 ((crn) << 11) | ((crm) << 7) | ((opc1) << 3) | (opc2))
175 #define ENCODE_AA64_CP_REG(cp, crn, crm, op0, op1, op2) \ argument
180 ((crn) << CP_REG_ARM64_SYSREG_CRN_SHIFT) | \
860 uint8_t crn; member
1078 uint8_t crn, uint8_t crm) in arm_cpreg_encoding_in_idspace() argument
1081 crn == 0 && crm < 8; in arm_cpreg_encoding_in_idspace()
1092 ri->crn, ri->crm); in arm_cpreg_in_idspace()
/openbmc/qemu/target/arm/tcg/
H A Dcpu64.c492 .opc0 = 3, .opc1 = 0, .crn = 15, .crm = 7, .opc2 = 0,
497 .opc0 = 3, .opc1 = 4, .crn = 15, .crm = 7, .opc2 = 0,
500 .opc0 = 3, .opc1 = 6, .crn = 15, .crm = 7, .opc2 = 0,
503 .opc0 = 3, .opc1 = 5, .crn = 15, .crm = 7, .opc2 = 0,
506 .opc0 = 3, .opc1 = 4, .crn = 15, .crm = 7, .opc2 = 1,
509 .opc0 = 3, .opc1 = 0, .crn = 15, .crm = 1, .opc2 = 0,
513 .opc0 = 3, .opc1 = 0, .crn = 15, .crm = 1, .opc2 = 1,
517 .opc0 = 3, .opc1 = 0, .crn = 15, .crm = 1, .opc2 = 2,
525 .opc0 = 3, .opc1 = 0, .crn = 15, .crm = 0, .opc2 = 0,
528 .opc0 = 3, .opc1 = 0, .crn = 15, .crm = 1, .opc2 = 4,
[all …]
H A Dcpu32.c619 .cp = 15, .opc1 = 0, .crn = 9, .crm = 1, .opc2 = 0,
622 .cp = 15, .opc1 = 0, .crn = 9, .crm = 1, .opc2 = 1,
625 .cp = 15, .opc1 = 0, .crn = 9, .crm = 1, .opc2 = 2,
628 .cp = 15, .opc1 = 1, .crn = 9, .crm = 1, .opc2 = 0,
631 .cp = 15, .opc1 = 1, .crn = 9, .crm = 1, .opc2 = 1,
634 .cp = 15, .opc1 = 1, .crn = 9, .crm = 1, .opc2 = 2,
637 .cp = 15, .opc1 = 0, .crn = 11, .crm = 0, .opc2 = 0,
640 .cp = 15, .opc1 = 0, .crn = 15, .crm = 0, .opc2 = 0,
643 .cp = 15, .opc1 = 0, .crn = 15, .crm = 0, .opc2 = 1,
646 .cp = 15, .opc1 = 0, .crn = 15, .crm = 2, .opc2 = 0,
[all …]
/openbmc/qemu/target/arm/hvf/
H A Dtrace-events1 …0, uint32_t op1, uint32_t crn, uint32_t crm, uint32_t op2) "unhandled sysreg read at pc=0x%"PRIx64…
2 …0, uint32_t op1, uint32_t crn, uint32_t crm, uint32_t op2) "unhandled sysreg write at pc=0x%"PRIx6…
6 …t32_t op0, uint32_t op1, uint32_t crn, uint32_t crm, uint32_t op2, uint64_t val) "sysreg read 0x%0…
7 …32_t op0, uint32_t op1, uint32_t crn, uint32_t crm, uint32_t op2, uint64_t val) "sysreg write 0x%0…
/openbmc/qemu/hw/intc/
H A Darm_gicv3_cpuif.c2443 .opc0 = 3, .opc1 = 0, .crn = 4, .crm = 6, .opc2 = 0,
2455 .opc0 = 3, .opc1 = 0, .crn = 12, .crm = 8, .opc2 = 0,
2461 .opc0 = 3, .opc1 = 0, .crn = 12, .crm = 8, .opc2 = 1,
2467 .opc0 = 3, .opc1 = 0, .crn = 12, .crm = 8, .opc2 = 2,
2473 .opc0 = 3, .opc1 = 0, .crn = 12, .crm = 8, .opc2 = 3,
2480 .opc0 = 3, .opc1 = 0, .crn = 12, .crm = 8, .opc2 = 4,
2488 .opc0 = 3, .opc1 = 0, .crn = 12, .crm = 9, .opc2 = 0,
2605 .opc0 = 3, .opc1 = 4, .crn = 12, .crm = 9, .opc2 = 5,
2640 .opc0 = 3, .opc1 = 0, .crn = 12, .crm = 8, .opc2 = 5,
3140 .opc0 = 3, .opc1 = 4, .crn = 12, in gicv3_init_cpuif()
[all …]
/openbmc/linux/arch/arm64/tools/
H A Dgen-sysreg.awk156 crn = $5
164 define("REG_" reg, "S" op0 "_" op1 "_C" crn "_C" crm "_" op2)
165 define("SYS_" reg, "sys_reg(" op0 ", " op1 ", " crn ", " crm ", " op2 ")")
169 define("SYS_" reg "_CRn", crn)
196 crn = null
/openbmc/linux/drivers/scsi/fnic/
H A Dfcpio.h199 u8 crn; /* SCSI Command Reference No. */ member
247 u8 crn; /* SCSI Command Reference No. */ member
521 u8 crn; /* SCSI Command Reference No. */ member
554 u8 crn; /* SCSI Command Reference No. */ member
585 u8 crn; /* SCSI Command Reference No. */ member
H A Dfnic_res.h72 u8 crn, u8 pri_ta, in fnic_queue_wq_copy_desc_icmnd_16() argument
95 desc->u.icmnd_16.crn = crn; /* SCSI Command Reference No.*/ in fnic_queue_wq_copy_desc_icmnd_16()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_scsi.h49 uint8_t crn; member
59 uint8_t crn; member
/openbmc/linux/include/uapi/linux/
H A Dvirtio_scsi.h49 __u8 crn; member
59 __u8 crn; member
/openbmc/linux/arch/arm64/include/asm/
H A Desr.h212 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \ argument
216 ((crn) << ESR_ELx_SYS64_ISS_CRN_SHIFT) | \
328 #define ESR_ELx_CP15_32_ISS_SYS_VAL(op1, op2, crn, crm) \ argument
331 ((crn) << ESR_ELx_CP15_32_ISS_CRN_SHIFT) | \
/openbmc/qemu/linux-headers/asm-arm64/
H A Dkvm.h249 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument
253 ARM64_SYS_REG_SHIFT_MASK(crn, CRN) | \
513 #define KVM_ARM_FEATURE_ID_RANGE_IDX(op0, op1, crn, crm, op2) \ argument
/openbmc/linux/tools/arch/arm/include/uapi/asm/
H A Dkvm.h166 #define __ARM_CP15_REG(op1,crn,crm,op2) \ argument
169 ARM_CP15_REG_SHIFT_MASK(crn, 32_CRN) | \
/openbmc/qemu/linux-headers/asm-arm/
H A Dkvm.h166 #define __ARM_CP15_REG(op1,crn,crm,op2) \ argument
169 ARM_CP15_REG_SHIFT_MASK(crn, 32_CRN) | \
/openbmc/qemu/hw/arm/
H A Dpxa2xx_pic.c233 int offset = pxa2xx_cp_reg_map[ri->crn]; in pxa2xx_pic_cp_read()
240 int offset = pxa2xx_cp_reg_map[ri->crn]; in pxa2xx_pic_cp_write()
245 { .name = NAME, .cp = 6, .crn = CRN, .crm = 0, .opc1 = 0, .opc2 = 0, \
H A Dpxa2xx.c359 { .name = "CPPMNC", .cp = 14, .crn = 0, .crm = 1, .opc1 = 0, .opc2 = 0,
362 { .name = "CPCCNT", .cp = 14, .crn = 1, .crm = 1, .opc1 = 0, .opc2 = 0,
365 { .name = "CPINTEN", .cp = 14, .crn = 4, .crm = 1, .opc1 = 0, .opc2 = 0,
367 { .name = "CPFLAG", .cp = 14, .crn = 5, .crm = 1, .opc1 = 0, .opc2 = 0,
369 { .name = "CPEVTSEL", .cp = 14, .crn = 8, .crm = 1, .opc1 = 0, .opc2 = 0,
372 { .name = "CPPMN0", .cp = 14, .crn = 0, .crm = 2, .opc1 = 0, .opc2 = 0,
374 { .name = "CPPMN1", .cp = 14, .crn = 1, .crm = 2, .opc1 = 0, .opc2 = 0,
376 { .name = "CPPMN2", .cp = 14, .crn = 2, .crm = 2, .opc1 = 0, .opc2 = 0,
378 { .name = "CPPMN3", .cp = 14, .crn = 2, .crm = 3, .opc1 = 0, .opc2 = 0,
381 { .name = "CLKCFG", .cp = 14, .crn = 6, .crm = 0, .opc1 = 0, .opc2 = 0,
[all …]
/openbmc/qemu/pc-bios/s390-ccw/
H A Dvirtio-scsi.h41 uint8_t crn; /* = 0 */ member
/openbmc/linux/tools/arch/arm64/include/uapi/asm/
H A Dkvm.h246 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument
250 ARM64_SYS_REG_SHIFT_MASK(crn, CRN) | \
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dkvm.h246 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument
250 ARM64_SYS_REG_SHIFT_MASK(crn, CRN) | \
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dget-reg-list.c185 unsigned op0, op1, crn, crm, op2; in print_reg() local
237 crn = (id & KVM_REG_ARM64_SYSREG_CRN_MASK) >> KVM_REG_ARM64_SYSREG_CRN_SHIFT; in print_reg()
240 TEST_ASSERT(id == ARM64_SYS_REG(op0, op1, crn, crm, op2), in print_reg()
242 printf("\tARM64_SYS_REG(%d, %d, %d, %d, %d),\n", op0, op1, crn, crm, op2); in print_reg()
/openbmc/linux/arch/arm/include/asm/hardware/
H A Dcp14.h17 #define MRC14(op1, crn, crm, op2) \ argument
20 asm volatile("mrc p14, "#op1", %0, "#crn", "#crm", "#op2 : "=r" (val)); \
24 #define MCR14(val, op1, crn, crm, op2) \ argument
26 asm volatile("mcr p14, "#op1", %0, "#crn", "#crm", "#op2 : : "r" (val));\

12