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

  /src/sys/arch/x68k/stand/mboot/
srt0.S 35 bra start0
41 start0: label
  /src/sys/arch/x68k/stand/boot/
srt0.S 32 bra start0
44 start0: label
  /src/sys/arch/landisk/stand/bootxx/
pbr.S 38 bra start0
45 start0: label
  /src/sys/arch/i386/stand/bootxx/
pbr.S 120 jmp start0
128 start0: label
  /src/sys/arch/i386/stand/fatboot/
fatboot.S 79 jmp start0
108 start0: label
  /src/sys/arch/i386/pci/
elan520.c 660 paddr_t start0, end0; local in function:region_paddr_to_par
662 start0 = region0->start;
665 if (start0 % unit != 0)
666 start = start0 + unit - start0 % unit;
668 start = start0;
679 if (start0 < start) {
680 residue->start = start0;

Completed in 13 milliseconds