Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/io/
A Dring.h68 #define __CONST_RING_SIZE(_s, _sz) \ argument
74 #define __RING_SIZE(_s, _sz) \ argument
171 #define SHARED_RING_INIT(_s) do { \ argument
178 #define FRONT_RING_INIT(_r, _s, __size) do { \ argument
185 #define BACK_RING_INIT(_r, _s, __size) do { \ argument
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Datomicio.c38 void *_s; variable
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Datomicio.c38 void *_s; variable
A Dblock-qcow.c72 #define IOCB_IDX(_s, _io) ((_io) - (_s)->iocb_list) argument
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/
A Dhead.S61 #define PRINT(_s) \ argument
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dhead.S77 #define PRINT(_s) \ argument
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/
A Dpage.h100 #define is_guest_l2_slot(_d, _t, _s) \ argument
104 #define is_guest_l4_slot(_d, _s) \ argument
/xen-4.10.0-shim-comet/xen/include/xen/
A Dtime.h56 #define SECONDS(_s) ((s_time_t)((_s) * 1000000000ULL)) argument
A Dsched.h643 #define set_current_state(_s) do { current->state = (_s); } while (0) argument
/xen-4.10.0-shim-comet/tools/libxc/
A Dxg_save_restore.h135 #define MEMCPY_FIELD(_d, _s, _f, _w) do { \ argument
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddom0_build.c472 #define NR(_l,_h,_s) \ in dom0_construct_pv() argument
/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dvhd.h100 #define GEOM_ENCODE(_c, _h, _s) (((_c) << 16) | ((_h) << 8) | (_s)) argument
/xen-4.10.0-shim-comet/tools/debugger/kdd/
A Dkdd.h510 #define KDD_LOG_IF(_v, _s, _fmt, _a...) do { \ argument
517 #define KDD_LOG(_s, _fmt, _a...) KDD_LOG_IF(1, (_s), (_fmt), ##_a) argument
518 #define KDD_DEBUG(_s, _fmt, _a...) KDD_LOG_IF(3, (_s), (_fmt), ##_a) argument
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenalyze.c1776 #define UPDATE_VOLUME(_p,_x,_s) \ argument
2356 #define PRINT_SUMMARY(_s, _p...) \ argument
2953 #define hvm_set_summary_handler(_h, _s, _d) \ argument

Completed in 41 milliseconds