Searched refs:VM_MIN_PROM_ADDRESS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/sparc64/include/
H A Dvmparam.h166 * VM_MIN_PROM_ADDRESS and VM_MAX_PROM_ADDRESS define the start and end of the
186 #define VM_MIN_PROM_ADDRESS (0x00000000f0000000UL) macro
196 #define PROMBASE (VM_MIN_PROM_ADDRESS)
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Dgenassym.c244 ASSYM(VM_MIN_PROM_ADDRESS, VM_MIN_PROM_ADDRESS);
H A Dpmap.c636 if (translations[i].om_start < VM_MIN_PROM_ADDRESS ||
816 if (addr < VM_MIN_PROM_ADDRESS || addr > VM_MAX_PROM_ADDRESS)
H A Dexception.S2864 set VM_MIN_PROM_ADDRESS, %l5

Completed in 74 milliseconds