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

/freebsd-11.0-release/lib/libkvm/
H A Dkvm_minidump_aarch64.c49 #define aarch64_round_page(x) roundup2((kvaddr_t)(x), AARCH64_PAGE_SIZE) macro
115 off = AARCH64_PAGE_SIZE + aarch64_round_page(vmst->hdr.msgbufsize);
132 off += aarch64_round_page(vmst->hdr.bitmapsize);

Completed in 102 milliseconds