Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/include/asm/
H A Dregisters.h18 #define MSR_DCE (1<<7) /* 0x080 */ macro
/openbmc/linux/arch/microblaze/kernel/cpu/
H A Dcache.c36 : : "i" (MSR_DCE) : "memory"); in __enable_dcache_msr()
43 : : "i" (MSR_DCE) : "memory"); in __disable_dcache_msr()
73 : : "i" (MSR_DCE) : "memory", "r12"); in __enable_dcache_nomsr()
83 : : "i" (MSR_DCE) : "memory", "r12"); in __disable_dcache_nomsr()
/openbmc/qemu/target/microblaze/
H A Dcpu.h66 #define MSR_DCE (1<<7) /* 0x080 */ macro