Home
last modified time | relevance | path

Searched defs:boundary (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/acpi/
A Dacmacros.h306 #define ACPI_ROUND_DOWN(value,boundary) (((acpi_native_uint)(value)) & \ argument
309 #define ACPI_ROUND_UP(value,boundary) ((((acpi_native_uint)(value)) + \ argument
330 #define ACPI_ROUND_UP_TO(value,boundary) (((value) + ((boundary)-1)) / (boundary)) argument
/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()

Completed in 6 milliseconds