Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsegoff.h29 uint16_t SEGMENT ( const void * const ptr ) { in SEGMENT() function
37 #define SEGMENT(x) ( virt_to_phys ( x ) >> 4 ) macro