Searched refs:x7 (Results 301 - 325 of 833) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-twsi.c190 sw_twsi_val.s.eop_ia = internal_addr & 0x7;
527 sw_twsi_val.s.eop_ia = internal_addr & 0x7;
H A Dcvmx-compactflash.c108 switch ((word163_adv_timing_info >> 3) & 0x7)
H A Dcvmx-spi4000.c320 __cvmx_spi4000_write(interface, port_offset | 0x0012, 0x7);
/freebsd-13-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5_ifc_fpga.h162 MLX5_FPGA_ERROR_EVENT_SYNDROME_TEMPERATURE_CRITICAL = 0x7,
337 u8 reserved_at_41[0x7];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h412 ElementSizeMask = TSFLAG_ELEMENT_SIZE_TYPE(0x7),
429 DestructiveBinaryCommWithRev = TSFLAG_DESTRUCTIVE_INST_TYPE(0x7),
/freebsd-13-stable/sys/dev/usb/controller/
H A Dehci.h91 #define EHCI_ITD_GET_PG(x) (((x) >> 12) & 0x7)
193 #define EHCI_QTD_GET_C_PAGE(x) (((x) >> 12) & 0x7)
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmcs.c614 switch (val >> 8 & 0x7) {
628 db_printf("?? %lu", val >> 8 & 0x7);
/freebsd-13-stable/crypto/openssl/apps/
H A Drehash.c112 set[bit >> 3] |= 1 << (bit & 0x7);
117 return set[bit >> 3] & (1 << (bit & 0x7));
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Decdsa_ossl.c214 if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7))) {
385 if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7))) {
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_mad.h448 return rmpp_hdr->rmpp_rtime_flags & 0x7;
469 (flags & 0x7);
/freebsd-13-stable/tools/tools/vhba/
H A Dvhba.c267 i = csio->ccb_h.target_lun & 0x7;
352 if ((sparse_lun_map[i >> 3] & (1 << (i & 0x7))) == 0) {
/freebsd-13-stable/sys/x86/cpufreq/
H A Dhwpstate_amd.c81 #define AMD_10H_11H_GET_PSTATE_MAX_VAL(msr) (((msr) >> 4) & 0x7)
82 #define AMD_10H_11H_GET_PSTATE_LIMIT(msr) (((msr)) & 0x7)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp225 m_count = ((m_indexes >> 3) & 0x7);
/freebsd-13-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_opcodes.h95 pt_opm_ipc_shr_mask = 0x7,
/freebsd-13-stable/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl153 $rxb|=0x7<<5;
/freebsd-13-stable/contrib/cortex-strings/src/aarch64/
H A Dmemcpy.S69 #define A_h x7
H A Dmemset.S72 #define zva_len x7
H A Dstrlen.S49 #define tmp4 x7
H A Dstrncmp.S57 #define syndrome x7
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h408 ((((((nr) >> 29) & 0x7) & (4U | 2U)) == 0) ? 0 : (((nr) >> 16) & 0x3fff))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp263 const unsigned kTLSLongjmpXorKeySlot = 0x7;
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h28 DW_CFA_undefined = 0x7,
/freebsd-13-stable/contrib/apr-util/crypto/
H A Dapr_siphash.c70 rem = (unsigned int)(n & 0x7); \
/freebsd-13-stable/sys/dev/agp/
H A Dagpreg.h272 #define AGP_I85X_VARIANT_MASK 0x7
/freebsd-13-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_reg.c74 *phy = (addr >> 6) & 0x7;

Completed in 323 milliseconds

<<11121314151617181920>>