Searched refs:END_W1_PAGE_OFF (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | spapr_xive_kvm.c | 401 xive_set_field32(END_W1_PAGE_OFF, 0ul, kvm_eq.qindex); in kvmppc_xive_get_queue_config() 437 kvm_eq.qindex = xive_get_field32(END_W1_PAGE_OFF, end->w1); in kvmppc_xive_set_queue_config()
|
H A D | xive.c | 1450 uint32_t qindex = xive_get_field32(END_W1_PAGE_OFF, end->w1); in xive_end_queue_pic_print_info() 1479 uint32_t qindex = xive_get_field32(END_W1_PAGE_OFF, end->w1); in xive_end_pic_print_info() 1522 uint32_t qindex = xive_get_field32(END_W1_PAGE_OFF, end->w1); in xive_end_enqueue() 1541 end->w1 = xive_set_field32(END_W1_PAGE_OFF, end->w1, qindex); in xive_end_enqueue()
|
H A D | spapr_xive.c | 137 uint32_t qindex = xive_get_field32(END_W1_PAGE_OFF, end->w1); in spapr_xive_end_pic_print_info() 1436 xive_set_field32(END_W1_PAGE_OFF, 0ul, 0ul); in h_int_set_queue_config() 1564 args[3] = xive_get_field32(END_W1_PAGE_OFF, end->w1); in h_int_get_queue_config()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | xive_regs.h | 236 #define END_W1_PAGE_OFF PPC_BITMASK32(10, 31) macro
|