Symbol: IA64_PHYS_TO_RR7
sys/arch/ia64/acpi/madt.c
134
rsdp = (ACPI_TABLE_RSDP *)IA64_PHYS_TO_RR7(rsdp_ptr);
sys/arch/ia64/acpi/madt.c
135
xsdt = (ACPI_TABLE_XSDT *)IA64_PHYS_TO_RR7(rsdp->XsdtPhysicalAddress);
sys/arch/ia64/acpi/madt.c
142
IA64_PHYS_TO_RR7(xsdt->TableOffsetEntry[t]);
sys/arch/ia64/acpi/madt.c
233
rsdp = (ACPI_TABLE_RSDP *)IA64_PHYS_TO_RR7(rsdp_ptr);
sys/arch/ia64/acpi/madt.c
234
xsdt = (ACPI_TABLE_XSDT *)IA64_PHYS_TO_RR7(rsdp->XsdtPhysicalAddress);
sys/arch/ia64/acpi/madt.c
243
IA64_PHYS_TO_RR7(xsdt->TableOffsetEntry[t]);
sys/arch/ia64/ia64/consinit.c
136
tbl = (void *)IA64_PHYS_TO_RR7(hcdp);
sys/arch/ia64/ia64/consinit.c
86
tbl = (void*)IA64_PHYS_TO_RR7(hcdp);
sys/arch/ia64/ia64/efi.c
115
return ((void *)IA64_PHYS_TO_RR7(data_pa));
sys/arch/ia64/ia64/efi.c
135
return ((struct efi_md *)IA64_PHYS_TO_RR7(bootinfo.bi_memmap));
sys/arch/ia64/ia64/efi.c
143
plim = IA64_PHYS_TO_RR7(bootinfo.bi_memmap + bootinfo.bi_memmap_size);
sys/arch/ia64/ia64/efi.c
66
efi_systbl = (struct efi_systbl *)IA64_PHYS_TO_RR7(systbl);
sys/arch/ia64/ia64/efi.c
72
(struct efi_cfgtbl *)IA64_PHYS_TO_RR7(
sys/arch/ia64/ia64/efi.c
77
(struct efi_rt *)IA64_PHYS_TO_RR7((uint64_t)efi_systbl->st_rt);
sys/arch/ia64/ia64/efi.c
89
(uint64_t)IA64_PHYS_TO_RR7(md->md_phys);
sys/arch/ia64/ia64/machdep.c
308
"r"(IA64_PHYS_TO_RR7(ia64_pal_base)),
sys/arch/ia64/ia64/machdep.c
314
ia64_set_ifa(IA64_PHYS_TO_RR7(ia64_pal_base));
sys/arch/ia64/ia64/machdep.c
423
bootinfo = *(struct bootinfo *)(IA64_PHYS_TO_RR7(pa_bootinfo));
sys/arch/ia64/ia64/mainbus.c
84
rsdp = (ACPI_TABLE_RSDP *)IA64_PHYS_TO_RR7(rsdp_ptr);
sys/arch/ia64/ia64/mainbus.c
85
xsdt = (ACPI_TABLE_XSDT *)IA64_PHYS_TO_RR7(rsdp->XsdtPhysicalAddress);
sys/arch/ia64/ia64/mainbus.c
95
IA64_PHYS_TO_RR7(xsdt->TableOffsetEntry[i]);
sys/arch/ia64/ia64/pmap.c
1000
pte = (struct ia64_lpte *)IA64_PHYS_TO_RR7(chain);
sys/arch/ia64/ia64/pmap.c
1036
pte = (struct ia64_lpte *)IA64_PHYS_TO_RR7(chain);
sys/arch/ia64/ia64/pmap.c
1039
pte = (struct ia64_lpte *)IA64_PHYS_TO_RR7(chain);
sys/arch/ia64/ia64/pmap.c
1346
va = IA64_PHYS_TO_RR7(pa);
sys/arch/ia64/ia64/pmap.c
1464
va = IA64_PHYS_TO_RR7(pa);
sys/arch/ia64/ia64/pmap.c
341
vhpt = IA64_PHYS_TO_RR7(VM_PAGE_TO_PHYS(m));
sys/arch/ia64/ia64/pmap.c
534
IA64_PHYS_TO_RR7(pa);
sys/arch/ia64/ia64/pmap.c
918
pc = (struct pv_chunk *)IA64_PHYS_TO_RR7(VM_PAGE_TO_PHYS(m));
sys/arch/ia64/ia64/pmap.c
996
pte = (struct ia64_lpte *)IA64_PHYS_TO_RR7(chain);
sys/arch/ia64/ia64/sal.c
112
ia64_pal_entry = IA64_PHYS_TO_RR7(dp->sale_pal_proc);
sys/arch/ia64/ia64/sal.c
115
sal_fdesc.func = IA64_PHYS_TO_RR7(dp->sale_sal_proc);
sys/arch/ia64/ia64/sal.c
116
sal_fdesc.gp = IA64_PHYS_TO_RR7(dp->sale_sal_gp);