| /linux/arch/x86/crypto/ |
| H A D | blowfish-x86_64-asm_64.S | 172 #define F4(x) \ macro 201 F4(RX0); \ 202 F4(RX1); \ 203 F4(RX2); \ 204 F4(RX3); \ 206 F4(RX0); \ 207 F4(RX1); \ 208 F4(RX2); \ 209 F4(RX3); 222 F4(RX0); \ [all …]
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | notes.rst | 10 registers f4-f7 to be preserved over a function call. The compiler quite 11 often uses an stfe instruction to save f4 on the stack upon entry to a 14 I was looking at some code, that calculated a double result, stored it in f4 16 f4 had been converted to an extended value in the emulator. 18 This is a side effect of the stfe instruction. The double in f4 had to be 21 result from the function call and f4 were used in a multiplication. If the 31 moved to f4 to preserve it over the log(y) call. The division will be done 32 in extended precision, due to the stfe instruction used to save f4 in log(y).
|
| /linux/lib/crypto/arm/ |
| H A D | sha1-armv7-neon.S | 531 _R( _a, _b, _c, _d, _e, F4, 60, 534 _R( _e, _a, _b, _c, _d, F4, 61, 537 _R( _d, _e, _a, _b, _c, F4, 62, 540 _R( _c, _d, _e, _a, _b, F4, 63, 549 _R( _b, _c, _d, _e, _a, F4, 64, 551 _R( _a, _b, _c, _d, _e, F4, 65, 553 _R( _e, _a, _b, _c, _d, F4, 66, 555 _R( _d, _e, _a, _b, _c, F4, 67, 558 _R( _c, _d, _e, _a, _b, F4, 68, 560 _R( _b, _c, _d, _e, _a, F4, 69, [all …]
|
| /linux/lib/crypto/ |
| H A D | md5.c | 29 #define F4(x, y, z) (y ^ (x | ~z)) macro 99 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in md5_block_generic() 100 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in md5_block_generic() 101 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in md5_block_generic() 102 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in md5_block_generic() 103 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in md5_block_generic() 104 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in md5_block_generic() 105 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in md5_block_generic() 106 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in md5_block_generic() 107 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6); in md5_block_generic() [all …]
|
| /linux/arch/sparc/lib/ |
| H A D | NG2memcpy.S | 89 faligndata %x2, %x3, %f4; \ 104 fsrc2 %x2, %f4; 108 fsrc2 %x2, %f4; \ 113 fsrc2 %x2, %f4; \ 119 fsrc2 %x2, %f4; \ 126 fsrc2 %x2, %f4; \ 134 fsrc2 %x2, %f4; \ 353 FREG_FROB(f0, f2, f4, f6, f8, f10, f12, f14, f16) 364 FREG_LOAD_7(%g2, f0, f2, f4, f6, f8, f10, f12) 367 FREG_FROB(f0, f2, f4, f6, f8, f10, f12, f16, f18) [all …]
|
| H A D | copy_page.S | 108 ldd [%o1 + 0x010], %f4 114 fsrc2 %f4, %f20 124 ldd [%o1 + 0x050], %f4 132 fsrc2 %f4, %f20 147 ldd [%o1 + 0x050], %f4 155 fsrc2 %f4, %f20 184 1: TOUCH(f0, f2, f4, f6, f8, f10, f12, f14) 205 TOUCH(f0, f2, f4, f6, f8, f10, f12, f14)
|
| /linux/include/linux/ |
| H A D | indirect_call_wrapper.h | 31 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ argument 33 likely(f == f4) ? f4(__VA_ARGS__) : \ 45 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) f(__VA_ARGS__) argument
|
| /linux/lib/crypto/x86/ |
| H A D | sha1-ssse3-and-avx.S | 167 RR F4,A,B,C,D,E,60 168 RR F4,D,E,A,B,C,62 169 RR F4,B,C,D,E,A,64 170 RR F4,E,A,B,C,D,66 171 RR F4,C,D,E,A,B,68 173 RR F4,A,B,C,D,E,70 174 RR F4,D,E,A,B,C,72 175 RR F4,B,C,D,E,A,74 176 RR F4,E,A,B,C,D,76 177 RR F4,C,D,E,A,B,78 [all …]
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_apple_keyboard.py | 171 r = uhdev.event(["F4"]) 195 r.extend(uhdev.event(["F4"])) 227 r.extend(uhdev.event(["F4"])) 257 r = uhdev.event(["F4"]) 290 r.extend(uhdev.event(["F4"])) 291 r.extend(uhdev.event(["F4", "F6"])) 339 # press F4 340 r = uhdev.event(["F4"]) 365 # keep F4 and press F6 366 r = uhdev.event(["F4", "F6"]) [all …]
|
| /linux/drivers/gpu/drm/amd/display/dmub/src/ |
| H A D | dmub_reg.h | 76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument 81 FN(reg, f4), v4) 103 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument 108 FN(reg, f4), v4)
|
| /linux/drivers/tty/serial/ |
| H A D | stm32-usart.h | 42 /* USART_SR (F4) / USART_ISR (F7) */ 45 #define USART_SR_NE BIT(2) /* F7 (NF for F4) */ 79 #define USART_CR1_RWU BIT(1) /* F4 */ 91 #define USART_CR1_M0 BIT(12) /* F7 (CR1_M for F4) */ 106 #define USART_CR2_ADD_MASK GENMASK(3, 0) /* F4 */
|
| /linux/Documentation/admin-guide/media/ |
| H A D | dvb-usb-umt-010-cardlist.rst | 16 - 15f4:0001, 15f4:0015
|
| /linux/drivers/watchdog/ |
| H A D | w83977f_wdt.c | 77 * Select device Aux2 (device=8) to set watchdog regs F2, F3 and F4. in wdt_start() 80 * F4 is used to just clear the TIMEOUT'ed state (bit 0). in wdt_start() 99 * In test mode watch the bit 0 on F4 to indicate "triggered" or in wdt_start() 148 * Select device Aux2 (device=8) to set watchdog regs F2, F3 and F4. in wdt_stop() 151 * F4 clears the TIMEOUT'ed state (bit 0) - back to default. in wdt_stop() 263 /* Select device Aux2 (device=8) to read watchdog reg F4 */ in wdt_get_status()
|
| H A D | wdt977.c | 86 /* select device Aux2 (device=8) and set watchdog regs F2, F3 and F4 in wdt977_start() 90 * F4 is used to just clear the TIMEOUT'ed state (bit 0) in wdt977_start() 103 * watchdog output. In test mode watch the bit 1 on F4 to in wdt977_start() 135 /* select device Aux2 (device=8) and set watchdog regs F2,F3 and F4 in wdt977_stop() 137 * F4 can clear the TIMEOUT'ed state (bit 0) - back to default in wdt977_stop() 239 /* select device Aux2 (device=8) and read watchdog reg F4 */ in wdt977_get_status()
|
| /linux/drivers/pinctrl/renesas/ |
| H A D | pfc-r8a73a4.c | 234 #define F4(a) a##_MARK macro 253 F1(LCDD13), F3(FSICOLR), F4(FSICILR), F7(DU0_DG5), IRQ(13), enumerator 254 F1(LCDD14), F3(FSICOBT), F4(FSICIBT), F7(DU0_DG6), IRQ(14), enumerator 256 F1(LCDD16), F4(TPU1TO1), F7(DU0_DB0), enumerator 257 F1(LCDD17), F4(SF_IRQ_00), F7(DU0_DB1), enumerator 258 F1(LCDD18), F4(SF_IRQ_01), F7(DU0_DB2), enumerator 270 F1(LCDLCLK), F4(SF_IRQ_02), F7(DU0_DISP_CSYNC_N_DE), enumerator 271 F1(LCDDON), F4(SF_IRQ_03), F7(DU0_ODDF_N_CLAMP), /* Port30 */ enumerator 279 F1(SCIFB0_RTS), F3(TPU0TO1), F4(SCIFB3_RTS_38), F7(CHSCIF0_HRTS), enumerator 280 F1(SCIFB0_CTS), F3(TPU0TO2), F4(SCIFB3_CTS_39), F7(CHSCIF0_HCTS), enumerator [all …]
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-diff.txt | 201 - file A with samples f1, f2, f3, f4, f6 202 - file B with samples f2, f4, f5 216 b x f4 225 b x f4 239 x x f4
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_global_func4.c | 27 int f4(struct __sk_buff *skb) in f4() function 35 return f4(skb); in f5()
|
| H A D | test_global_func3.c | 27 int f4(struct __sk_buff *skb) in f4() function 35 return f4(skb); in f5()
|
| /linux/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 237 possible value of ABS_MT_TOUCH_MAJOR is sqrt(X^2 + Y^2), the diagonal [#f4]_. 241 contact is circular, this event can be omitted [#f4]_. 247 same [#f4]_. 251 tool. Omit if circular [#f4]_. 291 ABS_MT_ORIENTATION should be [0, 1] [#f4]_. 414 .. [#f4] See the section on event computation.
|
| /linux/arch/riscv/kernel/ |
| H A D | fpu.S | 32 fsd f4, TASK_THREAD_F4_F0(a0) 75 fld f4, TASK_THREAD_F4_F0(a0) 143 __access_func(f4); \
|
| /linux/arch/mips/include/asm/ |
| H A D | fpregdef.h | 31 #define ft0 $f4 /* caller saved */ 72 #define ft0 $f4 /* caller saved */
|
| H A D | asmmacro-32.h | 22 s.d $f4, THREAD_FPR4(\thread) 46 l.d $f4, THREAD_FPR4(\thread)
|
| /linux/lib/crypto/sparc/ |
| H A D | sha1_asm.S | 15 ld [%o0 + 0x10], %f4 38 st %f4, [%o0 + 0x10]
|
| H A D | sha256_asm.S | 13 ld [%o0 + 0x10], %f4 41 st %f4, [%o0 + 0x10]
|
| /linux/arch/sparc/kernel/ |
| H A D | fpu_traps.S | 36 faddd %f0, %f2, %f4 68 faddd %f0, %f2, %f4 253 fitod %f4, %f62 296 fdtos %f62, %f4
|