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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dsegoff.h29 uint16_t SEGMENT ( const void * const ptr ) { function
37 #define SEGMENT(x) ( virt_to_phys ( x ) >> 4 ) macro
40 #define SEGOFF(x) { OFFSET(x), SEGMENT(x) }
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/i386/pc/
H A Dpxe.c40 #define SEGMENT(x) ((x) >> 4) macro
42 #define SEGOFS(x) ((SEGMENT(x) << 16) + OFFSET(x))

Completed in 16 milliseconds