Searched refs:rstvec_virtbase (Results 1 – 1 of 1) sorted by relevance
347 static volatile uint8_t *rstvec_virtbase = NULL; in powermac_smp_start_cpu() local375 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()