Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-qdist.c153 QDIST_PR_NOBINRANGE); in do_test_pr()
167 } else if (lopts == (QDIST_PR_NOBINRANGE | QDIST_PR_NODECIMAL)) { in do_test_pr()
221 do_test_pr_label(QDIST_PR_NOBINRANGE | QDIST_PR_NODECIMAL); in test_pr()
/openbmc/qemu/include/qemu/
H A Dqdist.h39 #define QDIST_PR_NOBINRANGE BIT(5) macro
/openbmc/qemu/util/
H A Dqdist.c274 if (opt & QDIST_PR_NOBINRANGE) { in qdist_pr_label()
290 if (!(opt & QDIST_PR_NOBINRANGE)) { in qdist_pr_label()
/openbmc/qemu/accel/tcg/
H A Dmonitor.c87 hgram_opts |= QDIST_PR_NODECIMAL | QDIST_PR_NOBINRANGE; in print_qht_statistics()