Searched refs:PMAX_BOOT_BLOCK_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance
142 assert(sizeof(struct pmax_boot_block) == PMAX_BOOT_BLOCK_BLOCKSIZE); in pmax_clearboot()204 assert(sizeof(struct pmax_boot_block) == PMAX_BOOT_BLOCK_BLOCKSIZE); in pmax_setboot()231 PMAX_BOOT_BLOCK_BLOCKSIZE); in pmax_setboot()235 startblock = PMAX_BOOT_BLOCK_OFFSET / PMAX_BOOT_BLOCK_BLOCKSIZE in pmax_setboot()241 htole32(howmany(bootstrapsize, PMAX_BOOT_BLOCK_BLOCKSIZE)); in pmax_setboot()272 startblock * PMAX_BOOT_BLOCK_BLOCKSIZE); in pmax_setboot()356 *len = roundup(highaddr - lowaddr, PMAX_BOOT_BLOCK_BLOCKSIZE); in load_bootstrap()
1278 #define PMAX_BOOT_BLOCK_BLOCKSIZE 512 macro