Home
last modified time | relevance | path

Searched refs:I (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/f-stack/freebsd/contrib/ck/include/gcc/x86/
H A Dck_pr.h61 #define CK_PR_FENCE(T, I) \ argument
70 #define CK_PR_FENCE(T, I) \ argument
125 #define CK_PR_FAS_S(S, T, I) CK_PR_FAS(S, T, T, T, I) argument
151 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
176 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
205 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) argument
222 CK_PR_UNARY_V(K, S, T, C, I)
248 #define CK_PR_UNARY_S(K, S, T, I) CK_PR_UNARY(K, S, T, T, I) argument
288 #define CK_PR_BINARY_S(K, S, T, I) CK_PR_BINARY(K, S, T, T, T, I) argument
328 #define CK_PR_CAS_S(S, T, I) CK_PR_CAS(S, T, T, T, I) argument
[all …]
/f-stack/freebsd/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h71 #define CK_PR_FENCE(T, I) \ argument
154 #define CK_PR_FAS_S(S, T, I) CK_PR_FAS(S, T, T, T, I) argument
187 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
272 #define CK_PR_STORE_S(S, T, I, K) CK_PR_STORE_IMM(S, T, T, T, I, K) argument
303 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) argument
321 CK_PR_UNARY_V(K, S, T, C, I)
347 #define CK_PR_UNARY_S(K, S, T, I) CK_PR_UNARY(K, S, T, T, I) argument
388 #define CK_PR_BINARY_S(K, S, T, I, O) CK_PR_BINARY(K, S, T, T, T, I, O) argument
429 #define CK_PR_CAS_S(S, T, I) CK_PR_CAS(S, T, T, T, I) argument
468 CK_PR_CAS_O(S, T, T, T, I, R)
[all …]
/f-stack/freebsd/contrib/ck/include/gcc/aarch64/
H A Dck_pr.h61 #define CK_PR_FENCE(T, I) \ argument
65 I; \
90 #define CK_PR_LOAD(S, M, T, I) \ argument
101 #define CK_PR_LOAD_64(S, M, T, I) \ argument
116 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, I) argument
117 #define CK_PR_LOAD_S_64(S, T, I) CK_PR_LOAD_64(S, T, T, I) argument
136 #define CK_PR_STORE(S, M, T, I) \ argument
147 #define CK_PR_STORE_64(S, M, T, I) \ argument
151 __asm__ __volatile__(I " %1, [%0]" \
161 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, I) argument
[all …]
/f-stack/freebsd/contrib/openzfs/config/
H A DRules.am8 -I$(top_builddir)/include \
9 -I$(top_srcdir)/include \
10 -I$(top_srcdir)/module/icp/include \
11 -I$(top_srcdir)/lib/libspl/include
15 -I$(top_srcdir)/lib/libspl/include/os/linux
20 -I$(top_srcdir)/lib/libspl/include/os/freebsd
34 AM_CFLAGS += -I/usr/include -I/usr/local/include
/f-stack/freebsd/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h59 #define CK_PR_FENCE(T, I) \ argument
63 __asm__ __volatile__(I ::: "memory"); \
88 #define CK_PR_LOAD(S, M, T, C, I) \ argument
93 __asm__ __volatile__(I " [%1], %0" \
102 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
113 #define CK_PR_STORE(S, M, T, C, I) \ argument
117 __asm__ __volatile__(I " %0, [%1]" \
127 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
/f-stack/freebsd/contrib/ck/include/gcc/ppc/
H A Dck_pr.h63 #define CK_PR_FENCE(T, I) \ argument
67 __asm__ __volatile__(I ::: "memory"); \
96 #define CK_PR_LOAD(S, M, T, C, I) \ in CK_PR_FENCE() argument
101 __asm__ __volatile__(I "%U1%X1 %0, %1" \ in CK_PR_FENCE()
110 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
123 #define CK_PR_STORE(S, M, T, C, I) \ argument
127 __asm__ __volatile__(I "%U0%X0 %1, %0" \
136 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
220 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument
227 I ";" \
[all …]
/f-stack/freebsd/amd64/include/
H A Dpmc_mdep.h101 #define PMC_AT_FUNCTION_PROLOGUE_PUSH_BP(I) \ argument
102 (((I) & 0xffffffff) == 0xe5894855) /* pushq %rbp; movq %rsp,%rbp */
103 #define PMC_AT_FUNCTION_PROLOGUE_MOV_SP_BP(I) \ argument
104 (((I) & 0x00ffffff) == 0x00e58948) /* movq %rsp,%rbp */
105 #define PMC_AT_FUNCTION_EPILOGUE_RET(I) \ argument
106 (((I) & 0xFF) == 0xC3) /* ret */
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dfiles.bcm283x28 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
32 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
34 …compile-with "${NORMAL_C} -Wno-unused -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchi…
36 …compile-with "${NORMAL_C} -Wno-unused -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchi…
38 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
40 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
42 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
44 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
46 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
48 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
/f-stack/freebsd/i386/include/
H A Dpmc_mdep.h138 #define PMC_AT_FUNCTION_PROLOGUE_PUSH_BP(I) \ argument
139 (((I) & 0x00ffffff) == 0xe58955) /* pushl %ebp; movl %esp,%ebp */
140 #define PMC_AT_FUNCTION_PROLOGUE_MOV_SP_BP(I) \ argument
141 (((I) & 0x0000ffff) == 0xe589) /* movl %esp,%ebp */
142 #define PMC_AT_FUNCTION_EPILOGUE_RET(I) \ argument
143 (((I) & 0xFF) == 0xC3) /* ret */
/f-stack/freebsd/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h62 #define CK_PR_FENCE(T, I) \ argument
66 __asm__ __volatile__(I ::: "memory"); \
91 #define CK_PR_LOAD(S, M, T, C, I) \ argument
96 __asm__ __volatile__(I "%U1%X1 %0, %1" \
105 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
122 #define CK_PR_STORE(S, M, T, C, I) \ argument
126 __asm__ __volatile__(I "%U0%X0 %1, %0" \
135 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
310 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument
317 I ";" \
[all …]
/f-stack/freebsd/contrib/openzfs/module/
H A DKbuild.in26 ZFS_MODULE_CFLAGS += -I@abs_top_builddir@/include
32 ZFS_MODULE_CFLAGS += -I$(zfs_include)/os/linux/kernel
33 ZFS_MODULE_CFLAGS += -I$(zfs_include)/os/linux/spl
34 ZFS_MODULE_CFLAGS += -I$(zfs_include)/os/linux/zfs
35 ZFS_MODULE_CFLAGS += -I$(zfs_include)
40 @CONFIG_QAT_TRUE@ZFS_MODULE_CFLAGS += -I@QAT_SRC@/include
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dvf610-zii-dev-rev-c.dts288 * I/O0 - ENET_SWR_EN
289 * I/O1 - ESW1_RESETn
290 * I/O2 - ARINC_RESET
292 * I/O4 - ESW2_RESETn
293 * I/O5 - ESW3_RESETn
294 * I/O6 - ESW4_RESETn
295 * I/O8 - TP909
296 * I/O9 - FEM_SEL
298 * I/O11 - PHY_RSTn
299 * I/O12 - OPT1_SD
[all …]
H A Dstm32mp15-pinctrl.dtsi90 <STM32_PINMUX('I', 4, AF13)>,/* DCMI_D5 */
93 <STM32_PINMUX('I', 1, AF13)>,/* DCMI_D8 */
95 <STM32_PINMUX('I', 3, AF13)>,/* DCMI_D10 */
111 <STM32_PINMUX('I', 4, ANALOG)>,/* DCMI_D5 */
114 <STM32_PINMUX('I', 1, ANALOG)>,/* DCMI_D8 */
116 <STM32_PINMUX('I', 3, ANALOG)>,/* DCMI_D10 */
508 <STM32_PINMUX('I', 0, AF14)>, /* LCD_G5 */
509 <STM32_PINMUX('I', 1, AF14)>, /* LCD_G6 */
510 <STM32_PINMUX('I', 2, AF14)>, /* LCD_G7 */
515 <STM32_PINMUX('I', 4, AF14)>, /* LCD_B4 */
[all …]
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_md5.c125 #define I(x, y, z) ((y) ^ ((x) | ~(z))) macro
251 STEP(I, a, b, c, d, GET(0), 0xf4292244, 6); in ngx_md5_body()
252 STEP(I, d, a, b, c, GET(7), 0x432aff97, 10); in ngx_md5_body()
253 STEP(I, c, d, a, b, GET(14), 0xab9423a7, 15); in ngx_md5_body()
254 STEP(I, b, c, d, a, GET(5), 0xfc93a039, 21); in ngx_md5_body()
255 STEP(I, a, b, c, d, GET(12), 0x655b59c3, 6); in ngx_md5_body()
256 STEP(I, d, a, b, c, GET(3), 0x8f0ccc92, 10); in ngx_md5_body()
257 STEP(I, c, d, a, b, GET(10), 0xffeff47d, 15); in ngx_md5_body()
258 STEP(I, b, c, d, a, GET(1), 0x85845dd1, 21); in ngx_md5_body()
259 STEP(I, a, b, c, d, GET(8), 0x6fa87e4f, 6); in ngx_md5_body()
[all …]
/f-stack/freebsd/contrib/ck/include/gcc/arm/
H A Dck_pr.h78 #define CK_PR_FENCE(T, I) \ argument
82 I; \
108 #define CK_PR_LOAD(S, M, T, C, I) \ in CK_PR_FENCE() argument
113 __asm__ __volatile__(I " %0, [%1];" \ in CK_PR_FENCE()
122 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
157 #define CK_PR_STORE(S, M, T, C, I) \ argument
161 __asm__ __volatile__(I " %1, [%0]" \
171 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
426 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument
434 I ";" \
[all …]
/f-stack/dpdk/kernel/linux/kni/
H A Dmeson.build20 ' -I' + meson.source_root() + '/lib/librte_eal/include' +
21 ' -I' + meson.source_root() + '/lib/librte_kni' +
22 ' -I' + meson.build_root() +
23 ' -I' + meson.current_source_dir(),
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/
H A Dpar_io.txt1 * Parallel I/O Ports
3 This node configures Parallel I/O ports for CPUs with QE support.
5 device that using parallel I/O ports, a child node should be created.
12 - num-ports : number of Parallel I/O ports
26 the new device trees. Instead, each Par I/O bank should be represented
/f-stack/freebsd/contrib/libsodium/
H A Dlibsodium-uninstalled.pc.in6 Cflags: -I${pcfiledir}/src/libsodium/include -I@top_srcdir@/src/libsodium/include -I@top_srcdir@/sr…
/f-stack/freebsd/i386/i386/
H A Ddb_disasm.c74 #define I 19 /* immediate, unsigned */ macro
546 { "test", TRUE, NONE, op2(I,E), 0 },
547 { "test", TRUE, NONE, op2(I,E), 0 },
583 /*04*/ { "add", FALSE, BYTE, op2(I, A), 0 },
592 /*0c*/ { "or", FALSE, BYTE, op2(I, A), 0 },
593 /*0d*/ { "or", FALSE, LONG, op2(I, A), 0 },
601 /*14*/ { "adc", FALSE, BYTE, op2(I, A), 0 },
610 /*1c*/ { "sbb", FALSE, BYTE, op2(I, A), 0 },
619 /*24*/ { "and", FALSE, BYTE, op2(I, A), 0 },
620 /*25*/ { "and", FALSE, LONG, op2(I, A), 0 },
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md50 | zpool_io_size | per-vdev I/O size histogram | zpool iostat -r |
51 | zpool_latency | per-vdev I/O latency histogram | zpool iostat -w |
56 Performance counters measure the I/Os to the pool's devices.
103 | issued | bytes | size of I/Os issued to disks |
115 The ZFS I/O (ZIO) scheduler uses five queues to schedule I/Os to each vdev.
117 An I/O is pending prior to being issued to the vdev. An active
118 I/O has been issued to the vdev. The scheduler and its tunable
154 of I/Os by type and vdev.
179 ZFS tracks I/O throughout the ZIO pipeline. The size of each I/O is used
187 the aggregated I/O operations reflect the physical operations.
[all …]
/f-stack/freebsd/amd64/amd64/
H A Ddb_disasm.c87 #define I 19 /* immediate, unsigned */ macro
640 { "test", TRUE, NONE, op2(I,E), 0 },
641 { "test", TRUE, NONE, op2(I,E), 0 },
688 /*04*/ { "add", FALSE, BYTE, op2(I, A), 0 },
697 /*0c*/ { "or", FALSE, BYTE, op2(I, A), 0 },
698 /*0d*/ { "or", FALSE, LONG, op2(I, A), 0 },
706 /*14*/ { "adc", FALSE, BYTE, op2(I, A), 0 },
715 /*1c*/ { "sbb", FALSE, BYTE, op2(I, A), 0 },
724 /*24*/ { "and", FALSE, BYTE, op2(I, A), 0 },
725 /*25*/ { "and", FALSE, LONG, op2(I, A), 0 },
[all …]
/f-stack/freebsd/contrib/zlib/contrib/asm686/
H A DREADME.68639 I've been ignoring these assembly routines for years, believing that
41 and the major rearchitecting of the Pentium 4. However, I recently
42 learned that, despite what I believed, this code still has some life
46 In acknowledgement of its continuing usefulness, I've altered the
/f-stack/freebsd/contrib/device-tree/Bindings/arm/hisilicon/
H A Dhisilicon-low-pin-count.txt3 provides I/O access to some legacy ISA devices.
4 Hip06 is based on arm64 architecture where there is no I/O space. So, the
5 I/O ports here are not CPU addresses, and there is no 'ranges' property in
/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Dnvidia,tegra20-pcie.txt42 - The remaining entries setup the mapping for the standard I/O, memory and
45 - 0x81000000: I/O memory region
71 - "default": active state, puts PCIe I/O out of deep power down state
72 - "idle": puts PCIe I/O into deep power down state
86 - vdd-pex-supply: Power supply for digital PCIe I/O. Must supply 1.05 V.
99 - vddio-pex-ctl-supply: Power supply for PCIe control I/O partition. Must
117 - vddio-pex-ctl-supply: Power supply for PCIe control I/O partition. Must
122 - hvddio-pex-supply: High-voltage supply for PCIe I/O and PCIe output
125 - vddio-pex-ctl-supply: Power supply for PCIe control I/O partition. Must
130 - dvdd-pex-supply: Power supply for digital PCIe I/O. Must supply 1.05 V.
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs.pc.in12 Cflags: -I${includedir}/libzfs -I${includedir}/libspl

12345678910>>...19