Home
last modified time | relevance | path

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

/qemu/target/microblaze/
H A Dcpu.h123 #define PVR0_ENDI_MASK 0x00200000 macro
H A Dcpu.c265 (cpu->cfg.endi ? PVR0_ENDI_MASK : 0) | in mb_cpu_realizefn()