Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc/include/
H A Dctlreg.h319 #define SWIFT_PCR_ICE 0x00000200 /* Instruction cache enable */ macro
/netbsd-src/sys/arch/sparc/sparc/
H A Dcache.c272 if ((pcr & SWIFT_PCR_ICE) == 0) in swift_cache_enable()
282 pcr |= (SWIFT_PCR_ICE | SWIFT_PCR_DCE); in swift_cache_enable()