OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IA64_RR_BASE
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/ia64/include/
vmparam.h
74
#define
IA64_RR_BASE
(n) (((uint64_t) (n)) << 61)
77
#define IA64_PHYS_TO_RR6(x) ((x) |
IA64_RR_BASE
(6))
78
#define IA64_PHYS_TO_RR7(x) ((x) |
IA64_RR_BASE
(7))
117
(
IA64_RR_BASE
(IA64_PBVM_RR) + IA64_REGION_GAP_EXTEND)
121
(
IA64_RR_BASE
(IA64_PBVM_RR + 1) - IA64_PBVM_PGTBL_MAXSZ)
134
#define IA64_BACKINGSTORE
IA64_RR_BASE
(4)
142
#define VM_MAX_ADDRESS ((vaddr_t)
IA64_RR_BASE
(5))
146
#define VM_INIT_KERNEL_ADDRESS
IA64_RR_BASE
(IA64_VM_MINKERN_REGION + 1)
147
#define VM_MAX_KERNEL_ADDRESS ((vaddr_t) (
IA64_RR_BASE
(6) - 1))
/src/sys/arch/ia64/stand/efi/libefi/
exec.c
187
ia64_set_rr(
IA64_RR_BASE
(6), (6 << 8) | (28 << 2));
188
ia64_set_rr(
IA64_RR_BASE
(7), (7 << 8) | (28 << 2));
193
__asm __volatile("mov cr.ifa=%0" :: "r"(
IA64_RR_BASE
(7)));
197
__asm __volatile("ptr.d %0,%1" :: "r"(
IA64_RR_BASE
(7)), "r"(28<<2));
202
__asm __volatile("ptr.i %0,%1;;" :: "r"(
IA64_RR_BASE
(7)), "r"(28<<2));
/src/sys/arch/ia64/ia64/
bus_space.c
54
*bshp = addr +
IA64_RR_BASE
(7);
56
*bshp = addr +
IA64_RR_BASE
(6);
machdep.c
410
ia64_set_rr(
IA64_RR_BASE
(6), (6 << 8) | (LOG2_ID_PAGE_SIZE << 2));
411
ia64_set_rr(
IA64_RR_BASE
(7), (7 << 8) | (LOG2_ID_PAGE_SIZE << 2));
pmap.c
516
ia64_set_rr(
IA64_RR_BASE
(5), (5 << 8) | (PAGE_SHIFT << 2) | 1);
2025
if (va >=
IA64_RR_BASE
(6)) {
2539
ia64_set_rr(
IA64_RR_BASE
(i),
2544
ia64_set_rr(
IA64_RR_BASE
(i),
/src/sys/arch/ia64/stand/ia64/ski/
exec.c
171
ia64_set_rr(
IA64_RR_BASE
(6), (6 << 8) | (28 << 2));
172
ia64_set_rr(
IA64_RR_BASE
(7), (7 << 8) | (28 << 2));
183
__asm __volatile("mov cr.ifa=%0" :: "r"(
IA64_RR_BASE
(7)));
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026