Home
last modified time | relevance | path

Searched defs:offsetofhigh32 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcpu.h97 #define offsetofhigh32(S, M) offsetof(S, M) macro
100 #define offsetofhigh32(S, M) (offsetof(S, M) + sizeof(uint32_t)) macro