Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dcpu.h526 uint64_t vncr_el2;
525 uint64_t vncr_el2; global() member
H A Dhelper.c8672 env->cp15.vncr_el2 = value & ~0xfffULL;
8681 .fieldoffset = offsetof(CPUARMState, cp15.vncr_el2) },
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c2440 tcg_gen_ld_i64(ptr, tcg_env, offsetof(CPUARMState, cp15.vncr_el2)); in handle_sys()