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

/freebsd-12-stable/sys/sparc64/include/
H A Dvmparam.h165 * VM_MIN_PROM_ADDRESS and VM_MAX_PROM_ADDRESS define the start and end of the
185 #define VM_MIN_PROM_ADDRESS (0x00000000f0000000UL) macro
195 #define PROMBASE (VM_MIN_PROM_ADDRESS)
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dgenassym.c245 ASSYM(VM_MIN_PROM_ADDRESS, VM_MIN_PROM_ADDRESS);
H A Dpmap.c629 if (translations[i].om_start < VM_MIN_PROM_ADDRESS ||
809 if (addr < VM_MIN_PROM_ADDRESS || addr > VM_MAX_PROM_ADDRESS)
H A Dexception.S2862 set VM_MIN_PROM_ADDRESS, %l5

Completed in 70 milliseconds