Searched refs:grub_target_to_host64 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c405 *target = grub_host_to_target64 (grub_target_to_host64 (*target)
467 sym_addr = grub_target_to_host64 (*(grub_uint64_t *) (pe_target
484 *target = grub_host_to_target64 (grub_target_to_host64 (*target)
491 *target = grub_host_to_target64 (grub_target_to_host64 (*target)
496 *target = grub_host_to_target64 (grub_target_to_host64 (*target)
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 253 milliseconds