Searched refs:x2 (Results 201 - 225 of 1493) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_ctldir.h59 #define ZFSCTL_INO_SNAPDIR 0x2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dfp_mode.c15 #define ARM_DOWNWARD 0x2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dfp_mode.c15 #define AARCH64_DOWNWARD 0x2
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dmemcmp-sve.S23 0: whilelo p0.b, x3, x2 /* while off < max */
/freebsd-current/crypto/openssl/crypto/idea/
H A Di_cbc.c99 register unsigned long x1, x2, x3, x4, t0, t1, ul; local
101 x2 = d[0];
102 x1 = (x2 >> 16);
122 t1 = x2 + *(p++);
/freebsd-current/sys/arm/include/
H A Dsc_machdep.h36 #define FG_GREEN 0x2
/freebsd-current/sys/dev/mii/
H A Damphyreg.h72 #define ASTAT_ACKMATCH 0x2
/freebsd-current/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_reset.h26 #define ADF_C4XXX_PORTD_CMD_LENDW 0x2
/freebsd-current/sys/dev/smc/
H A Dif_smcreg.h50 /* Bank 0, Offset 0x2: EPH Status Register */
51 #define EPHSR 0x2
107 #define RPCR_LED_LINK_10 0x2 /* 10baseT link detected */
121 /* Bank 1, Offset 0x2: Base Address Register */
122 #define BAR 0x2
163 /* Bank 2, Offset 0x2: Packet Number Register */
164 #define PNR 0x2
/freebsd-current/sys/fs/nfs/
H A Dnfscl.h72 #define NFSSATTR_SIZE0 0x2
/freebsd-current/usr.sbin/bhyve/
H A Dacpi.h46 #define IO_GPE0_LEN 0x2
H A Dmem.h49 #define MEM_F_WRITE 0x2
/freebsd-current/sys/powerpc/include/
H A Dsc_machdep.h36 #define FG_GREEN 0x2
/freebsd-current/sys/powerpc/powermac/
H A Dcudavar.h60 #define CUDA_IDLE 0x2 /* the bus is currently idle */
/freebsd-current/sys/xen/
H A Dgntdev.h126 #define UNMAP_NOTIFY_SEND_EVENT 0x2
/freebsd-current/sys/dev/veriexec/
H A Dveriexec_ioctl.h59 #define VERIEXEC_ACTIVE _IO('S', 0x2) /* start checking */
/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dconfig.h109 DCDC_FREQ_TUNE_SET = 0x2,
/freebsd-current/crypto/openssl/crypto/
H A Darm64cpuid.pl137 cbz x2,.Lno_data // len==0?
138 cmp x2,#16
156 subs x2,x2,#1
/freebsd-current/sys/crypto/openssl/aarch64/
H A Darm64cpuid.S114 cbz x2,.Lno_data // len==0?
115 cmp x2,#16
133 subs x2,x2,#1
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dinout.h53 #define IOPORT_F_OUT 0x2
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spivar.h50 #define BCM_SPI_KEEP_CS 0x2
/freebsd-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dsimd_aarch64.h119 return (ftr & 0x2);
/freebsd-current/lib/libsys/i386/
H A Di386_set_watch.c80 DBREG_DRX(d,7) |= (0x2 << (watchnum*2)) | (mask << (watchnum*4+16));
/freebsd-current/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_serd.h55 #define FMD_SERD_DIRTY 0x2 /* engine needs to be checkpointed */
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_math.h58 sv_call2_f64 (double (*f) (double, double), svfloat64_t x1, svfloat64_t x2, argument
65 double elem2 = svclastb (p, 0, x2);
116 sv_call2_f32 (float (*f) (float, float), svfloat32_t x1, svfloat32_t x2, argument
123 float elem2 = svclastb (p, 0, x2);

Completed in 284 milliseconds

1234567891011>>