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

  /src/sys/arch/mac68k/include/
pmap.h 22 #define PMAP_BOOTSTRAP_RELOC_PA(pa) (((vaddr_t)(pa)) - reloff)
  /src/sys/arch/hb68k/pg68k/
pmap_pgmmu.h 223 #undef PMAP_BOOTSTRAP_RELOC_PA
224 #define PMAP_BOOTSTRAP_RELOC_PA(pa) (pa)
  /src/sys/arch/m68k/include/
pmap_motorola.h 324 * - PMAP_BOOTSTRAP_RELOC_PA() -- relocate a physical address in order to
341 #ifndef PMAP_BOOTSTRAP_RELOC_PA
342 #define PMAP_BOOTSTRAP_RELOC_PA(pa) \
pmap_68k.h 495 * - PMAP_BOOTSTRAP_RELOC_PA() -- relocate a physical address in order to
512 #ifndef PMAP_BOOTSTRAP_RELOC_PA
513 #define PMAP_BOOTSTRAP_RELOC_PA(pa) \
  /src/sys/arch/m68k/m68k/
linux_bootinfo.c 259 PMAP_BOOTSTRAP_RELOC_PA(bootinfo_pa);
pmap_68k.c 4039 PMAP_BOOTSTRAP_RELOC_PA((var)->start_ptp))[ \
4332 pte = (pt_entry_t *)PMAP_BOOTSTRAP_RELOC_PA(kernimg_endpa);
4333 epte = (pt_entry_t *)PMAP_BOOTSTRAP_RELOC_PA(nextpa);
4473 PMAP_BOOTSTRAP_RELOC_PA(kern_lev1pa);
4503 PMAP_BOOTSTRAP_RELOC_PA(
4506 PMAP_BOOTSTRAP_RELOC_PA(
4516 PMAP_BOOTSTRAP_RELOC_PA(
4522 PMAP_BOOTSTRAP_RELOC_PA(kern_lev1pa);

Completed in 22 milliseconds