Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbppc/pmppc/
H A Dmainbus.c110 a_config.a_l2_cache == A_CACHE_PARITY ? "parity" : in mainbus_attach()
111 a_config.a_l2_cache == A_CACHE_NO_PARITY ? "no-parity" : "no"); in mainbus_attach()
H A Dmachdep.c403 a_config.a_l2_cache = (config1 >> 2) & 3; in pmppc_setup()
/netbsd-src/sys/arch/evbppc/include/
H A Dpmppc.h82 uint a_l2_cache; member