Searched refs:space (Results 1 – 13 of 13) sorted by relevance
| /tools/ocaml/libs/xb/ |
| A D | xs_ring_stubs.c | 121 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 D | 00-vif-local.hook | 14 # ip list of IP networks for the vif, space-separated
|
| /tools/firmware/rombios/ |
| A D | 32bitgateway.c | 76 ; Do an upcall into 32 bit space variable
|
| A D | rombios.c | 9939 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 D | io.c | 991 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 D | libs.mk | 39 PKG_CONFIG_REQPRIV := $(subst $(space),$(comma),$(strip $(foreach lib,$(patsubst ctrl,control,$(USE…
|
| /tools/libs/ctrl/ |
| A D | xc_domain.c | 1004 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 D | util.c | 369 xatp.space = XENMAPSPACE_gmfn; in mem_hole_populate_ram() 705 xatp.space = XENMAPSPACE_shared_info; in get_shared_info()
|
| A D | pci.c | 440 xatp.space = XENMAPSPACE_gmfn_range; in pci_setup()
|
| /tools/libs/guest/ |
| A D | xg_dom_boot.c | 321 .space = XENMAPSPACE_grant_table, in compat_gnttab_hvm_seed()
|
| /tools/include/ |
| A D | xenctrl.h | 1292 unsigned int space, 1299 unsigned int space,
|
| /tools/ocaml/xenstored/ |
| A D | xenstored.ml | 307 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 D | clext.c | 1335 mov dl, #0x10 ;; I/O space #0
|
Completed in 39 milliseconds