Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dxlnx-zynqmp-apu-ctrl.c33 wfi_pending = s->cpu_pwrdwn_req & s->cpu_in_wfi; in update_wfi_out()
150 s->cpu_in_wfi = 0; in zynqmp_apu_reset_enter()
175 s->cpu_in_wfi = deposit32(s->cpu_in_wfi, irq, 1, level); in zynqmp_apu_handle_wfi()
/openbmc/qemu/include/hw/misc/
H A Dxlnx-zynqmp-apu-ctrl.h86 uint8_t cpu_in_wfi; member