Home
last modified time | relevance | path

Searched refs:END_W1_GENERATION (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dspapr_xive_kvm.c400 end->w1 = xive_set_field32(END_W1_GENERATION, 0ul, kvm_eq.qtoggle) | in kvmppc_xive_get_queue_config()
436 kvm_eq.qtoggle = xive_get_field32(END_W1_GENERATION, end->w1); in kvmppc_xive_set_queue_config()
H A Dspapr_xive.c138 uint32_t qgen = xive_get_field32(END_W1_GENERATION, end->w1); in spapr_xive_end_pic_print_info()
1435 end.w1 = cpu_to_be32(END_W1_GENERATION) | in h_int_set_queue_config()
1561 args[0] |= (uint64_t)xive_get_field32(END_W1_GENERATION, end->w1) << 62; in h_int_get_queue_config()
H A Dxive.c1480 uint32_t qgen = xive_get_field32(END_W1_GENERATION, end->w1); in xive_end_pic_print_info()
1523 uint32_t qgen = xive_get_field32(END_W1_GENERATION, end->w1); in xive_end_enqueue()
1539 end->w1 = xive_set_field32(END_W1_GENERATION, end->w1, qgen); in xive_end_enqueue()
/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h235 #define END_W1_GENERATION PPC_BIT32(9) macro