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

/freebsd-10-stable/sys/ia64/include/
H A Dvmparam.h159 #define IA64_PBVM_BASE \ macro
182 /* We link the kernel at IA64_PBVM_BASE. */
183 #define KERNBASE IA64_PBVM_BASE
/freebsd-10-stable/sys/boot/ia64/ski/
H A Dskimd.c48 pa = (va - IA64_PBVM_BASE) + (32 * 1024 * 1024);
/freebsd-10-stable/sys/ia64/ia64/
H A Dgenassym.c80 ASSYM(IA64_PBVM_BASE, IA64_PBVM_BASE);
H A Dmp_machdep.c372 ia64_ap_state.as_text_va = IA64_PBVM_BASE;
375 (ia64_tpa(IA64_PBVM_BASE) & PTE_PPN_MASK);
H A Ddump_machdep.c307 va = IA64_PBVM_BASE;
H A Dexception.S1066 movl r17=IA64_PBVM_BASE
1109 movl r17=IA64_PBVM_BASE
H A Dpmap.c1414 if (va >= IA64_PBVM_BASE) {
1416 idx = (va - IA64_PBVM_BASE) >> IA64_PBVM_PAGE_SHIFT;
/freebsd-10-stable/sys/boot/ia64/common/
H A Dcopy.c102 if (va < IA64_PBVM_BASE) {
109 idx = (va - IA64_PBVM_BASE) >> IA64_PBVM_PAGE_SHIFT;
/freebsd-10-stable/sys/boot/ia64/efi/
H A Defimd.c162 } else if (va < IA64_PBVM_BASE) {
168 va -= IA64_PBVM_BASE;

Completed in 144 milliseconds