Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-common.c152 eas.w = xive_set_field64(EAS2_VALID, 0, 1); in set_eas()
153 eas.w = xive_set_field64(EAS2_END_INDEX, eas.w, end_index); in set_eas()
154 eas.w = xive_set_field64(EAS2_END_DATA, eas.w, data); in set_eas()
/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h190 static inline uint64_t xive_set_field64(uint64_t mask, uint64_t word, in xive_set_field64() function
/openbmc/qemu/hw/intc/
H A Dspapr_xive.c1111 new_eas.w = xive_set_field64(EAS_END_BLOCK, new_eas.w, end_blk); in h_int_set_source_config()
1112 new_eas.w = xive_set_field64(EAS_END_INDEX, new_eas.w, end_idx); in h_int_set_source_config()
1115 new_eas.w = xive_set_field64(EAS_END_DATA, new_eas.w, eisn); in h_int_set_source_config()