Searched refs:PXE_LOAD_PHYS (Results 1 – 2 of 2) sorted by relevance
245 restart_tftp->Buffer = PXE_LOAD_PHYS; /* Fixed by spec, apparently */ in pxenv_restart_tftp()246 restart_tftp->BufferSize = ( 0xa0000 - PXE_LOAD_PHYS ); /* Near enough */ in pxenv_restart_tftp()
23 #define PXE_LOAD_PHYS ( ( PXE_LOAD_SEGMENT << 4 ) + PXE_LOAD_OFFSET ) macro