Searched refs:SEGMENT (Results 1 - 5 of 5) 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) }
H A Dundi.c378 ret = __undi_call ( SEGMENT( undi.undi_call_info ),
402 pxenv_exit = _undi_call ( SEGMENT( undi.rom ),
405 SEGMENT( undi.pxs ),
428 SEGMENT( undi.pxs ) );
471 undi.pxs->loader.undi_cs = SEGMENT( undi.driver_code );
480 undi.pxs->loader.undi_ds = SEGMENT( undi.driver_data );
625 SEGMENT( undi.xmit_data->destaddr );
630 undi.pxs->undi_transmit.TBD.segment = SEGMENT( &undi.xmit_data->tbd );
809 if ( SEGMENT(bc_code) != 0 )
811 if ( SEGMENT(bc_dat
[all...]
H A Dpic8259.c136 if ( SEGMENT(undi_irq_handler) > 0xffff ) {
/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))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl6249 2313 SEGMENT

Completed in 49 milliseconds