Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/i386/i386/
Dinitcpu.c322 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) | CCR1_NO_LOCK); in init_6x86()
324 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) & ~CCR1_NO_LOCK); in init_6x86()
447 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) | CCR1_NO_LOCK); in init_6x86MX()
449 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) & ~CCR1_NO_LOCK); in init_6x86MX()
980 ccr1 = read_cyrix_reg(CCR1); in DB_SHOW_COMMAND()
/freebsd-12-stable/sys/x86/include/
Dspecialreg.h841 #define CCR1 0xc1 /* Configuration control register 1 */ macro
/freebsd-12-stable/sys/i386/conf/
DNOTES104 # of Cyrix 6x86 and 6x86MX CPUs by setting the NO_LOCK bit of CCR1.
105 # Otherwise, the NO_LOCK bit of CCR1 is cleared. (NOTE 3)