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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dapm.S70 movw %ax, ABS(EXT_C(apm_bios_info)) + 2
72 movl %ebx, ABS(EXT_C(apm_bios_info)) + 4
74 movw %cx, ABS(EXT_C(apm_bios_info)) + 8
76 movw %dx, ABS(EXT_C(apm_bios_info)) + 10
78 movl %esi, ABS(EXT_C(apm_bios_info)) + 14
80 movw %di, ABS(EXT_C(apm_bios_info)) + 18
102 movw %ax, ABS(EXT_C(apm_bios_info))
104 movw %cx, ABS(EXT_C(apm_bios_info)) + 12
109 andw $0xfffd, ABS(EXT_C(apm_bios_info)) + 12
H A Dstart_eltorito.S40 #define ABS(x) (x-_start+BOOTSEC_LOCATION) define
49 #define MSG(x) mov $ABS(x), %si; call message;
69 ljmp $0, $ABS(real_start)
93 mov %dl, ABS(BootDrive)
100 mov ABS(bi_length), %eax
107 mov ABS(bi_file), %eax
115 mov $ABS(firstlist - BOOTSEC_LISTSIZE), %si
117 mov ABS(BootDrive), %dl /* this makes sure %dl is our "boot" drive */
137 mov $ABS(dapa), %si /* Load up the DAPA */
145 cmp ABS(MaxTransfe
[all...]
H A Dstart.S35 # define ABS(x) (x-_start+0x2000)
37 # define ABS(x) (x-_start+0x8000)
41 #define MSG(x) movw $ABS(x), %si; call message
74 movw $ABS(firstlist - BOOTSEC_LISTSIZE), %di
H A Dasm.S42 # define ABS(x) ((x) - EXT_C(main) + 0x2200)
44 # define ABS(x) ((x) - EXT_C(main) + 0x8200)
71 ljmp $0, $ABS(codestart)
291 movl $(ABS(pxenv_undi_isr)),%eax
458 movl $ABS(int1_handler), %eax
583 movw $ABS(EXT_C(io_map)), %si
598 cmpw $(ABS(EXT_C(io_map)) + (IO_MAP_SIZE + 1) * 2), %si
629 movw %ax, ABS(int15_offset)
631 movw %ax, ABS(int15_segment)
634 movw $ABS(int15_handle
[all...]
/osnet-11/usr/src/lib/libpcp/common/
H A Dlibpcp.h74 #ifndef ABS
75 #define ABS(x) ((x) < (0) ? (-(x)) : (x)) macro
/osnet-11/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S30 #define ABS(x) (x-_start+0x7c00) define
33 #define MSG(x) movw $ABS(x), %si; call message
128 ljmp $0, $ABS(real_start)
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 */
189 movw $ABS(disk_address_packet), %si
194 movl ABS(stage2_sector), %ebx
250 movw $ABS(sector
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dstartup_raw.S26 #define ABS(x) ((x) - LOCAL (base) + GRUB_BOOT_MACHINE_KERNEL_ADDR + 0x200) define
44 ljmp $0, $(ABS(LOCAL (codestart)) - 0x10000)
46 ljmp $0, $ABS(LOCAL (codestart))

Completed in 28 milliseconds