/xen/xen/arch/x86/ |
A D | psr.c | 800 if ( socket >= nr_sockets ) in get_socket_info() 806 return socket_info + socket; in get_socket_info() 872 cos = d->arch.psr_cos_ids[socket]; in psr_get_val() 1237 if ( likely(socket < nr_sockets) ) in get_socket_cpu() 1446 d->arch.psr_cos_ids[socket] = cos; in psr_set_val() 1461 unsigned int socket, cos; in psr_free_cos() local 1469 for ( socket = 0; socket < nr_sockets; socket++ ) in psr_free_cos() 1570 socket = cpu_to_socket(cpu); in psr_cpu_init() 1571 info = socket_info + socket; in psr_cpu_init() 1641 if ( socket_cpumask[socket] && cpumask_empty(socket_cpumask[socket]) ) in psr_cpu_fini() [all …]
|
A D | smpboot.c | 98 unsigned int socket; in smp_store_cpu_info() local 105 socket = cpu_to_socket(id); in smp_store_cpu_info() 106 if ( !socket_cpumask[socket] ) in smp_store_cpu_info() 108 socket_cpumask[socket] = secondary_socket_cpumask; in smp_store_cpu_info() 925 unsigned int socket = cpu_to_socket(cpu); in cpu_smpboot_free() local 928 if ( cpumask_empty(socket_cpumask[socket]) ) in cpu_smpboot_free() 930 xfree(socket_cpumask[socket]); in cpu_smpboot_free() 931 socket_cpumask[socket] = NULL; in cpu_smpboot_free()
|
/xen/tools/misc/ |
A D | xencons | 8 import errno, os, signal, socket, struct, sys 30 except socket.error, error: 53 except socket.error, error: 61 sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM, 0)
|
A D | xenpm.c | 520 cputopo[i].socket == XEN_INVALID_SOCKET_ID ) in signal_int_handler() 529 if ( cputopo[i].socket == socket_ids[j] ) in signal_int_handler() 533 socket_ids[j] = cputopo[i].socket; in signal_int_handler() 555 if ( cputopo[j].socket == socket_ids[i] ) in signal_int_handler() 574 if ( cputopo[j].socket == socket_ids[i] && in signal_int_handler() 1051 i, cputopo[i].core, cputopo[i].socket, cputopo[i].node); in cpu_topology_func()
|
/xen/docs/misc/ |
A D | pvcalls.pandoc | 250 } socket; 334 } socket; 383 The **socket** operation corresponds to the POSIX [socket][socket] 396 - **type**: the socket type 592 The **listen** operation marks the socket as a passive socket. It corresponds to 631 **id** and creates a new connected socket. The id of the new socket is 809 [sys/socket.h][address] and [netinet/in.h][in] define socket families and 901 /* not actually C compliant (ring_order changes from socket to socket) */ 938 performed on the socket. In the case of an orderly socket shutdown (i.e. read 1070 reading from the socket. [all …]
|
A D | console.txt | 60 * connection: either 'pty' or 'socket' 61 * path: only present if connection = 'socket', the path of the socket to 85 If the toolstack wants a listening Unix domain socket to be created at path 88 connection = socket
|
A D | xl-psr.pandoc | 119 In a multi-socket system, the same cbm will be set on each socket by default. 120 Per socket cbm can be specified with the `--socket SOCKET` option. 237 In a multi-socket system, the same thrtl will be set on each socket by default. 238 Per socket thrtl can be specified with the `--socket SOCKET` option.
|
/xen/xen/include/asm-x86/ |
A D | psr.h | 79 int psr_get_info(unsigned int socket, enum psr_type type, 81 int psr_get_val(struct domain *d, unsigned int socket, 83 int psr_set_val(struct domain *d, unsigned int socket,
|
/xen/tools/libvchan/ |
A D | Makefile | 16 vchan-socket-proxy.o: CFLAGS += $(CFLAGS_libxenstore) $(CFLAGS_libxenctrl) $(CFLAGS_libxengnttab) $… 43 all: libxenvchan.so vchan-node1 vchan-node2 vchan-socket-proxy libxenvchan.a $(PKG_CONFIG_INST) $(P… 63 vchan-socket-proxy: vchan-socket-proxy.o libxenvchan.so 74 $(INSTALL_PROG) vchan-socket-proxy $(DESTDIR)$(bindir)
|
A D | vchan-socket-proxy.c | 163 fd = socket(AF_UNIX, SOCK_STREAM, 0); in connect_socket() 199 fd = socket(AF_UNIX, SOCK_STREAM, 0); in listen_socket()
|
/xen/docs/designs/ |
A D | xenstore-migration.md | 117 | rw-socket-fd | 119 | ro-socket-fd | 126 | `rw-socket-fd` | The file descriptor of the socket accepting | 129 | `ro-socket-fd` | The file descriptor of the socket accepting | 133 `ro-socket-fd` simply specify the file descriptors of the sockets. Sockets 135 socket. 169 | | 0x0001: socket | 225 For `socket` connections it is as follows: 230 | socket-fd | pad | 237 | `socket-fd` | The file descriptor of the connected socket | [all …]
|
/xen/docs/features/ |
A D | intel_psr_cat_cdp.pandoc | 77 Option `-s`: Specify the socket to process, otherwise all sockets are 97 Show CMT & L2 CAT & L3 CAT/CDP HW information on every socket. 117 IA32_PQR_ASSOC | MSR (per socket) | Address | 232 although it is consistent on the same socket. So the capability of 233 per-socket CAT/CDP is specified. 235 'psr-cat-set' can set CBM for one domain per socket. On each socket, we 238 is migrated from socket 1 to socket 2, it follows configuration on socket 2. 240 E.g. user sets domain 1 CBM on socket 1 to 0x7f which uses COS 9 but sets 366 3. Per-socket PSR features information structure 376 We collect all PSR allocation features information of a socket in this [all …]
|
A D | intel_psr_mba.pandoc | 70 '-s': Specify the socket to process, otherwise all sockets are processed. 90 | MSR (per socket) | Address | 143 although it is consistent on the same socket. So the capability 144 of per-socket MBA is specified.
|
/xen/xen/include/public/io/ |
A D | pvcalls.h | 72 } socket; member 122 } socket; member
|
/xen/tools/ocaml/xenstored/ |
A D | parse_arg.ml | 56 ("--disable-socket", Arg.Unit (fun () -> disable_socket := true), "Disable socket"); 59 …-init] [--help] [--no-fork] [--reraise-top-level] [--restart] [--disable-socket] [--use-select]" in
|
A D | define.ml | 20 let xs_daemon_socket = Paths.xen_run_stored ^ "/socket"
|
/xen/tools/ocaml/libs/xs/ |
A D | xs.mli | 67 NOTE: it works only for socket-based connection *) 72 NOTE: it works only when use with a socket-based connection *) 83 (** open a socket-based xenstored connection *)
|
A D | xs.ml | 97 (* Returns true if a watch event read from the socket satisfied us *) 150 let daemon_socket = Paths.xen_run_stored ^ "/socket" 158 let sock = Unix.socket Unix.PF_UNIX Unix.SOCK_STREAM 0 in
|
/xen/docs/man/ |
A D | xenstore-read.1.pod | 21 Connect to the Xenstore daemon using a local socket only.
|
A D | xenstore-write.1.pod | 18 Connect to the Xenstore daemon using a local socket only.
|
A D | xen-pv-channel.7.pod | 86 A unique Unix domain socket path in dom0 is allocated 95 channel = [ "connection=socket, name=org.my.cloud.software.agent.version1, path = /my/cloud/softwar… 105 socket, writes a handshake message and waits for a reply
|
A D | xenstore-chmod.1.pod | 51 Connect to the Xenstore daemon using a local socket only.
|
A D | xenstore-ls.1.pod | 55 Connect to the Xenstore daemon using a local socket only.
|
/xen/tools/xenstore/ |
A D | xenstore_client.c | 533 int ret = 0, socket = 0; in main() local 597 socket = 1; in main() 678 xsh = xs_open(socket ? XS_OPEN_SOCKETONLY : 0); in main()
|
/xen/tools/libxc/ |
A D | xc_psr.c | 332 int xc_psr_get_hw_info(xc_interface *xch, uint32_t socket, in xc_psr_get_hw_info() argument 345 sysctl.u.psr_alloc.target = socket; in xc_psr_get_hw_info()
|