Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dppc.h52 #define PPC_DECR_UNDERFLOW_LEVEL (1 << 4) /* Decr interrupt active when macro
/openbmc/qemu/hw/ppc/
H A Dppc.c719 int flags = PPC_DECR_UNDERFLOW_TRIGGERED | PPC_DECR_UNDERFLOW_LEVEL; in ppc_decr_clear_on_delivery()
879 if (((flags & PPC_DECR_UNDERFLOW_LEVEL) && signed_value < 0) || in __cpu_ppc_store_decr()
887 if (signed_value >= 0 && (flags & PPC_DECR_UNDERFLOW_LEVEL)) { in __cpu_ppc_store_decr()
1098 tb_env->flags |= PPC_DECR_UNDERFLOW_LEVEL; in cpu_ppc_tb_init()