Searched refs:uzp (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libmemstat/ |
H A D | memstat_uma.c | 317 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 D | umastat.c | 283 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 D | AArch64Combine.td | 106 def uzp : GICombineRule< 166 def shuffle_vector_lowering : GICombineGroup<[dup, rev, ext, zip, uzp, trn,
|
H A D | AArch64SMEInstrInfo.td | 604 defm UZP_VG2_2ZZZ : sme2_zip_vector_vg2<"uzp", 0b1>; 606 defm UZP_VG4_4Z4Z : sme2_zip_vector_vg4<"uzp", 0b0110001>; 608 defm UZP_VG4_4Z4Z_Q : sme2_zip_vector_vg4_Q<"uzp", 0b0111001>;
|