Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dppc.c710 int flags = PPC_DECR_UNDERFLOW_TRIGGERED | PPC_DECR_UNDERFLOW_LEVEL; in ppc_decr_clear_on_delivery()
711 return ((tb_env->flags & flags) == PPC_DECR_UNDERFLOW_TRIGGERED); in ppc_decr_clear_on_delivery()
869 ((flags & PPC_DECR_UNDERFLOW_TRIGGERED) && signed_value < 0 in __cpu_ppc_store_decr()
934 PPC_DECR_UNDERFLOW_TRIGGERED, in _cpu_ppc_store_hdecr()
1084 tb_env->flags = PPC_DECR_UNDERFLOW_TRIGGERED; in cpu_ppc_tb_init()
1390 tb_env->flags = PPC_DECR_UNDERFLOW_TRIGGERED; in ppc_40x_timers_init()
/openbmc/qemu/include/hw/ppc/
H A Dppc.h45 #define PPC_DECR_UNDERFLOW_TRIGGERED (1 << 2) /* Decr interrupt triggered when macro