Searched refs:COPY_BLK_SZ (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/i386/gptboot/ |
H A D | gptldr.S | 48 .set COPY_BLK_SZ,0x8000 # Copy in 32k blocks; must be define 82 add $(COPY_BLKS*COPY_BLK_SZ/16),%ax # small as possible. 86 add $(COPY_BLKS*COPY_BLK_SZ/16),%ax # the last byte we 90 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at 92 sub $COPY_BLK_SZ/16,%ax # copy from boot2 94 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at 96 sub $COPY_BLK_SZ/16,%ax # which we want boot2 copied 98 mov $COPY_BLK_SZ,%cx # Copy 32k
|
/freebsd/stand/i386/zfsboot/ |
H A D | zfsldr.S | 35 .set COPY_BLK_SZ,0x8000 # Copy in 32k blocks; must be define 37 .set NSECT,(COPY_BLK_SZ / SIZ_SEC * COPY_BLKS) 127 add $(COPY_BLKS*COPY_BLK_SZ/16),%ax # small as possible. 131 add $(COPY_BLKS*COPY_BLK_SZ/16),%ax # the last byte we 135 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at 137 sub $COPY_BLK_SZ/16,%ax # copy from boot2 139 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at 141 sub $COPY_BLK_SZ/16,%ax # which we want boot2 copied 143 mov $COPY_BLK_SZ,%cx # Copy 32k
|