Searched refs:XEN_PADDR_ALIGN (Results 1 – 2 of 2) sorted by relevance
398 min_size = (_end - _start + (XEN_PADDR_ALIGN-1)) & ~(XEN_PADDR_ALIGN-1); in get_xen_paddr()409 min_size, XEN_PADDR_ALIGN, 0); in get_xen_paddr()
18 #define XEN_PADDR_ALIGN (1 << 21) macro
Completed in 5 milliseconds