Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dinitcpu.c320 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) | CCR1_NO_LOCK); in init_6x86()
322 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) & ~CCR1_NO_LOCK); in init_6x86()
445 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) | CCR1_NO_LOCK); in init_6x86MX()
447 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) & ~CCR1_NO_LOCK); in init_6x86MX()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h884 #define CCR1_NO_LOCK 0x10 /* Negate LOCK# */ macro