Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dop_helper.c1245 env->cp15.vdisr_el2 = syndrome | (1u << 31); in HELPER()
/openbmc/qemu/target/arm/
H A Dcpu.h506 uint64_t vdisr_el2; member
H A Dhelper.c7066 return env->cp15.vdisr_el2; in disr_read()
7079 env->cp15.vdisr_el2 = val; in disr_write()
7124 .access = PL2_RW, .fieldoffset = offsetof(CPUARMState, cp15.vdisr_el2) },