Searched defs:_w (Results 1 – 3 of 3) sorted by relevance
| /xen/tools/libs/guest/ |
| A D | xg_save_restore.h | 42 #define MEMCPY_FIELD(_d, _s, _f, _w) do { \ argument 49 #define MEMSET_ARRAY_FIELD(_p, _f, _v, _w) do { \ argument
|
| A D | xg_private.h | 47 #define GET_FIELD(_p, _f, _w) (((_w) == 8) ? ((_p)->x64._f) : ((_p)->x32._f)) argument 49 #define SET_FIELD(_p, _f, _v, _w) do { \ argument
|
| /xen/tools/include/xen-tools/ |
| A D | common-macros.h | 72 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
|
Completed in 8 milliseconds