Searched refs:offsetofhigh32 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 96 #define offsetofhigh32(S, M) offsetof(S, M) macro 99 #define offsetofhigh32(S, M) (offsetof(S, M) + sizeof(uint32_t)) macro
|
H A D | helper.c | 4501 offsetofhigh32(CPUARMState, cp15.tcr_el[3]), 4502 offsetofhigh32(CPUARMState, cp15.tcr_el[1]), 6369 .fieldoffset = offsetofhigh32(CPUARMState, cp15.far_el[2]) }, 6396 .fieldoffset = offsetofhigh32(CPUARMState, cp15.mair_el[2]) }, 6592 .fieldoffset = offsetofhigh32(CPUARMState, cp15.hcr_el2),
|