Home
last modified time | relevance | path

Searched refs:is_a64 (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcommon-semi-target.h19 if (is_a64(env)) { in common_semi_arg()
30 if (is_a64(env)) { in common_semi_set_ret()
39 return nr == TARGET_SYS_EXIT_EXTENDED || is_a64(cpu_env(cs)); in common_semi_sys_exit_extended()
44 return is_a64(env); in is_64bit_semihosting()
51 return is_a64(env) ? env->xregs[31] : env->regs[13]; in common_semi_stack_bottom()
57 return is_a64(env); in common_semi_has_synccache()
H A Ddebug_helper.c154 if (is_a64(env)) { in arm_generate_debug_exceptions()
284 uint64_t pc = is_a64(env) ? env->pc : env->regs[15]; in bp_wp_matches()
404 pc = is_a64(env) ? env->pc : env->regs[15]; in arm_debug_check_breakpoint()
405 if ((is_a64(env) || !env->thumb) && (pc & 3) != 0) { in arm_debug_check_breakpoint()
487 uint64_t pc = is_a64(env) ? env->pc : env->regs[15]; in arm_debug_excp_handler()
H A Dkvm.c2072 if (!is_a64(env)) { in kvm_arch_put_registers()
2100 if (is_a64(env)) { in kvm_arch_put_registers()
2127 if (el > 0 && !is_a64(env)) { in kvm_arch_put_registers()
2277 if (is_a64(env)) { in kvm_arch_get_registers()
2298 if (!is_a64(env)) { in kvm_arch_get_registers()
2320 if (el > 0 && !is_a64(env)) { in kvm_arch_get_registers()
H A Dmachine.c786 if (is_a64(env)) { in get_cpsr()
805 } else if (is_a64(env)) { in put_cpsr()
1000 if (!is_a64(env) && env->thumb && (env->regs[15] & 1)) { in cpu_post_load()
H A Dcpu.c59 if (is_a64(env)) { in arm_cpu_set_pc()
73 if (is_a64(env)) { in arm_cpu_get_pc()
91 if (is_a64(env)) { in arm_cpu_synchronize_from_tb()
105 if (is_a64(env)) { in arm_restore_state_to_opc()
1181 if (is_a64(env)) { in arm_disas_set_info()
1396 if (is_a64(env)) { in arm_cpu_dump_state()
H A Dcpu.h1266 static inline bool is_a64(CPUARMState *env) in is_a64() function
2505 if (is_a64(env) && extract32(env->pstate, 2, 2) == 3) { in arm_is_el3_or_mon()
2508 } else if (!is_a64(env) && in arm_is_el3_or_mon()
2703 if (is_a64(env)) { in arm_current_el()
3058 if (!is_a64(env)) { in arm_cpu_data_is_big_endian()
H A Darch_dump.c249 if (!is_a64(env)) { in arm_cpu_write_elf64_note()
H A Dhelper.c269 if (is_a64(env)) { in arm_pan_enabled()
286 if (!is_a64(env) && arm_current_el(env) == 3 && in access_el3_aa32ns()
3688 if (is_a64(env)) { in do_ats_write()
11571 aarch64_sve_change_el(env, cur_el, new_el, is_a64(env)); in arm_cpu_do_interrupt_aarch64()
11594 is_aa64 = is_a64(env); in arm_cpu_do_interrupt_aarch64()
11695 if (is_a64(env)) { in arm_cpu_do_interrupt_aarch64()
11794 if (is_a64(env)) { in tcg_handle_semihosting()
12887 if (is_a64(env)) { in arm_security_space()
/openbmc/qemu/target/arm/tcg/
H A Dpsci.c80 param[i] = is_a64(env) ? env->xregs[i] : env->regs[i]; in arm_handle_psci_call()
83 if ((param[0] & QEMU_PSCI_0_2_64BIT) && !is_a64(env)) { in arm_handle_psci_call()
167 if (is_a64(env)) { in arm_handle_psci_call()
191 if (!(param[1] & QEMU_PSCI_0_2_64BIT) || is_a64(env)) { in arm_handle_psci_call()
211 if (is_a64(env)) { in arm_handle_psci_call()
H A Dop_helper.c792 if (!is_a64(env) && arm_current_el(env) == 0 && ri->cp == 15 && in HELPER()
1027 if (secure && (!is_a64(env) || cur_el == 1)) { in HELPER()
H A Dhflags.c416 if (is_a64(env)) { in rebuild_hflags_internal()
H A Dvec_helper.c2815 bool ebf = is_a64(env) && env->vfp.fpcr & FPCR_EBF; in DO_MMLA_B()
/openbmc/qemu/hw/intc/
H A Darm_gicv3_cpuif.c2294 if (!is_a64(env) && !arm_is_el3_or_mon(env)) { in gicv3_irqfiq_access()
2359 if (!is_a64(env) && !arm_is_el3_or_mon(env)) { in gicv3_fiq_access()
2398 if (!is_a64(env) && !arm_is_el3_or_mon(env)) { in gicv3_irq_access()