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

/freebsd-13-stable/sys/powerpc/powermac/
H A Dplatform_powermac.c344 static volatile uint8_t *rstvec_virtbase = NULL; local
372 if (rstvec_virtbase == NULL)
373 rstvec_virtbase = pmap_mapdev(0x80000000, PAGE_SIZE);
375 rstvec = rstvec_virtbase + reset;

Completed in 51 milliseconds