Searched refs:fgt (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | helper.c | 653 .fgt = FGT_CONTEXTIDR_EL1, 890 .fgt = FGT_CPACR_EL1, 2106 .fgt = FGT_PMCNTEN, 2111 .fgt = FGT_PMCNTEN, 2118 .fgt = FGT_PMCNTEN, 2124 .fgt = FGT_PMCNTEN, 2132 .fgt = FGT_PMOVS, 2138 .fgt = FGT_PMOVS, 2145 .fgt = FGT_PMSWINC_EL0, 2151 .fgt [all...] |
H A D | debug_helper.c | 963 .fgt = FGT_MDSCR_EL1, 1002 .fgt = FGT_OSECCR_EL1, 1018 .fgt = FGT_OSLAR_EL1, 1024 .fgt = FGT_OSLSR_EL1, 1030 .fgt = FGT_OSDLR_EL1, 1059 .fgt = FGT_DBGCLAIM, 1064 .fgt = FGT_DBGCLAIM, 1241 .fgt = FGT_DBGBVRN_EL1, in define_debug_regs() 1248 .fgt = FGT_DBGBCRN_EL1, in define_debug_regs() 1265 .fgt in define_debug_regs() [all...] |
H A D | cpregs.h | 877 FGTBit fgt; member
|
/openbmc/qemu/target/arm/tcg/ |
H A D | op_helper.c | 823 unsigned int idx = FIELD_EX32(ri->fgt, FGT, IDX); in HELPER() 824 unsigned int bitpos = FIELD_EX32(ri->fgt, FGT, BITPOS); in HELPER() 825 bool rev = FIELD_EX32(ri->fgt, FGT, REV); in HELPER() 828 if (ri->fgt & FGT_EXEC) { in HELPER() 831 } else if (isread && (ri->fgt & FGT_R)) { in HELPER() 834 } else if (!isread && (ri->fgt & FGT_W)) { in HELPER()
|
H A D | cpu64.c | 484 .accessfn = access_tvm_trvm, .fgt = FGT_TCR_EL1, },
|
H A D | translate.c | 3061 (ri->fgt && s->fgt_active) || in do_coproc_insn()
|
H A D | translate-a64.c | 2365 if (ri->accessfn || (ri->fgt && s->fgt_active)) { in handle_sys()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | emulate-nested.c | 441 unsigned long fgt:TC_FGT_BITS; /* Fine Grained Trap id */ member 968 .fgt = g ## _GROUP, \ 1681 const struct encoding_to_trap_config *fgt = &encoding_to_fgt[i]; in populate_nv_trap_config() local 1684 if (fgt->tc.fgt >= __NR_FGT_GROUP_IDS__) { in populate_nv_trap_config() 1686 print_nv_trap_error(fgt, "Invalid FGT", ret); in populate_nv_trap_config() 1689 tc = get_trap_config(fgt->encoding); in populate_nv_trap_config() 1691 if (tc.fgt) { in populate_nv_trap_config() 1693 print_nv_trap_error(fgt, "Duplicate FGT", ret); in populate_nv_trap_config() 1696 tc.val |= fgt->tc.val; in populate_nv_trap_config() 1697 xa_store(&sr_forward_xa, fgt->encoding, in populate_nv_trap_config() [all …]
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_cpuif.c | 2582 .fgt = FGT_ICC_IGRPENN_EL1, 2591 .fgt = FGT_ICC_IGRPENN_EL1,
|