Searched defs:_w (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xg_save_restore.h | 116 #define GET_FIELD(_p, _f, _w) (((_w) == 8) ? ((_p)->x64._f) : ((_p)->x32._f)) argument 118 #define SET_FIELD(_p, _f, _v, _w) do { \ argument 135 #define MEMCPY_FIELD(_d, _s, _f, _w) do { \ argument 142 #define MEMSET_ARRAY_FIELD(_p, _f, _v, _w) do { \ argument
|
A D | xg_private.h | 98 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
|
/xen-4.10.0-shim-comet/tools/libs/gnttab/ |
A D | private.h | 9 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
|
/xen-4.10.0-shim-comet/tools/libs/call/ |
A D | buffer.c | 25 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
|
/xen-4.10.0-shim-comet/tools/libs/foreignmemory/ |
A D | linux.c | 31 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
|
/xen-4.10.0-shim-comet/tools/console/daemon/ |
A D | io.c | 82 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_core.c | 73 #define ROUNDUP(_x, _w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
|
Completed in 10 milliseconds