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

/freebsd-13-stable/lib/libkvm/
H A Dkvm_powerpc64.h50 #define ppc64_round_page(x) roundup2((kvaddr_t)(x), PPC64_PAGE_SIZE) macro
H A Dkvm_minidump_powerpc64.c145 dump_avail_off = PPC64_PAGE_SIZE + ppc64_round_page(hdr->msgbufsize);
146 bitmap_off = dump_avail_off + ppc64_round_page(hdr->dumpavailsize);
147 pmap_off = bitmap_off + ppc64_round_page(hdr->bitmapsize);
148 sparse_off = pmap_off + ppc64_round_page(hdr->pmapsize);

Completed in 158 milliseconds