/linux/arch/sparc/crypto/ |
A D | aes_asm.S | 8 AES_EROUND01(KEY_BASE + 0, I0, I1, T0) \ 9 AES_EROUND23(KEY_BASE + 2, I0, I1, T1) \ 10 AES_EROUND01(KEY_BASE + 4, T0, T1, I0) \ 14 AES_EROUND01(KEY_BASE + 0, I0, I1, T0) \ 15 AES_EROUND23(KEY_BASE + 2, I0, I1, T1) \ 18 AES_EROUND01(KEY_BASE + 4, T0, T1, I0) \ 24 AES_EROUND01(KEY_BASE + 0, I0, I1, T0) \ 25 AES_EROUND23(KEY_BASE + 2, I0, I1, T1) \ 26 AES_EROUND01_L(KEY_BASE + 4, T0, T1, I0) \ 30 AES_EROUND01(KEY_BASE + 0, I0, I1, T0) \ [all …]
|
A D | camellia_asm.S | 7 #define CAMELLIA_6ROUNDS(KEY_BASE, I0, I1) \ argument 8 CAMELLIA_F(KEY_BASE + 0, I1, I0, I1) \ 9 CAMELLIA_F(KEY_BASE + 2, I0, I1, I0) \ 10 CAMELLIA_F(KEY_BASE + 4, I1, I0, I1) \ 11 CAMELLIA_F(KEY_BASE + 6, I0, I1, I0) \ 12 CAMELLIA_F(KEY_BASE + 8, I1, I0, I1) \ 13 CAMELLIA_F(KEY_BASE + 10, I0, I1, I0) 15 #define CAMELLIA_6ROUNDS_FL_FLI(KEY_BASE, I0, I1) \ argument 16 CAMELLIA_6ROUNDS(KEY_BASE, I0, I1) \ 17 CAMELLIA_FL(KEY_BASE + 12, I0, I0) \
|
/linux/arch/sparc/net/ |
A D | bpf_jit_64.h | 28 #define I0 0x18 macro
|
A D | bpf_jit_comp_64.c | 831 emit_reg_move(I0, O0, ctx); in build_prologue()
|
/linux/arch/arm/boot/dts/ |
A D | ste-href-family-pinctrl.dtsi | 118 "GPIO164_B21"; /* I0 */ 144 "GPIO164_B21"; /* I0 */
|
A D | aspeed-bmc-inventec-transformers.dts | 279 /*I0-I7*/ "","","","","","","","",
|
A D | aspeed-bmc-amd-ethanolx.dts | 116 /*I0-I7*/ "","","","","","","","",
|
A D | aspeed-bmc-opp-nicole.dts | 228 /*I0-I7*/ "","","","","","","","",
|
A D | aspeed-bmc-opp-romulus.dts | 243 /*I0-I7*/ "","","","power-button","","","","",
|
A D | aspeed-bmc-facebook-tiogapass.dts | 142 /*I0-I7*/ "CPU0_FIVR_FAULT_LVT3","CPU1_FIVR_FAULT_LVT3",
|
A D | aspeed-bmc-inspur-nf5280m6.dts | 158 /*I0-I7*/ "FM_CPU_ERR0_LVT3_BMC_N","FM_CPU_ERR1_LVT3_BMC_N","FM_BMC_PCH_SCI_LPC_N",
|
A D | aspeed-bmc-opp-witherspoon.dts | 210 /*I0-I7*/ "","","","","","","","",
|
A D | aspeed-bmc-opp-zaius.dts | 491 /*I0-I7*/ "","","","power-button","","","","",
|
A D | aspeed-bmc-tyan-s7106.dts | 454 /*I0-I7*/ "","","","","","","","",
|
A D | aspeed-bmc-ampere-mtjade.dts | 592 /*I0-I7*/ "PSU1_PRESENT","PSU2_PRESENT","S1_BMC_SPECIAL_BOOT",
|
A D | aspeed-bmc-inspur-fp5280g2.dts | 218 /*I0-I7*/ "front-syshealth","front-syshot","mux-gpios","enable-gpios","","","","",
|
A D | aspeed-bmc-bytedance-g220a.dts | 301 /*I0-I7*/ "FAULT_FRONT_RISER_P12V_N","FAULT_OCP_P12V_N","FM_BMC_PCH_SCI_R_N",
|
A D | aspeed-bmc-opp-tacoma.dts | 122 /*I0-I7*/ "","","","","","","","",
|
A D | aspeed-bmc-opp-mihawk.dts | 396 /*I0-I7*/ "","","","","","","","",
|
/linux/drivers/gpu/drm/i915/ |
A D | intel_step.h | 35 func(I0) \
|
/linux/include/linux/ |
A D | leds-lp3952.h | 71 I0, enumerator
|
/linux/include/math-emu/ |
A D | op-2.h | 127 #define __FP_FRAC_SET_2(X,I1,I0) (X##_f0 = I0, X##_f1 = I1) argument
|
A D | op-4.h | 512 #define __FP_FRAC_SET_4(X,I3,I2,I1,I0) \ argument 513 (X##_f[3] = I3, X##_f[2] = I2, X##_f[1] = I1, X##_f[0] = I0)
|
/linux/drivers/comedi/drivers/ni_routing/tools/ |
A D | convert_csv_to_c.py | 67 I0 = '\t'*(indent),
|
/linux/arch/sparc/kernel/ |
A D | ptrace_64.c | 69 REG_OFFSET_NAME("i0", I0),
|