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

  /src/sys/arch/hb68k/wrap030/
wrap030_machdep.c 62 uint32_t *tt = (uint32_t *)PMAP_BOOTSTRAP_RELOC_GLOB(mmu_tt30);
70 (struct pmap_bootmap *)PMAP_BOOTSTRAP_RELOC_GLOB(machine_bootmap);
  /src/sys/arch/mac68k/include/
pmap.h 21 #define PMAP_BOOTSTRAP_RELOC_GLOB(va) ((vaddr_t)(va))
  /src/sys/arch/hb68k/pg68k/
pmap_pgmmu.h 220 #undef PMAP_BOOTSTRAP_RELOC_GLOB
221 #define PMAP_BOOTSTRAP_RELOC_GLOB(va) (va)
  /src/sys/arch/m68k/include/
pmap_motorola.h 321 * - PMAP_BOOTSTRAP_RELOC_GLOB() -- relocate a global reference in order
336 #ifndef PMAP_BOOTSTRAP_RELOC_GLOB
337 #define PMAP_BOOTSTRAP_RELOC_GLOB(va) \
pmap_68k.h 492 * - PMAP_BOOTSTRAP_RELOC_GLOB() -- relocate a global reference in order
507 #ifndef PMAP_BOOTSTRAP_RELOC_GLOB
508 #define PMAP_BOOTSTRAP_RELOC_GLOB(va) \
  /src/sys/arch/m68k/m68k/
linux_bootinfo.c 60 #define RELOC(v, t) *((t *)PMAP_BOOTSTRAP_RELOC_GLOB(&(v)))
250 PMAP_BOOTSTRAP_RELOC_GLOB(&bootinfo_data_store);
261 PMAP_BOOTSTRAP_RELOC_GLOB(phys_seg_list);
pmap_68k.c 4042 #define RELOC(v, t) *((t *)PMAP_BOOTSTRAP_RELOC_GLOB(&(v)))
4202 PMAP_BOOTSTRAP_RELOC_GLOB(machine_bootmap);
4214 PMAP_BOOTSTRAP_RELOC_GLOB(pmbm->pmbm_vaddr_ptr) =
4263 PMAP_BOOTSTRAP_RELOC_GLOB(machine_bootmap);
4321 PMAP_BOOTSTRAP_RELOC_GLOB(pmap_machine_check_bootstrap_allocations);
4414 PMAP_BOOTSTRAP_RELOC_GLOB(machine_bootmap);
4426 PMAP_BOOTSTRAP_RELOC_GLOB(pmbm->pmbm_vaddr_ptr);

Completed in 57 milliseconds