Home
last modified time | relevance | path

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

/arch/microblaze/include/asm/
Dregisters.h47 # define ESR_S (1<<10) /* Store instruction */ macro
/arch/microblaze/mm/
Dfault.c93 int is_write = error_code & ESR_S; in do_page_fault()