Lines Matching refs:qsize
138 uint32_t qsize = xive_get_field32(END_W0_QSIZE, end->w0); in spapr_xive_end_pic_print_info() local
139 uint32_t qentries = 1 << (qsize + 10); in spapr_xive_end_pic_print_info()
1327 target_ulong qsize = args[4]; in h_int_set_queue_config() local
1332 trace_spapr_xive_set_queue_config(flags, target, priority, qpage, qsize); in h_int_set_queue_config()
1366 switch (qsize) { in h_int_set_queue_config()
1371 if (!QEMU_IS_ALIGNED(qpage, 1ul << qsize)) { in h_int_set_queue_config()
1374 qpage, (hwaddr)1 << qsize); in h_int_set_queue_config()
1380 end.w0 = xive_set_field32(END_W0_QSIZE, end.w0, qsize - 12); in h_int_set_queue_config()
1389 qsize); in h_int_set_queue_config()
1393 if (qsize) { in h_int_set_queue_config()
1394 hwaddr plen = 1 << qsize; in h_int_set_queue_config()
1403 if (plen != 1 << qsize) { in h_int_set_queue_config()