Searched defs:grub_target_to_host64 (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c87 #define grub_target_to_host64(x) grub_be_to_cpu64(x) macro
94 #define grub_target_to_host64(x) grub_le_to_cpu64(x) macro
206 && (grub_target_to_host64 (prev->start)
H A Dgrub-mkimage.c459 #define grub_target_to_host64(x) (grub_target_to_host64_real (image_target, (x))) macro

Completed in 27 milliseconds