Searched refs:IA64_PHYS_TO_RR7 (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/sys/ia64/acpica/
H A Dacpi_machdep.c82 rsdp = (ACPI_TABLE_RSDP *)IA64_PHYS_TO_RR7(rsdp_ptr);
83 xsdt = (ACPI_TABLE_XSDT *)IA64_PHYS_TO_RR7(rsdp->XsdtPhysicalAddress);
90 table = (ACPI_TABLE_HEADER *)IA64_PHYS_TO_RR7(addr);
H A Dmadt.c125 rsdp = (ACPI_TABLE_RSDP *)IA64_PHYS_TO_RR7(rsdp_ptr);
126 xsdt = (ACPI_TABLE_XSDT *)IA64_PHYS_TO_RR7(rsdp->XsdtPhysicalAddress);
133 IA64_PHYS_TO_RR7(xsdt->TableOffsetEntry[t]);
215 rsdp = (ACPI_TABLE_RSDP *)IA64_PHYS_TO_RR7(rsdp_ptr);
216 xsdt = (ACPI_TABLE_XSDT *)IA64_PHYS_TO_RR7(rsdp->XsdtPhysicalAddress);
225 IA64_PHYS_TO_RR7(xsdt->TableOffsetEntry[t]);
/freebsd-10.0-release/sys/ia64/ia64/
H A Dsal.c91 ia64_pal_entry = IA64_PHYS_TO_RR7(dp->sale_pal_proc);
94 sal_fdesc.func = IA64_PHYS_TO_RR7(dp->sale_sal_proc);
95 sal_fdesc.gp = IA64_PHYS_TO_RR7(dp->sale_sal_gp);
H A Defi.c103 efi_systbl = (struct efi_systbl *)IA64_PHYS_TO_RR7(systbl);
109 (struct efi_cfgtbl *)IA64_PHYS_TO_RR7(efi_systbl->st_cfgtbl);
113 (struct efi_rt *)IA64_PHYS_TO_RR7(efi_systbl->st_rt);
124 (void *)IA64_PHYS_TO_RR7(md->md_phys) :
129 setvirt = (void *)IA64_PHYS_TO_RR7((u_long)efi_runtime->rt_setvirtual);
148 return ((void *)IA64_PHYS_TO_RR7(ct->ct_data));
H A Dmem.c111 error = uiomove((caddr_t)IA64_PHYS_TO_RR7(v), c, uio);
170 *paddr = IA64_PHYS_TO_RR7(offset);
H A Duma_machdep.c62 va = (void *)IA64_PHYS_TO_RR7(VM_PAGE_TO_PHYS(m));
H A Duio_machdep.c88 IA64_PHYS_TO_RR7(ma[offset >> PAGE_SHIFT]->phys_addr) +
H A Ddump_machdep.c122 pa = IA64_PHYS_TO_RR7(mdp->md_phys);
H A Dmca.c290 mca_info_block = IA64_PHYS_TO_RR7(ia64_tpa((u_int64_t)p));
H A Dphysmem.c255 ptr = (void *)IA64_PHYS_TO_RR7(pa);
H A Dpmap.c300 vhpt = IA64_PHYS_TO_RR7(VM_PAGE_TO_PHYS(m));
477 IA64_PHYS_TO_RR7(pa);
991 pc = (struct pv_chunk *)IA64_PHYS_TO_RR7(VM_PAGE_TO_PHYS(m));
1067 pte = (struct ia64_lpte *)IA64_PHYS_TO_RR7(chain);
1071 pte = (struct ia64_lpte *)IA64_PHYS_TO_RR7(chain);
1106 pte = (struct ia64_lpte *)IA64_PHYS_TO_RR7(chain);
1109 pte = (struct ia64_lpte *)IA64_PHYS_TO_RR7(chain);
1519 return IA64_PHYS_TO_RR7(start);
2474 va = (md->md_attr & EFI_MD_ATTR_WB) ? IA64_PHYS_TO_RR7(pa) :
H A Dmachdep.c600 va = IA64_PHYS_TO_RR7(ia64_pal_base);
835 (struct fpswa_iface *)IA64_PHYS_TO_RR7(bootinfo->bi_fpswa);
/freebsd-10.0-release/sys/ia64/include/
H A Dvmparam.h121 #define IA64_PHYS_TO_RR7(x) ((x) | IA64_RR_BASE(7)) macro
/freebsd-10.0-release/sys/dev/uart/
H A Duart_cpu_ia64.c76 tbl = (void*)IA64_PHYS_TO_RR7(hcdp);

Completed in 141 milliseconds