Home
last modified time | relevance | path

Searched refs:PSTATE_SS (Results 1 – 7 of 7) sorted by relevance

/qemu/target/arm/tcg/
H A Dhelper-a64.c758 env->pstate = (env->pstate & ~PSTATE_SS) | (val & PSTATE_SS); in cpsr_write_from_spsr_elx()
759 val &= ~PSTATE_SS; in cpsr_write_from_spsr_elx()
792 spsr &= ~PSTATE_SS; in HELPER()
836 env->pstate &= ~PSTATE_SS; in HELPER()
856 env->pstate &= ~PSTATE_SS; in HELPER()
911 env->pstate &= ~PSTATE_SS; in HELPER()
H A Dtranslate.h390 clear_pstate_bits(PSTATE_SS); in gen_ss_advance()
/qemu/target/arm/
H A Ddebug_helper.c397 if (arm_singlestep_active(env) && !(env->pstate & PSTATE_SS)) { in arm_debug_check_breakpoint()
H A Dinternals.h1241 valid = PSTATE_M | PSTATE_DAIF | PSTATE_IL | PSTATE_SS | PSTATE_NZCV; in aarch64_pstate_valid_mask()
H A Dcpu.h1448 #define PSTATE_SS (1U << 21) macro
H A Dhelper.c11084 env->pstate &= ~PSTATE_SS; in take_aarch32_exception()
11506 ret |= env->pstate & PSTATE_SS; in cpsr_read_for_spsr_elx()
12710 if (EX_TBFLAG_ANY(flags, SS_ACTIVE) && (env->pstate & PSTATE_SS)) { in cpu_get_tb_cpu_state()
/qemu/target/arm/hvf/
H A Dhvf.c2232 pstate_write(env, pstate_read(env) | PSTATE_SS); in hvf_arch_update_guest_debug()