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

  /src/sys/arch/mac68k/include/
pmap.h 22 #define PMAP_BOOTSTRAP_RELOC_PA(pa) (((vaddr_t)(pa)) - reloff)
  /src/sys/arch/m68k/include/
pmap_68k.h 477 * - PMAP_BOOTSTRAP_RELOC_PA() -- relocate a physical address in order to
494 #ifndef PMAP_BOOTSTRAP_RELOC_PA
495 #define PMAP_BOOTSTRAP_RELOC_PA(pa) \
  /src/sys/arch/m68k/m68k/
pmap_68k.c 3781 PMAP_BOOTSTRAP_RELOC_PA((var)->start_ptp))[ \
4026 pte = (pt_entry_t *)PMAP_BOOTSTRAP_RELOC_PA(kernimg_endpa);
4027 epte = (pt_entry_t *)PMAP_BOOTSTRAP_RELOC_PA(nextpa);
4164 PMAP_BOOTSTRAP_RELOC_PA(kern_lev1pa);
4194 PMAP_BOOTSTRAP_RELOC_PA(
4197 PMAP_BOOTSTRAP_RELOC_PA(
4207 PMAP_BOOTSTRAP_RELOC_PA(
4213 PMAP_BOOTSTRAP_RELOC_PA(kern_lev1pa);
  /src/sys/arch/virt68k/virt68k/
bootinfo.c 273 PMAP_BOOTSTRAP_RELOC_PA(bootinfo_pa);

Completed in 20 milliseconds