Searched refs:ESR_S (Results 1 – 2 of 2) sorted by relevance
/arch/microblaze/include/asm/ | ||
D | registers.h | 47 # define ESR_S (1<<10) /* Store instruction */ macro |
/arch/microblaze/mm/ | ||
D | fault.c | 93 int is_write = error_code & ESR_S; in do_page_fault() |