Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 14 of 14) sorted by relevance

/xen/xen/arch/x86/efi/
A DMakefile13 $(call cc-option-add,cflags-stack-boundary,CC,-mpreferred-stack-boundary=4)
14 $(EFIOBJ): CFLAGS-stack-boundary := $(cflags-stack-boundary)
/xen/xen/arch/x86/
A DRules.mk9 c_flags += $(object_label_flags) $(CFLAGS-stack-boundary)
10 a_flags += $(object_label_flags) $(CFLAGS-stack-boundary)
A Darch.mk50 $(call cc-option-add,CFLAGS-stack-boundary,CC,-mpreferred-stack-boundary=3)
51 export CFLAGS-stack-boundary
/xen/xen/include/acpi/
A Dacmacros.h306 #define ACPI_ROUND_DOWN(value,boundary) (((acpi_native_uint)(value)) & \ argument
307 (~(((acpi_native_uint) boundary)-1)))
309 #define ACPI_ROUND_UP(value,boundary) ((((acpi_native_uint)(value)) + \ argument
310 (((acpi_native_uint) boundary)-1)) & \
311 (~(((acpi_native_uint) boundary)-1)))
330 #define ACPI_ROUND_UP_TO(value,boundary) (((value) + ((boundary)-1)) / (boundary)) argument
/xen/docs/hypervisor-guide/x86/
A Dhow-xen-boots.rst47 image be loaded as high as possible below the 4G boundary, with 2M alignment.
69 it at the 2M boundary and jump to ``start`` which is the identified entry
/xen/tools/libxc/
A Dxc_dom_core.c556 static int xc_dom_alloc_pad(struct xc_dom_image *dom, xen_vaddr_t boundary) in xc_dom_alloc_pad() argument
561 if ( boundary & (page_size - 1) ) in xc_dom_alloc_pad()
565 __FUNCTION__, boundary); in xc_dom_alloc_pad()
568 if ( boundary < dom->virt_alloc_end ) in xc_dom_alloc_pad()
572 ")", __FUNCTION__, boundary, dom->virt_alloc_end); in xc_dom_alloc_pad()
575 pages = (boundary - dom->virt_alloc_end) / page_size; in xc_dom_alloc_pad()
/xen/docs/misc/
A Dnetif-staging-grants.pandoc120 [ Calculation needs to estimate slots taking into account 4k page boundary ]
134 6) Grant remaining packet pages one per slot. (grant boundary is 4k)
170 boundary
306 request boundary is 8 octets.
A Dxenstore-ring.txt113 packet boundary.
A Dxen-command-line.pandoc1112 of its grant table. This value is an upper boundary of the per-domain
1125 maptrack array. This value is an upper boundary of the per-domain
1206 Specify the memory boundary past which memory will be treated as highmem (x86
/xen/docs/specs/
A Dlibxl-migration-stream.pandoc100 end of the record on an 8 octet boundary.
A Dlibxc-migration-stream.pandoc184 with zeroes to align the end of the record on an 8 octet boundary.
/xen/xen/arch/arm/
A DKconfig218 page boundary when there is a permission or device memory
/xen/docs/man/
A Dxl.cfg.5.pod.in1266 Number of megabytes to set for a boundary when checking for RDM conflicts.
1273 #1. Above a predefined boundary
1276 #2. Below a predefined boundary
/xen/tools/firmware/rombios/
A Drombios.c10659 ; The entry point must be somewhere in 0xf0000-0xfffff on a 16-byte boundary,

Completed in 33 milliseconds