Home | History | Annotate | Download | only in image

Lines Matching defs:psp

48  * COMBOOT PSP, copied to offset 0 of code segment
57 /** Offset in PSP of command line */
60 /** Maximum length of command line in PSP
66 * Copy command line to PSP
99 * Initialize PSP
105 struct comboot_psp psp;
107 /* Fill PSP */
110 psp.int20 = 0x20CD;
114 psp.first_non_free_para = get_fbms() << 6;
117 image, psp.first_non_free_para );
119 /* Copy the PSP to offset 0 of segment.
120 * The rest of the PSP was already zeroed by
122 copy_to_user ( seg_userptr, 0, &psp, sizeof( psp ) );
124 /* Copy the command line to the PSP */
143 /* Initialize PSP */
160 * in the PSP and jump to the image */
258 /* Allow etra 0x100 bytes before image for PSP */
271 /* Zero PSP */