Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dcpu.h461 #define M68K_CACR_EUSP 0x10 macro
H A Dhelper.c449 new_sp = (env->sr & SR_S && env->cacr & M68K_CACR_EUSP) in m68k_switch_sp()