Home
last modified time | relevance | path

Searched refs:space (Results 1 – 13 of 13) sorted by relevance

/tools/ocaml/libs/xb/
A Dxs_ring_stubs.c121 int total_space, space; in ml_interface_write() local
148 space = XENSTORE_RING_SIZE - MASK_XENSTORE_IDX(prod); in ml_interface_write()
149 if (len < space) in ml_interface_write()
154 memcpy(intf->rsp + MASK_XENSTORE_IDX(prod), buffer, space); in ml_interface_write()
155 memcpy(intf->rsp, buffer + space, len - space); in ml_interface_write()
/tools/hotplug/Linux/vif-post.d/
A D00-vif-local.hook14 # ip list of IP networks for the vif, space-separated
/tools/firmware/rombios/
A D32bitgateway.c76 ; Do an upcall into 32 bit space variable
A Drombios.c9939 db 0x61 ;; link value INTA#: pointer into PCI2ISA config space
10049 mov dl, #0x04 ;; disable i/o and memory space access
10100 mov dl, #0x04 ;; enable i/o and memory space access if available
/tools/console/daemon/
A Dio.c991 XENCONS_RING_IDX cons, prod, space; in ring_free_bytes() local
997 space = prod - cons; in ring_free_bytes()
998 if (space > sizeof(intf->in)) in ring_free_bytes()
1001 return (sizeof(intf->in) - space); in ring_free_bytes()
/tools/libs/
A Dlibs.mk39 PKG_CONFIG_REQPRIV := $(subst $(space),$(comma),$(strip $(foreach lib,$(patsubst ctrl,control,$(USE…
/tools/libs/ctrl/
A Dxc_domain.c1004 unsigned int space, in xc_domain_add_to_physmap() argument
1010 .space = space, in xc_domain_add_to_physmap()
1020 unsigned int space, in xc_domain_add_to_physmap_batch() argument
1033 .space = space, in xc_domain_add_to_physmap_batch()
/tools/firmware/hvmloader/
A Dutil.c369 xatp.space = XENMAPSPACE_gmfn; in mem_hole_populate_ram()
705 xatp.space = XENMAPSPACE_shared_info; in get_shared_info()
A Dpci.c440 xatp.space = XENMAPSPACE_gmfn_range; in pci_setup()
/tools/libs/guest/
A Dxg_dom_boot.c321 .space = XENMAPSPACE_grant_table, in compat_gnttab_hvm_seed()
/tools/include/
A Dxenctrl.h1292 unsigned int space,
1299 unsigned int space,
/tools/ocaml/xenstored/
A Dxenstored.ml307 There is also a 'space overhead' setting that controls how much work
321 only (setting it lower than 'space overhead' wouldn't help because the
/tools/firmware/vgabios/
A Dclext.c1335 mov dl, #0x10 ;; I/O space #0

Completed in 39 milliseconds