Home
last modified time | relevance | path

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

/freebsd/lib/libmemstat/
H A Dmemstat_uma.c317 struct uma_zone *uzp, uz; in memstat_kvm_uma() local
378 for (uzp = LIST_FIRST(&kz.uk_zones); uzp != NULL; uzp = in memstat_kvm_uma()
380 ret = kread(kvm, uzp, &uz, sizeof(uz), 0); in memstat_kvm_uma()
387 ret = kread(kvm, uzp, ucp_array, in memstat_kvm_uma()
458 ret = kread(kvm, ZDOM_GET(uzp, i), &uzd, in memstat_kvm_uma()
474 LIST_FIRST(&kz.uk_zones) != uzp)) { in memstat_kvm_uma()
/freebsd/tools/tools/umastat/
H A Dumastat.c283 struct uma_zone *uzp, *uzp_userspace; in main() local
384 for (uzp = LIST_FIRST(&kz.uk_zones); uzp != NULL; uzp = in main()
393 ret = kread(kvm, uzp, uzp_userspace, in main()
400 ret = kread(kvm, uzp, uzp_userspace, in main()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Combine.td89 def uzp : GICombineRule<
142 def shuffle_vector_lowering : GICombineGroup<[dup, rev, ext, zip, uzp, trn,
H A DAArch64SMEInstrInfo.td594 defm UZP_VG2_2ZZZ : sme2_zip_vector_vg2<"uzp", 0b1>;
596 defm UZP_VG4_4Z4Z : sme2_zip_vector_vg4<"uzp", 0b0110001>;
598 defm UZP_VG4_4Z4Z_Q : sme2_zip_vector_vg4_Q<"uzp", 0b0111001>;