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

  /src/sys/arch/amd64/stand/prekern/
elf.c 305 const paddr_t basepa = kernpa_start; local in function:elf_fixup_boot
326 offboot = basepa + eif.shdr[i].sh_offset - bootpa;
336 const paddr_t basepa = kernpa_start; local in function:elf_map_sections
358 secpa = basepa + shdr->sh_offset;
elf.c 305 const paddr_t basepa = kernpa_start; local in function:elf_fixup_boot
326 offboot = basepa + eif.shdr[i].sh_offset - bootpa;
336 const paddr_t basepa = kernpa_start; local in function:elf_map_sections
358 secpa = basepa + shdr->sh_offset;

Completed in 21 milliseconds