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

  /src/sys/arch/ia64/include/
vmparam.h 77 #define IA64_PHYS_TO_RR6(x) ((x) | IA64_RR_BASE(6))
intr.h 69 (struct ia64_interrupt_block *)IA64_PHYS_TO_RR6(ia64_lapic_address)
cpufunc.h 59 #define __MEMIO_ADDR(x) (__volatile void*)(IA64_PHYS_TO_RR6(x))
  /src/sys/arch/ia64/ia64/
efi.c 92 (uint64_t)IA64_PHYS_TO_RR6(md->md_phys);
sapic.c 150 sa->sa_registers = IA64_PHYS_TO_RR6(address);
machdep.c 438 ia64_port_base = IA64_PHYS_TO_RR6(md->md_phys);
pmap.c 533 va = (m->mdpage.memattr == VM_MEMATTR_UNCACHEABLE) ? IA64_PHYS_TO_RR6(pa) :

Completed in 16 milliseconds