Home
last modified time | relevance | path

Searched refs:_c (Results 1 – 10 of 10) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxg_save_restore.h125 #define UNFOLD_CR3(_c) \ argument
127 ? ((_c) >> 12) \
128 : (((uint32_t)(_c) >> 12) | ((uint32_t)(_c) << 20))))
130 #define FOLD_CR3(_c) \ argument
132 ? ((uint64_t)(_c)) << 12 \
133 : (((uint32_t)(_c) << 12) | ((uint32_t)(_c) >> 20))))
/xen-4.10.0-shim-comet/xen/include/xen/
A Dtmem_xen.h253 #define atomic_inc_and_max(_c) do { \ argument
254 atomic_inc(&tmem_stats._c); \
255 if ( _atomic_read(tmem_stats._c) > tmem_stats._c##_max ) \
256 tmem_stats._c##_max = _atomic_read(tmem_stats._c); \
259 #define atomic_dec_and_assert(_c) do { \ argument
260 atomic_dec(&tmem_stats._c); \
261 ASSERT(_atomic_read(tmem_stats._c) >= 0); \
A Dsched.h758 #define for_each_domain_in_cpupool(_d,_c) \ argument
759 for ( (_d) = first_domain_in_cpupool(_c); \
761 (_d) = next_domain_in_cpupool((_d), (_c)))
/xen-4.10.0-shim-comet/tools/xenmon/
A Dxenmon.py31 import curses as _c namespace
247 _c.nocbreak()
249 _c.echo()
250 _c.endwin()
278 stdscr = _c.initscr()
279 _c.noecho()
280 _c.cbreak()
357 display(stdscr, row, 1, "CPU = %d" % cpu, _c.A_STANDOUT)
523 _c.nocbreak()
525 _c.echo()
[all …]
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_pci.c8 #define XLU__PCI_ERR(_c, _x, _a...) \ argument
9 if((_c) && (_c)->report) fprintf((_c)->report, _x, ##_a)
/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/xen/include/asm-x86/x86_64/
A Duaccess.h27 #define xlat_malloc_array(_p, _t, _c) ((_t *) xlat_malloc(&_p, sizeof(_t) * _c)) argument
/xen-4.10.0-shim-comet/xen/include/public/
A Dtrace.h84 #define TRC_SCHED_CLASS_EVT(_c, _e) \ argument
86 ((TRC_SCHED_##_c << TRC_SCHED_ID_SHIFT) & TRC_SCHED_ID_MASK) ) + \
/xen-4.10.0-shim-comet/stubdom/grub/
A Dmini-os.c392 serial_hw_put (int _c) in serial_hw_put() argument
394 char c = _c; in serial_hw_put()
/xen-4.10.0-shim-comet/xen/common/
A Dsched_credit.c83 #define CSCHED_PCPU(_c) \ argument
84 ((struct csched_pcpu *)per_cpu(schedule_data, _c).sched_priv)

Completed in 21 milliseconds