Searched refs:IA64_RR_BASE (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/ia64/include/
H A Dvmparam.h117 #define IA64_RR_BASE(n) (((uint64_t) (n)) << 61) macro
120 #define IA64_PHYS_TO_RR6(x) ((x) | IA64_RR_BASE(6))
121 #define IA64_PHYS_TO_RR7(x) ((x) | IA64_RR_BASE(7))
160 (IA64_RR_BASE(IA64_PBVM_RR) + IA64_REGION_GAP_EXTEND)
164 (IA64_RR_BASE(IA64_PBVM_RR + 1) - IA64_PBVM_PGTBL_MAXSZ)
176 #define VM_MAXUSER_ADDRESS IA64_RR_BASE(IA64_VM_MINKERN_REGION)
178 #define VM_INIT_KERNEL_ADDRESS IA64_RR_BASE(IA64_VM_MINKERN_REGION + 1)
179 #define VM_MAX_KERNEL_ADDRESS (IA64_RR_BASE(IA64_VM_MINKERN_REGION + 2) - 1)
/freebsd-10-stable/sys/ia64/ia64/
H A Dmem.c112 if (phys == 0 && ofs >= IA64_RR_BASE(6)) {
176 *memattr = ((uintptr_t)ptr >= IA64_RR_BASE(7)) ?
H A Dmp_machdep.c215 ia64_set_rr(IA64_RR_BASE(5), (5 << 8) | (PAGE_SHIFT << 2) | 1);
216 ia64_set_rr(IA64_RR_BASE(6), (6 << 8) | (LOG2_ID_PAGE_SIZE << 2));
217 ia64_set_rr(IA64_RR_BASE(7), (7 << 8) | (LOG2_ID_PAGE_SIZE << 2));
H A Dpmap.c446 ia64_set_rr(IA64_RR_BASE(5), (5 << 8) | (PAGE_SHIFT << 2) | 1);
1391 if (va >= IA64_RR_BASE(6)) {
2698 ia64_set_rr(IA64_RR_BASE(i),
2703 ia64_set_rr(IA64_RR_BASE(i),
2852 : "r"(IA64_RR_BASE(i)));
H A Dmachdep.c736 ia64_set_rr(IA64_RR_BASE(6), (6 << 8) | (LOG2_ID_PAGE_SIZE << 2));
737 ia64_set_rr(IA64_RR_BASE(7), (7 << 8) | (LOG2_ID_PAGE_SIZE << 2));
/freebsd-10-stable/sys/boot/ia64/common/
H A Dexec.c163 ia64_set_rr(IA64_RR_BASE(6), (6 << 8) | (28 << 2));
164 ia64_set_rr(IA64_RR_BASE(7), (7 << 8) | (28 << 2));
177 ia64_set_rr(IA64_RR_BASE(IA64_PBVM_RR),
H A Dcopy.c96 if (va >= IA64_RR_BASE(7)) {

Completed in 111 milliseconds