Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dpfn.h9 #define round_pgup(p) (((p) + (PAGE_SIZE - 1)) & PAGE_MASK) macro
/xen/tools/libxc/
A Dxc_dom_binloader.c88 #define round_pgup(_p) (((_p)+(PAGE_SIZE_X86-1))&PAGE_MASK_X86) macro

Completed in 7 milliseconds