HomeSort by: relevance | last modified time | path
    Searched defs:first_kbyte (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/x68k/stand/boot_ufs/
boot.S 248 jmp first_kbyte
316 .globl first_kbyte
317 first_kbyte: label
326 | but it's too severe to place it in first_kbyte area.
boot.S 248 jmp first_kbyte
316 .globl first_kbyte
317 first_kbyte: label
326 | but it's too severe to place it in first_kbyte area.
  /src/sys/arch/x68k/stand/xxboot/
boot.S 37 | The program code before first_kbyte
38 | - must not access any text/data labels after first_kbyte
40 | - must access any labels before first_kbyte by PC relative addressing
43 | - must use RELOC() macro to access bss section (and first_kbyte as a jump
46 | The program code after first_kbyte can access any labels in all sections
222 jmp RELOC(first_kbyte)
296 jmp RELOC(first_kbyte)
366 .globl first_kbyte
367 first_kbyte: label
boot.S 37 | The program code before first_kbyte
38 | - must not access any text/data labels after first_kbyte
40 | - must access any labels before first_kbyte by PC relative addressing
43 | - must use RELOC() macro to access bss section (and first_kbyte as a jump
46 | The program code after first_kbyte can access any labels in all sections
222 jmp RELOC(first_kbyte)
296 jmp RELOC(first_kbyte)
366 .globl first_kbyte
367 first_kbyte: label

Completed in 25 milliseconds