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

/freebsd-10.0-release/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.0-release/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)) {
/freebsd-10.0-release/sys/ia64/ia64/
H A Dmem.c117 if (v >= IA64_RR_BASE(6)) {
H A Dmp_machdep.c208 ia64_set_rr(IA64_RR_BASE(5), (5 << 8) | (PAGE_SHIFT << 2) | 1);
209 ia64_set_rr(IA64_RR_BASE(6), (6 << 8) | (PAGE_SHIFT << 2));
210 ia64_set_rr(IA64_RR_BASE(7), (7 << 8) | (PAGE_SHIFT << 2));
H A Dpmap.c446 ia64_set_rr(IA64_RR_BASE(5), (5 << 8) | (PAGE_SHIFT << 2) | 1);
1378 if (va >= IA64_RR_BASE(6)) {
2610 ia64_set_rr(IA64_RR_BASE(i),
2615 ia64_set_rr(IA64_RR_BASE(i),
2756 : "r"(IA64_RR_BASE(i)));
H A Dmachdep.c719 ia64_set_rr(IA64_RR_BASE(6), (6 << 8) | (PAGE_SHIFT << 2));
720 ia64_set_rr(IA64_RR_BASE(7), (7 << 8) | (PAGE_SHIFT << 2));

Completed in 206 milliseconds