Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dinitcpu.c132 ccr0 |= CCR0_NC1 | CCR0_BARB; in init_486dlc()
138 ccr0 |= CCR0_NC1 | CCR0_BARB; in init_486dlc()
140 ccr0 |= CCR0_NC1; in init_486dlc()
316 write_cyrix_reg(CCR0, read_cyrix_reg(CCR0) | CCR0_NC1); in init_6x86()
441 write_cyrix_reg(CCR0, read_cyrix_reg(CCR0) | CCR0_NC1); in init_6x86MX()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h869 #define CCR0_NC1 0x02 /* 640K-1M region is non-cacheable */ macro