Home
last modified time | relevance | path

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

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