/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | psr.c | 669 if ( socket >= nr_sockets ) in get_socket_info() 675 return socket_info + socket; in get_socket_info() 741 cos = d->arch.psr_cos_ids[socket]; in psr_get_val() 1105 if ( likely(socket < nr_sockets) ) in get_socket_cpu() 1303 d->arch.psr_cos_ids[socket] = cos; in psr_set_val() 1318 unsigned int socket, cos; in psr_free_cos() local 1326 for ( socket = 0; socket < nr_sockets; socket++ ) in psr_free_cos() 1422 socket = cpu_to_socket(cpu); in psr_cpu_init() 1423 info = socket_info + socket; in psr_cpu_init() 1481 if ( socket_cpumask[socket] && cpumask_empty(socket_cpumask[socket]) ) in psr_cpu_fini() [all …]
|
A D | smpboot.c | 100 unsigned int socket; in smp_store_cpu_info() local 104 socket = cpu_to_socket(id); in smp_store_cpu_info() 105 if ( !socket_cpumask[socket] ) in smp_store_cpu_info() 107 socket_cpumask[socket] = secondary_socket_cpumask; in smp_store_cpu_info() 644 unsigned int order, socket = cpu_to_socket(cpu); in cpu_smpboot_free() local 647 if ( cpumask_empty(socket_cpumask[socket]) ) in cpu_smpboot_free() 649 xfree(socket_cpumask[socket]); in cpu_smpboot_free() 650 socket_cpumask[socket] = NULL; in cpu_smpboot_free()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-control.c | 53 int socket; member 58 int socket; member 67 td_control.socket = -1; in tapdisk_control_initialize() 82 if (td_control.socket != -1) { in tapdisk_control_close() 83 close(td_control.socket); in tapdisk_control_close() 84 td_control.socket = -1; in tapdisk_control_close() 100 connection->socket = fd; in tapdisk_control_allocate_connection() 108 close(connection->socket); in tapdisk_control_close_connection() 785 td_control.socket = socket(AF_UNIX, SOCK_STREAM, 0); in tapdisk_control_create_socket() 796 err = bind(td_control.socket, in tapdisk_control_create_socket() [all …]
|
A D | tapdisk-ring.c | 42 fd = socket(AF_UNIX, SOCK_STREAM, 0); in tapdisk_uring_create_ctlfd() 101 fd = socket(AF_UNIX, SOCK_STREAM, 0); in tapdisk_uring_connect_ctlfd()
|
/xen-4.10.0-shim-comet/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 | 506 cputopo[i].socket == XEN_INVALID_SOCKET_ID ) in signal_int_handler() 515 if ( cputopo[i].socket == socket_ids[j] ) in signal_int_handler() 519 socket_ids[j] = cputopo[i].socket; in signal_int_handler() 541 if ( cputopo[j].socket == socket_ids[i] ) in signal_int_handler() 560 if ( cputopo[j].socket == socket_ids[i] && in signal_int_handler() 1037 i, cputopo[i].core, cputopo[i].socket, cputopo[i].node); in cpu_topology_func()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | pvcalls.markdown | 252 } socket; 342 } socket; 391 The **socket** operation corresponds to the POSIX [socket][socket] 404 - **type**: the socket type 600 The **listen** operation marks the socket as a passive socket. It corresponds to 639 **id** and creates a new connected socket. The id of the new socket is 817 [sys/socket.h][address] and [netinet/in.h][in] define socket families and 909 /* not actually C compliant (ring_order changes from socket to socket) */ 946 performed on the socket. In the case of an orderly socket shutdown (i.e. read 1078 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.markdown | 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.
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | psr.h | 75 int psr_get_info(unsigned int socket, enum cbm_type type, 77 int psr_get_val(struct domain *d, unsigned int socket, 79 int psr_set_val(struct domain *d, unsigned int socket,
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | intel_psr_cat_cdp.pandoc | 75 Option `-s`: Specify the socket to process, otherwise all sockets are 91 Show CMT & L2 CAT & L3 CAT/CDP HW information on every socket. 110 IA32_PQR_ASSOC | MSR (per socket) | Address | 226 ough it is consistent on the same socket. So the capability of per-socket CAT/ 229 'psr-cat-set' can set CBM for one domain per socket. On each socket, we main- 232 ed from socket 1 to socket 2, it follows configuration on socket 2. 235 main 1 CBM on socket 2 to 0x3f which uses COS 7. When VCPU of this domain 355 3. Per-socket PSR features information structure 367 We collect all PSR allocation features information of a socket in this 372 `feat_init` is a flag, to indicate whether the CPU init on a socket [all …]
|
/xen-4.10.0-shim-comet/tools/blktap2/control/ |
A D | tap-ctl.h | 57 int tap_ctl_connect(const char *path, int *socket); 58 int tap_ctl_connect_id(int id, int *socket);
|
A D | tap-ctl-ipc.c | 190 fd = socket(AF_UNIX, SOCK_STREAM, 0); in tap_ctl_connect()
|
/xen-4.10.0-shim-comet/xen/include/public/io/ |
A D | pvcalls.h | 68 } socket; member 115 } socket; member
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/man/ |
A D | xen-pv-channel.pod.7 | 87 A unique Unix domain socket path in dom0 is allocated 96 channel = [ "connection=socket, name=org.my.cloud.software.agent.version1, path = /my/cloud/softwar… 106 socket, writes a handshake message and waits for a reply
|
A D | xenstore-chmod.pod.1 | 51 Connect to the Xenstore daemon using a local socket only.
|
A D | xenstore-ls.pod.1 | 55 Connect to the Xenstore daemon using a local socket only.
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstore_client.c | 502 int ret = 0, socket = 0; in main() local 564 socket = 1; in main() 639 xsh = xs_open(socket ? XS_OPEN_SOCKETONLY : 0); in main()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_psr.c | 326 int xc_psr_cat_get_info(xc_interface *xch, uint32_t socket, unsigned int lvl, in xc_psr_cat_get_info() argument 333 sysctl.u.psr_cat_op.target = socket; in xc_psr_cat_get_info()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_colo_proxy.c | 229 skfd = socket(AF_INET, SOCK_STREAM, 0); in colo_proxy_setup() 257 skfd = socket(PF_NETLINK, SOCK_RAW, NETLINK_COLO); in colo_proxy_setup()
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/ |
A D | gx_comm.c | 73 sock_fd = socket(PF_INET, SOCK_STREAM, 0); in do_tcp()
|