Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/arm64/
H A Dvm_mte_compress.h47 uint64_t cmd_bins[VM_MTE_C_TAG_COUNT]; member
H A Dvm_mte_compress.c428 hist->cmd_bins[cmd]++; in vm_mte_rle_comp_histogram()
/xnu-12377.61.12/tests/
H A Darm_mte_compress.c1322 for (int i = 0; i < countof(comp_hist->cmd_bins); ++i) { in print_comp_hist()
1323 T_LOG("| %x, %llu", i, comp_hist->cmd_bins[i]); in print_comp_hist()