Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/include/asm/
H A Dregisters.h43 # define ESR_S (1<<10) /* Store instruction */ macro
/openbmc/linux/arch/microblaze/mm/
H A Dfault.c92 int is_write = error_code & ESR_S; in do_page_fault()
/openbmc/qemu/target/microblaze/
H A Dcpu.h83 #define ESR_S (1<<10) /* Store instruction */ macro
H A Dtranslate.c703 iflags |= store * ESR_S; in record_unaligned_ess()