Home
last modified time | relevance | path

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

/linux/arch/openrisc/include/asm/
H A Dprocessor.h25 #define KERNEL_SR (SPR_SR_DME | SPR_SR_IME | SPR_SR_ICE \
27 #define USER_SR (SPR_SR_DME | SPR_SR_IME | SPR_SR_ICE \
H A Dspr_defs.h219 #define SPR_SR_ICE 0x00000010 /* Instruction Cache Enable */ macro