Home
last modified time | relevance | path

Searched refs:spapr_xive_end_to_target (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dspapr_xive.h74 int spapr_xive_end_to_target(uint8_t end_blk, uint32_t end_idx,
/openbmc/qemu/hw/intc/
H A Dspapr_xive_kvm.c208 spapr_xive_end_to_target(end_blk, end_idx, &server, &priority); in kvmppc_xive_set_source_config()
382 spapr_xive_end_to_target(end_blk, end_idx, &server, &priority); in kvmppc_xive_get_queue_config()
444 spapr_xive_end_to_target(end_blk, end_idx, &server, &priority); in kvmppc_xive_set_queue_config()
H A Dspapr_xive.c87 int spapr_xive_end_to_target(uint8_t end_blk, uint32_t end_idx, in spapr_xive_end_to_target() function