Searched refs:ESR_W (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/microblaze/ | ||
H A D | cpu.h | 82 #define ESR_W (1<<11) /* Unaligned word access */ macro |
H A D | translate.c | 704 iflags |= (size == MO_32) * ESR_W; in record_unaligned_ess() |