Searched refs:boundary (Results 1 – 10 of 10) sorted by relevance
298 #define ACPI_ROUND_DOWN(value,boundary) (((acpi_native_uint)(value)) & \ argument299 (~(((acpi_native_uint) boundary)-1)))301 #define ACPI_ROUND_UP(value,boundary) ((((acpi_native_uint)(value)) + \ argument302 (((acpi_native_uint) boundary)-1)) & \303 (~(((acpi_native_uint) boundary)-1)))322 #define ACPI_ROUND_UP_TO(value,boundary) (((value) + ((boundary)-1)) / (boundary)) argument
565 static int xc_dom_alloc_pad(struct xc_dom_image *dom, xen_vaddr_t boundary) in xc_dom_alloc_pad() argument570 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()
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 boundary306 request boundary is 8 octets.
113 packet boundary.
888 of its grant table. This value is an upper boundary of the per-domain901 maptrack array. This value is an upper boundary of the per-domain1011 Specify the memory boundary past which memory will be treated as highmem (x86
161 page boundary when there is a permission or device memory
100 end of the record on an 8 octet boundary.
188 with zeroes to align the end of the record on an 8 octet boundary.
1182 Number of megabytes to set for a boundary when checking for RDM conflicts.1189 #1. Above a predefined boundary1192 #2. Below a predefined boundary
10659 ; The entry point must be somewhere in 0xf0000-0xfffff on a 16-byte boundary,
Completed in 28 milliseconds