Searched refs:fastram_top (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/boot/arch/m68k/
H A Dmmu.cpp570 addr_t fastram_top = 0; local
572 fastram_top = *TOSVARramtop;
573 if (fastram_top) {
621 if (fastram_top) {
625 fastram_top - ATARI_FASTRAM_BASE;
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp571 addr_t fastram_top = 0; local
573 fastram_top = *TOSVARramtop;
574 if (fastram_top) {
624 if (fastram_top) {
628 fastram_top - ATARI_FASTRAM_BASE;
/haiku/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp571 addr_t fastram_top = 0;
573 fastram_top = *TOSVARramtop;
574 if (fastram_top) {
622 if (fastram_top) {
626 fastram_top - AMIGA_FASTRAM_BASE;

Completed in 61 milliseconds