Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dinitcpu.c318 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) | CCR1_NO_LOCK); in init_6x86()
320 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) & ~CCR1_NO_LOCK); in init_6x86()
443 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) | CCR1_NO_LOCK); in init_6x86MX()
445 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) & ~CCR1_NO_LOCK); in init_6x86MX()
970 ccr1 = read_cyrix_reg(CCR1); in DB_SHOW_COMMAND()
/freebsd/sys/x86/include/
H A Dspecialreg.h977 #define CCR1 0xc1 /* Configuration control register 1 */ macro
/freebsd/sys/i386/conf/
H A DNOTES72 # of Cyrix 6x86 and 6x86MX CPUs by setting the NO_LOCK bit of CCR1.
73 # Otherwise, the NO_LOCK bit of CCR1 is cleared. (NOTE 3)