Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dinitcpu.c130 ccr0 |= CCR0_NC1 | CCR0_BARB; in init_486dlc()
136 ccr0 |= CCR0_NC1 | CCR0_BARB; in init_486dlc()
138 ccr0 |= CCR0_NC1; in init_486dlc()
314 write_cyrix_reg(CCR0, read_cyrix_reg(CCR0) | CCR0_NC1); in init_6x86()
439 write_cyrix_reg(CCR0, read_cyrix_reg(CCR0) | CCR0_NC1); in init_6x86MX()
/freebsd/sys/x86/include/
H A Dspecialreg.h967 #define CCR0_NC1 0x02 /* 640K-1M region is non-cacheable */ macro