Searched refs:boundary (Results 1 – 14 of 14) sorted by relevance
/xen/xen/arch/x86/efi/ |
A D | Makefile | 13 $(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 D | Rules.mk | 9 c_flags += $(object_label_flags) $(CFLAGS-stack-boundary) 10 a_flags += $(object_label_flags) $(CFLAGS-stack-boundary)
|
A D | arch.mk | 50 $(call cc-option-add,CFLAGS-stack-boundary,CC,-mpreferred-stack-boundary=3) 51 export CFLAGS-stack-boundary
|
/xen/xen/include/acpi/ |
A D | acmacros.h | 306 #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 D | how-xen-boots.rst | 47 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 D | xc_dom_core.c | 556 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 D | netif-staging-grants.pandoc | 120 [ 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 D | xenstore-ring.txt | 113 packet boundary.
|
A D | xen-command-line.pandoc | 1112 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 D | libxl-migration-stream.pandoc | 100 end of the record on an 8 octet boundary.
|
A D | libxc-migration-stream.pandoc | 184 with zeroes to align the end of the record on an 8 octet boundary.
|
/xen/xen/arch/arm/ |
A D | Kconfig | 218 page boundary when there is a permission or device memory
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 1266 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 D | rombios.c | 10659 ; The entry point must be somewhere in 0xf0000-0xfffff on a 16-byte boundary,
|
Completed in 33 milliseconds