Home
last modified time | relevance | path

Searched refs:MOV_MEM_TO_AL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S36 #define MOV_MEM_TO_AL(x) .byte 0xa0; .word x macro
145 MOV_MEM_TO_AL(ABS(boot_drive)) /* movb ABS(boot_drive), %al */
178 MOV_MEM_TO_AL(ABS(force_lba)) /* movb ABS(force_lba), %al */
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3706 * stage1/stage1.S (MOV_MEM_TO_AL): New macro.
3707 (real_start): Use the macro MOV_MEM_TO_AL instead of using movb