Home
last modified time | relevance | path

Searched refs:ftr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dmrs.inc11 #define getCPUFeature(id, ftr) __asm__("mrs %0, " #id : "=r"(ftr))
115 unsigned long ftr;
118 if (extractBits(ftr, 8, 4) >= 0x1)
121 if (extractBits(ftr, 4, 4) == 0x1)
124 if (extractBits(ftr, 24, 4) == 0x2)
137 getCPUFeature(S3_0_C0_C4_4, ftr);
150 if (extractBits(ftr, 32, 4) != 0x0)
154 if (extractBits(ftr, 0, 4) >= 0x1)
157 if (extractBits(ftr, 20, 4) != 0x0)
160 if (extractBits(ftr, 20, 4) == 0x3)
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dsimd_aarch64.h98 unsigned long ftr = ((get_ftr(ID_AA64PFR0_EL1)) >> 16) & 0xf; in zfs_neon_available() local
99 return (ftr == 0 || ftr == 1); in zfs_neon_available()
108 unsigned long ftr = ((get_ftr(ID_AA64ISAR0_EL1)) >> 12) & 0x3; in zfs_sha256_available() local
109 return (ftr & 0x1); in zfs_sha256_available()
118 unsigned long ftr = ((get_ftr(ID_AA64ISAR0_EL1)) >> 12) & 0x3; in zfs_sha512_available() local
119 return (ftr & 0x2); in zfs_sha512_available()
/freebsd/sys/dev/ocs_fc/
H A Docs_utils.c1042 ocs_q_hist_ftr_t ftr; in ocs_queue_history_wq() local
1050 ftr.word = 0; in ocs_queue_history_wq()
1051 ftr.s.type = OCS_Q_HIST_TYPE_WQE; in ocs_queue_history_wq()
1067 ftr.s.mask = wqe_word_mask; in ocs_queue_history_wq()
1090 ocs_q_hist_ftr_t ftr; in ocs_queue_history_misc() local
1098 ftr.word = 0; in ocs_queue_history_misc()
1099 ftr.s.type = OCS_Q_HIST_TYPE_MISC; in ocs_queue_history_misc()
1113 ftr.s.mask = mask; in ocs_queue_history_misc()
1142 ocs_q_hist_ftr_t ftr; in ocs_queue_history_cqe() local
1149 ftr.word = 0; in ocs_queue_history_cqe()
[all …]
H A Docs_ddump.c329 ocs_q_hist_ftr_t ftr; in ocs_ddump_queue_history() local
333 ftr.word = q_hist->q_hist[x]; in ocs_ddump_queue_history()
334 mask = ftr.s.mask; in ocs_ddump_queue_history()
344 ocs_queue_history_type_name(ftr.s.type)); in ocs_ddump_queue_history()
356 if (ftr.s.type == OCS_Q_HIST_TYPE_CWQE || in ocs_ddump_queue_history()
357 ftr.s.type == OCS_Q_HIST_TYPE_CXABT || in ocs_ddump_queue_history()
358 ftr.s.type == OCS_Q_HIST_TYPE_WQE) { in ocs_ddump_queue_history()
/freebsd/contrib/ncurses/
H A DNEWS9747 (adapted from report/patch by Tom Riddle <ftr@oracom.com>).