Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/acpi/
A Dacmacros.h298 #define ACPI_ROUND_DOWN(value,boundary) (((acpi_native_uint)(value)) & \ argument
299 (~(((acpi_native_uint) boundary)-1)))
301 #define ACPI_ROUND_UP(value,boundary) ((((acpi_native_uint)(value)) + \ argument
302 (((acpi_native_uint) boundary)-1)) & \
303 (~(((acpi_native_uint) boundary)-1)))
322 #define ACPI_ROUND_UP_TO(value,boundary) (((value) + ((boundary)-1)) / (boundary)) argument
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_core.c565 static int xc_dom_alloc_pad(struct xc_dom_image *dom, xen_vaddr_t boundary) in xc_dom_alloc_pad() argument
570 if ( boundary & (page_size - 1) ) in xc_dom_alloc_pad()
574 __FUNCTION__, boundary); in xc_dom_alloc_pad()
577 if ( boundary < dom->virt_alloc_end ) in xc_dom_alloc_pad()
581 ")", __FUNCTION__, boundary, dom->virt_alloc_end); in xc_dom_alloc_pad()
584 pages = (boundary - dom->virt_alloc_end) / page_size; in xc_dom_alloc_pad()
/xen-4.10.0-shim-comet/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.markdown888 of its grant table. This value is an upper boundary of the per-domain
901 maptrack array. This value is an upper boundary of the per-domain
1011 Specify the memory boundary past which memory will be treated as highmem (x86
/xen-4.10.0-shim-comet/xen/arch/arm/
A DKconfig161 page boundary when there is a permission or device memory
/xen-4.10.0-shim-comet/docs/specs/
A Dlibxl-migration-stream.pandoc100 end of the record on an 8 octet boundary.
A Dlibxc-migration-stream.pandoc188 with zeroes to align the end of the record on an 8 octet boundary.
/xen-4.10.0-shim-comet/docs/man/
A Dxl.cfg.pod.5.in1182 Number of megabytes to set for a boundary when checking for RDM conflicts.
1189 #1. Above a predefined boundary
1192 #2. Below a predefined boundary
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Drombios.c10659 ; The entry point must be somewhere in 0xf0000-0xfffff on a 16-byte boundary,

Completed in 28 milliseconds