Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dxive.c297 [XIVE_TM_HV_PAGE] = xive_tm_hv_view,
562 { XIVE_TM_HV_PAGE, TM_QW1_OS + TM_WORD2, 4, xive_tm_push_os_ctx,
564 { XIVE_TM_HV_PAGE, TM_QW3_HV_PHYS + TM_CPPR, 1, xive_tm_set_hv_cppr,
566 { XIVE_TM_HV_PAGE, TM_QW3_HV_PHYS + TM_WORD2, 1, xive_tm_vt_push,
568 { XIVE_TM_HV_PAGE, TM_QW3_HV_PHYS + TM_WORD2, 1, NULL,
576 { XIVE_TM_HV_PAGE, TM_SPC_PULL_OS_CTX, 4, NULL,
578 { XIVE_TM_HV_PAGE, TM_SPC_PULL_OS_CTX, 8, NULL,
580 { XIVE_TM_HV_PAGE, TM_SPC_ACK_HV_REG, 2, NULL,
582 { XIVE_TM_HV_PAGE, TM_SPC_PULL_POOL_CTX, 4, NULL,
584 { XIVE_TM_HV_PAGE, TM_SPC_PULL_POOL_CTX, 8, NULL,
[all …]
/openbmc/qemu/include/hw/ppc/
H A Dxive.h522 #define XIVE_TM_HV_PAGE 0x1 macro