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

  /src/sys/arch/mac68k/include/
pmap.h 21 #define PMAP_BOOTSTRAP_RELOC_GLOB(va) ((vaddr_t)(va))
  /src/sys/arch/virt68k/virt68k/
bootinfo.c 61 #define RELOC(v, t) *((t *)PMAP_BOOTSTRAP_RELOC_GLOB(&(v)))
264 PMAP_BOOTSTRAP_RELOC_GLOB(&bootinfo_data_store);
275 PMAP_BOOTSTRAP_RELOC_GLOB(bid_mem_segments);
277 PMAP_BOOTSTRAP_RELOC_GLOB(bid_mem_segments_avail);
  /src/sys/arch/m68k/include/
pmap_68k.h 474 * - PMAP_BOOTSTRAP_RELOC_GLOB() -- relocate a global reference in order
489 #ifndef PMAP_BOOTSTRAP_RELOC_GLOB
490 #define PMAP_BOOTSTRAP_RELOC_GLOB(va) \
  /src/sys/arch/m68k/m68k/
pmap_68k.c 3784 #define RELOC(v, t) *((t *)PMAP_BOOTSTRAP_RELOC_GLOB(&(v)))
3940 PMAP_BOOTSTRAP_RELOC_GLOB(machine_bootmap);
3952 PMAP_BOOTSTRAP_RELOC_GLOB(pmbm->pmbm_vaddr_ptr) =
4015 PMAP_BOOTSTRAP_RELOC_GLOB(pmap_machine_check_bootstrap_allocations);
4108 PMAP_BOOTSTRAP_RELOC_GLOB(machine_bootmap);
4120 PMAP_BOOTSTRAP_RELOC_GLOB(pmbm->pmbm_vaddr_ptr);

Completed in 22 milliseconds