Home
last modified time | relevance | path

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

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