Home
last modified time | relevance | path

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

123

/xen/tools/ocaml/libs/xb/
A Dxs_ring_stubs.c120 int total_space, space; in ml_interface_write() local
147 space = XENSTORE_RING_SIZE - MASK_XENSTORE_IDX(prod); in ml_interface_write()
148 if (len < space) in ml_interface_write()
153 memcpy(intf->rsp + MASK_XENSTORE_IDX(prod), buffer, space); in ml_interface_write()
154 memcpy(intf->rsp, buffer + space, len - space); in ml_interface_write()
/xen/xen/common/compat/
A Dmemory.c90 xen_pfn_t *space; in compat_memory_op() local
107 sizeof(*space); in compat_memory_op()
111 space = (xen_pfn_t *)(nat.rsrv + 1); in compat_memory_op()
117 set_xen_guest_handle((_d_)->extent_start, space - start_extent); \ in compat_memory_op()
129 *space++ = pfn; \ in compat_memory_op()
178 sizeof(*space)); in compat_memory_op()
191 space = (xen_pfn_t *)(nat.xchg + 1); in compat_memory_op()
197 set_xen_guest_handle((_d_)->extent_start, space - start_extent); \ in compat_memory_op()
203 *space++ = pfn; \ in compat_memory_op()
/xen/xen/common/
A Dmemory.c823 if ( xatp->space == XENMAPSPACE_gmfn_foreign ) in xenmem_add_to_physmap()
826 if ( xatp->space != XENMAPSPACE_gmfn_range ) in xenmem_add_to_physmap()
827 return xenmem_add_to_physmap_one(d, xatp->space, extra, in xenmem_add_to_physmap()
912 switch ( xatpb->space ) in xenmem_add_to_physmap_batch()
937 rc = xenmem_add_to_physmap_one(d, xatpb->space, extra, in xenmem_add_to_physmap_batch()
1044 if ( (space == XENMAPSPACE_dev_mmio) && in xatp_permission_check()
1341 if ( xatp.space == XENMAPSPACE_gmfn_foreign ) in do_memory_op()
1348 rc = xatp_permission_check(d, xatp.space); in do_memory_op()
1359 if ( xatp.space == XENMAPSPACE_gmfn_range && rc > 0 ) in do_memory_op()
1382 if ( xatpb.space == XENMAPSPACE_gmfn_range ) in do_memory_op()
[all …]
A Dargo.c1862 unsigned int space; in notify_ring() local
1869 space = ringbuf_payload_space(d, ring_info); in notify_ring()
1871 space = 0; in notify_ring()
1875 if ( space ) in notify_ring()
1876 pending_find(d, ring_info, space, to_notify); in notify_ring()
/xen/docs/designs/
A Dargo.pandoc97 other domains that are waiting for ring space availability.
112 outstanding space availability notifications about the wildcard rings of other
116 a space-inhibited sendv or a notify operation.
118 Data is removed from this data structure in one of three cases: when space
272 is insufficient ring space available at the time.
372 uint32_t space;
379 space = ringbuf_payload_space(d, ring_info);
381 space = 0;
385 if ( space )
386 pending_find(d, ring_info, space, to_notify);
[all …]
A Ddmop.pandoc74 wholly in the user space part of the virtual address space. (e.g.
/xen/xen/scripts/
A DKbuild.include8 space := $(empty) $(empty)
71 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \
72 $(subst $(space),$(space_escape),$(strip $(cmd_$1))))
A DKconfig.include9 space := $(empty) $(empty)
/xen/tools/hotplug/Linux/vif-post.d/
A D00-vif-local.hook14 # ip list of IP networks for the vif, space-separated
/xen/docs/misc/
A Dkconfig-macro-language.rst112 replaced with a space. Any trailing newlines are deleted. The standard error
159 space := $(empty) $(empty)
160 $(info $(space)$(space)hello)
163 function call. Some people prefer putting a space after each comma delimiter::
A Dlivepatch.pandoc43 the code if there is sufficient space. The placement of new code has to be done
54 the hypervisor virtual address space.
76 ISA is variable size which places limits on how much space we have available
109 space in .text to squeeze this in.
730 Caller *MUST* allocate enough space to be able to store all received data
731 (i.e. total allocated space *MUST* match the `name_total_size` value
739 Caller *MUST* allocate enough space to be able to store all received data
740 (i.e. total allocated space *MUST* match the `metadata_total_size` value
795 space allocate for nr of them. */
1299 The new code is placed in the 8M - 10M virtual address space while the
[all …]
/xen/xen/arch/x86/boot/
A Dvideo.S274 leaw bootsym(menu_more_msg), %si # '<press space>'
854 prtsp2: call prtspc # Print double space
855 prtspc: movb $0x20, %al # Print single space (note: fall-thru)
946 edit_buf: .space 6 # Line editor buffer
/xen/xen/include/public/
A Dmemory.h245 unsigned int space; /* => enum phys_map_space */ member
264 uint16_t space; /* => enum phys_map_space */ member
/xen/xen/tools/kconfig/tests/preprocess/builtin_func/
A DKconfig20 # Every newline in the output is replaced with a space,
/xen/docs/man/
A Dxenhypfs.1.pod26 other than white space characters (like tab, new line) will be shown as
A Dxl-network-configuration.5.pod45 generate a MAC address inside the space assigned to Xen's
66 Allocate an address from within the space defined by your
73 Allocate an address from within the space defined by Xen's OUI
/xen/tools/firmware/rombios/
A D32bitgateway.c76 ; Do an upcall into 32 bit space variable
/xen/tools/console/daemon/
A Dio.c988 XENCONS_RING_IDX cons, prod, space; in ring_free_bytes() local
994 space = prod - cons; in ring_free_bytes()
995 if (space > sizeof(intf->in)) in ring_free_bytes()
998 return (sizeof(intf->in) - space); in ring_free_bytes()
/xen/xen/arch/x86/guest/xen/
A Dxen.c75 .space = XENMAPSPACE_shared_info, in map_shared_info()
/xen/xen/xsm/flask/policy/
A Daccess_vectors398 # Access to the legacy PCI configuration space on x86 via port 0xCF8/CFC
401 # configuration space is being modified. Accesses to the MMIO-based PCI express
402 # configuration space described by the ACPI MCFG table are controlled as MMIO
/xen/tools/libxc/
A Dxc_domain.c1013 unsigned int space, in xc_domain_add_to_physmap() argument
1019 .space = space, in xc_domain_add_to_physmap()
1029 unsigned int space, in xc_domain_add_to_physmap_batch() argument
1042 .space = space, in xc_domain_add_to_physmap_batch()
/xen/
A DCODING_STYLE34 White space
47 There should be no trailing white space at the end of lines (including
A DConfig.mk14 space := $(empty) $(empty)
/xen/xen/arch/arm/
A Dmm.c1409 unsigned int space, in xenmem_add_to_physmap_one() argument
1419 switch ( space ) in xenmem_add_to_physmap_one()
1495 if ( rc && space == XENMAPSPACE_gmfn_foreign ) in xenmem_add_to_physmap_one()
/xen/tools/firmware/hvmloader/
A Dutil.c434 xatp.space = XENMAPSPACE_gmfn; in mem_hole_populate_ram()
792 xatp.space = XENMAPSPACE_shared_info; in get_shared_info()

Completed in 195 milliseconds

123