Searched refs:IA64_PBVM_BASE (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/boot/ia64/ski/
H A Dskimd.c48 pa = (va - IA64_PBVM_BASE) + (32 * 1024 * 1024);
/freebsd-9.3-release/sys/ia64/ia64/
H A Dgenassym.c80 ASSYM(IA64_PBVM_BASE, IA64_PBVM_BASE);
H A Dmp_machdep.c358 ia64_ap_state.as_text_va = IA64_PBVM_BASE;
361 (ia64_tpa(IA64_PBVM_BASE) & PTE_PPN_MASK);
H A Dexception.S942 movl r17=IA64_PBVM_BASE
985 movl r17=IA64_PBVM_BASE
H A Dpmap.c1199 if (va >= IA64_PBVM_BASE) {
1201 idx = (va - IA64_PBVM_BASE) >> IA64_PBVM_PAGE_SHIFT;
/freebsd-9.3-release/sys/ia64/include/
H A Dvmparam.h166 #define IA64_PBVM_BASE \ macro
/freebsd-9.3-release/sys/boot/ia64/common/
H A Dcopy.c102 if (va < IA64_PBVM_BASE) {
109 idx = (va - IA64_PBVM_BASE) >> IA64_PBVM_PAGE_SHIFT;
/freebsd-9.3-release/sys/boot/ia64/efi/
H A Defimd.c162 } else if (va < IA64_PBVM_BASE) {
168 va -= IA64_PBVM_BASE;

Completed in 216 milliseconds