Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/vax/vax/
Dka43.c240 val = *ka43_creg & ~KA43_SESR_CENB; /* BICL !!! */ in ka43_cache_disable()
293 *ka43_creg = KA43_SESR_CENB; /* enable secondary cache */ in ka43_cache_enable()
/netbsd/src/sys/arch/vax/include/
Dka43.h84 #define KA43_SESR_CENB 0x00000001 /* Cache Enable */ macro