Searched refs:xc_cpumap_t (Results 1 – 8 of 8) sorted by relevance
/xen/tools/libxc/include/ |
A D | xenctrl.h | 393 typedef uint8_t *xc_cpumap_t; typedef 405 xc_cpumap_t xc_cpumap_alloc(xc_interface *xch); 408 void xc_cpumap_clearcpu(int cpu, xc_cpumap_t map); 411 void xc_cpumap_setcpu(int cpu, xc_cpumap_t map); 414 int xc_cpumap_testcpu(int cpu, xc_cpumap_t map); 722 xc_cpumap_t cpumap_hard_inout, 723 xc_cpumap_t cpumap_soft_inout, 743 xc_cpumap_t cpumap_hard, 744 xc_cpumap_t cpumap_soft, 1091 xc_cpumap_t cpumap; [all …]
|
/xen/tools/libxc/ |
A D | xc_cpupool.c | 182 xc_cpumap_t xc_cpupool_freeinfo(xc_interface *xch) in xc_cpupool_freeinfo() 185 xc_cpumap_t cpumap = NULL; in xc_cpupool_freeinfo()
|
A D | xc_misc.c | 86 xc_cpumap_t xc_cpumap_alloc(xc_interface *xch) in xc_cpumap_alloc() 109 void xc_cpumap_clearcpu(int cpu, xc_cpumap_t map) in xc_cpumap_clearcpu() 114 void xc_cpumap_setcpu(int cpu, xc_cpumap_t map) in xc_cpumap_setcpu() 119 int xc_cpumap_testcpu(int cpu, xc_cpumap_t map) in xc_cpumap_testcpu() 369 xc_cpumap_t cpumap, unsigned int nr_bits) in xc_mca_op_inject_v2()
|
A D | xc_tbuf.c | 117 int xc_tbuf_set_cpu_mask(xc_interface *xch, xc_cpumap_t mask) in xc_tbuf_set_cpu_mask()
|
A D | xc_domain.c | 205 xc_cpumap_t cpumap_hard_inout, in xc_vcpu_setaffinity() 206 xc_cpumap_t cpumap_soft_inout, in xc_vcpu_setaffinity() 259 xc_cpumap_t cpumap_hard, in xc_vcpu_getaffinity() 260 xc_cpumap_t cpumap_soft, in xc_vcpu_getaffinity()
|
/xen/tools/xentrace/ |
A D | xentrace.c | 533 void print_cpu_mask(xc_cpumap_t map) in print_cpu_mask() 554 static int set_cpu_mask(xc_cpumap_t map) in set_cpu_mask() 956 static int parse_cpumask_range(const char *mask_str, xc_cpumap_t map) in parse_cpumask_range() 1036 xc_cpumap_t map; in parse_cpu_mask()
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 252 xc_cpumap_t cpumap; in pyxc_vcpu_setaffinity() 414 xc_cpumap_t cpumap; in pyxc_vcpu_getinfo() 1554 static PyObject *cpumap_to_cpulist(XcObject *self, xc_cpumap_t cpumap) in cpumap_to_cpulist() 1709 xc_cpumap_t cpumap; in pyxc_cpupool_freeinfo()
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 525 xc_cpumap_t c_cpumap; in stub_xc_vcpu_setaffinity() 552 xc_cpumap_t c_cpumap; in stub_xc_vcpu_getaffinity()
|
Completed in 24 milliseconds