Searched refs:ftr (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
H A D | simd_aarch64.h | 88 unsigned long ftr = ((get_ftr(ID_AA64PFR0_EL1)) >> 16) & 0xf; in zfs_neon_available() local 89 return (ftr == 0 || ftr == 1); in zfs_neon_available() 98 unsigned long ftr = ((get_ftr(ID_AA64ISAR0_EL1)) >> 12) & 0x3; in zfs_sha256_available() local 99 return (ftr & 0x1); in zfs_sha256_available() 108 unsigned long ftr = ((get_ftr(ID_AA64ISAR0_EL1)) >> 12) & 0x3; in zfs_sha512_available() local 109 return (ftr & 0x2); in zfs_sha512_available()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/ |
H A D | mrs.inc | 10 #define getCPUFeature(id, ftr) __asm__("mrs %0, " #id : "=r"(ftr)) 107 unsigned long ftr; 109 getCPUFeature(ID_AA64ISAR1_EL1, ftr); 111 if (extractBits(ftr, 40, 4) >= 0x1) 114 if (extractBits(ftr, 60, 4) >= 0x1) 117 if (extractBits(ftr, 60, 4) >= 0x2) 120 if (extractBits(ftr, 60, 4) >= 0x3)
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_utils.c | 1042 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() 1068 q_hist->q_hist[q_hist->q_hist_index] = ftr.word; 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() 1114 q_hist->q_hist[q_hist->q_hist_index] = ftr.word; in ocs_queue_history_misc() [all …]
|
H A D | ocs_ddump.c | 329 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 D | NEWS | 10912 (adapted from report/patch by Tom Riddle <ftr@oracom.com>).
|