Searched refs:offsetofhigh32 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 97 #define offsetofhigh32(S, M) offsetof(S, M) macro 100 #define offsetofhigh32(S, M) (offsetof(S, M) + sizeof(uint32_t)) macro
|
H A D | helper.c | 4659 offsetofhigh32(CPUARMState, cp15.tcr_el[3]), 4660 offsetofhigh32(CPUARMState, cp15.tcr_el[1]), 6527 .fieldoffset = offsetofhigh32(CPUARMState, cp15.far_el[2]) }, 6554 .fieldoffset = offsetofhigh32(CPUARMState, cp15.mair_el[2]) }, 6750 .fieldoffset = offsetofhigh32(CPUARMState, cp15.hcr_el2),
|