Home
last modified time | relevance | path

Searched refs:oslsr_el1 (Results 1 – 3 of 3) sorted by relevance

/qemu/target/arm/
H A Ddebug_helper.c151 if ((env->cp15.oslsr_el1 & 1) || (env->cp15.osdlr_el1 & 1)) { in arm_generate_debug_exceptions()
904 env->cp15.oslsr_el1 = deposit32(env->cp15.oslsr_el1, 1, 1, oslock); in oslar_write()
1024 .fieldoffset = offsetof(CPUARMState, cp15.oslsr_el1) },
H A Dcpu.h476 uint64_t oslsr_el1; /* OS Lock Status */ member
/qemu/target/arm/hvf/
H A Dhvf.c1248 val = env->cp15.oslsr_el1; in hvf_sysreg_read()
1559 env->cp15.oslsr_el1 = val & 1; in hvf_sysreg_write()