Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxg_save_restore.h116 #define GET_FIELD(_p, _f, _w) (((_w) == 8) ? ((_p)->x64._f) : ((_p)->x32._f)) macro
A Dxc_core_x86.c24 #define GET_FIELD(_p, _f) ((dinfo->guest_width==8) ? ((_p)->x64._f) : ((_p)->x32._f)) macro

Completed in 7 milliseconds