Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sparc64/sparc64/
H A Dcache.c147 OF_panic("%s: could not retrieve cache parameters", __func__); in cache_init()
151 OF_panic("%s: I$ set size not a power of 2", __func__); in cache_init()
154 OF_panic("%s: D$ size not a power of 2", __func__); in cache_init()
161 OF_panic("%s: too many D$ colors", __func__); in cache_init()
164 OF_panic("%s: E$ set size not a power of 2", __func__); in cache_init()
189 OF_panic("%s: unknown CPU", __func__); in cache_init()
H A Dpmap.c331 OF_panic("%s: finddevice /memory", __func__); in pmap_bootstrap()
335 OF_panic("%s: phys_avail too small", __func__); in pmap_bootstrap()
337 OF_panic("%s: mra too small", __func__); in pmap_bootstrap()
416 OF_panic("%s: TSB unaligned", __func__); in pmap_bootstrap()
463 OF_panic("%s: patched instructions have changed", \ in pmap_bootstrap()
472 OF_panic("%s: patched instructions have changed", \ in pmap_bootstrap()
608 OF_panic("%s: getproplen translations", __func__); in pmap_bootstrap()
610 OF_panic("%s: translations too small", __func__); in pmap_bootstrap()
655 OF_panic("%s: getproplen /memory/reg", __func__); in pmap_bootstrap()
659 OF_panic("%s: getprop /memory/reg", __func__); in pmap_bootstrap()
[all …]
H A Dmachdep.c424 OF_panic("%s: cannot find boot CPU node", __func__); in sparc64_init()
427 OF_panic("%s: cannot determine boot CPU clock", __func__); in sparc64_init()
435 OF_panic("%s: missing loader metadata.\nThis probably means " in sparc64_init()
464 OF_panic("%s: cannot determine number of dTLB slots", in sparc64_init()
468 OF_panic("%s: cannot determine number of iTLB slots", in sparc64_init()
H A Dofw_machdep.c88 OF_panic(const char *fmt, ...) in OF_panic() function
/freebsd-12.1/sys/sparc64/include/
H A Dofw_machdep.h45 void OF_panic(const char *fmt, ...) __dead2 __printflike(1, 2);