Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Dplatform_powermac.c347 static volatile uint8_t *rstvec_virtbase = NULL; in powermac_smp_start_cpu() local
375 if (rstvec_virtbase == NULL) in powermac_smp_start_cpu()
376 rstvec_virtbase = pmap_mapdev(0x80000000, PAGE_SIZE); in powermac_smp_start_cpu()
378 rstvec = rstvec_virtbase + reset; in powermac_smp_start_cpu()