/xen/tools/ocaml/libs/xb/ |
A D | xs_ring_stubs.c | 120 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 D | memory.c | 90 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 D | memory.c | 823 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 D | argo.c | 1862 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 D | argo.pandoc | 97 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 D | dmop.pandoc | 74 wholly in the user space part of the virtual address space. (e.g.
|
/xen/xen/scripts/ |
A D | Kbuild.include | 8 space := $(empty) $(empty) 71 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \ 72 $(subst $(space),$(space_escape),$(strip $(cmd_$1))))
|
A D | Kconfig.include | 9 space := $(empty) $(empty)
|
/xen/tools/hotplug/Linux/vif-post.d/ |
A D | 00-vif-local.hook | 14 # ip list of IP networks for the vif, space-separated
|
/xen/docs/misc/ |
A D | kconfig-macro-language.rst | 112 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 D | livepatch.pandoc | 43 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 D | video.S | 274 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 D | memory.h | 245 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 D | Kconfig | 20 # Every newline in the output is replaced with a space,
|
/xen/docs/man/ |
A D | xenhypfs.1.pod | 26 other than white space characters (like tab, new line) will be shown as
|
A D | xl-network-configuration.5.pod | 45 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 D | 32bitgateway.c | 76 ; Do an upcall into 32 bit space variable
|
/xen/tools/console/daemon/ |
A D | io.c | 988 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 D | xen.c | 75 .space = XENMAPSPACE_shared_info, in map_shared_info()
|
/xen/xen/xsm/flask/policy/ |
A D | access_vectors | 398 # 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 D | xc_domain.c | 1013 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 D | CODING_STYLE | 34 White space 47 There should be no trailing white space at the end of lines (including
|
A D | Config.mk | 14 space := $(empty) $(empty)
|
/xen/xen/arch/arm/ |
A D | mm.c | 1409 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 D | util.c | 434 xatp.space = XENMAPSPACE_gmfn; in mem_hole_populate_ram() 792 xatp.space = XENMAPSPACE_shared_info; in get_shared_info()
|