Home
last modified time | relevance | path

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

/linux/arch/microblaze/include/asm/
H A Dregisters.h20 #define MSR_EIP (1<<9) /* 0x200 */ macro
/linux/arch/microblaze/kernel/
H A Dprocess.c95 childregs->msr &= ~MSR_EIP; in copy_thread()
H A Dentry.S64 msrclr r0, MSR_EIP
111 andi r11, r11, ~MSR_EIP
252 andni r11, r11, MSR_EIP; /* clear EIP */ \