Searched refs:PAGE_ALIGN (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/util_libs/libutils/include/utils/
H A Dpage.h37 #define PAGE_ALIGN(addr, size) ((addr) & ~(size-1)) macro
/seL4-camkes-master/tools/rumprun/platform/xen/xen/include/mini-os/x86/
H A Dmm.h149 #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) macro

Completed in 36 milliseconds