/linux/Documentation/translations/zh_CN/networking/ |
H A D | xfrm_proc.rst |
|
/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 286 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_one_mathemu() 373 case 5: FP_UNPACK_SP (SA, rs1); break; in do_one_mathemu() 428 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_one_mathemu() 432 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_one_mathemu() 436 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_one_mathemu() 437 case FSMULD: FP_CONV (D, S, 2, 1, DA, SA); in do_one_mathemu() 444 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_one_mathemu() 473 FP_CMP_S(IR, SB, SA, 3); in do_one_mathemu() 476 FP_ISSIGNAN_S(SA) || in do_one_mathemu()
|
H A D | math_64.c | 181 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_mathemu() 389 case 5: FP_UNPACK_SP (SA, rs1); break; in do_mathemu() 433 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_mathemu() 437 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_mathemu() 441 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_mathemu() 442 case FSMULD: FP_CONV (D, S, 1, 1, DA, SA); in do_mathemu() 449 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_mathemu()
|
/linux/Documentation/scsi/ |
H A D | aacraid.rst | 31 9005:0285:9005:028e Adaptec 2020SA (Skyhawk) 32 9005:0285:9005:028f Adaptec 2025SA (Terminator) 33 9005:0285:9005:0290 Adaptec 2410SA (Jaguar) 34 9005:0285:103c:3227 Adaptec 2610SA (Bearcat HP release) 35 9005:0285:9005:0293 Adaptec 21610SA (Corsair-16) 37 9005:0285:9005:0292 Adaptec 2810SA (Corsair-8) 42 9005:0286:9005:029b Adaptec 2820SA (Intruder) 43 9005:0286:9005:029c Adaptec 2620SA (Intruder) 44 9005:0286:9005:029d Adaptec 2420SA (Intruder HP release)
|
/linux/arch/alpha/math-emu/ |
H A D | math.c | 101 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in alpha_fp_emul() 130 FP_UNPACK_SP(SA, &va); in alpha_fp_emul() 135 FP_SUB_S(SR, SA, SB); in alpha_fp_emul() 139 FP_ADD_S(SR, SA, SB); in alpha_fp_emul() 143 FP_MUL_S(SR, SA, SB); in alpha_fp_emul() 147 FP_DIV_S(SR, SA, SB); in alpha_fp_emul()
|
/linux/Documentation/networking/ |
H A D | xfrm_sync.rst | 12 events so that the SA can be safely moved from one machine to another 14 The idea is to synchronize the SA so that the takeover machine can do 15 the processing of the SA as accurate as possible if it has access to it. 17 We already have the ability to generate SA add/del/upd events. 23 Because the above items change for every packet the SA receives, 29 per SA. 61 The unique SA is identified by the combination of xfrm_usersa_id, 147 i) user --> kernel to configure a specific SA. 166 thresholds for an SA using XFRM_MSG_NEWAE (as described in #i above). 182 If you have an SA tha [all...] |
H A D | xfrm_device.rst | 30 * Kernel and NIC have SA and policy in-sync 31 * NIC handles the SA and policies states 107 driver's xdo_dev_state_add() will be given the new SA to be offloaded 111 - store the SA information (key, salt, target-ip, protocol, etc) 112 - enable the HW offload of the SA 122 The driver can also set an offload_handle in the SA, an opaque void pointer 128 When the network stack is preparing an IPsec packet for an SA that has 151 decryption, the driver needs to add a reference to the decoded SA into 156 find and hold the SA that was used to the Rx skb:: 186 When the SA i [all...] |
H A D | xfrm_proc.rst | 33 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong 37 e.g. SA key is wrong
|
H A D | j1939.rst | 165 Priority PGN SA (Source Address) 241 * SA 448 - **Source Address (SA)**: Filter messages coming from specific source 943 kernel marks the NAME-SA assignment as valid. The valid assignment will be kept 944 among other valid NAME-SA assignments. From that point, any socket bound to the 947 If another ECU claims the address, the kernel will mark the NAME-SA expired. 950 only ``j1939.addr`` changed to the new SA, and must then send a valid address claim 963 This example will send a PGN (0x12300) from SA 0x20 to DA 0x30. 981 Now, the socket 'sock' is bound to the SA 0x20. Since no ``connect(2)`` was called,
|
/linux/Documentation/arch/arm/sa1100/ |
H A D | lart.rst | 5 The LART is a small (7.5 x 10cm) SA-1100 board, designed for embedded 7 other StrongARM-gadgets. Almost all SA signals are directly accessible
|
/linux/arch/powerpc/math-emu/ |
H A D | math_efp.c | 216 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu() 221 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu() 227 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu() 231 pr_debug("SA: %d %08x %d (%d)\n", SA_s, SA_f, SA_e, SA_c); in do_spe_mathemu() 248 FP_ADD_S(SR, SA, SB); in do_spe_mathemu() 252 FP_SUB_S(SR, SA, SB); in do_spe_mathemu() 256 FP_MUL_S(SR, SA, SB); in do_spe_mathemu() 260 FP_DIV_S(SR, SA, SB); in do_spe_mathemu() 333 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu() 334 if (IR == 3 && (FP_ISSIGNAN_S(SA) || FP_ISSIGNAN_ in do_spe_mathemu() [all...] |
/linux/arch/arm/mach-sa1100/ |
H A D | Kconfig | 32 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110 40 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110 41 Microprocessor Development Board (Assabet) with the SA-1111
|
/linux/Documentation/fb/ |
H A D | sa1100fb.rst | 8 This is a driver for a graphic framebuffer for the SA-1100 LCD 21 documented in the SA-1100 Developer's Manual, Section 11.7. Dual-panel
|
/linux/security/apparmor/include/ |
H A D | audit.h | 171 #define aad(SA) (container_of(SA, struct apparmor_audit_data, common)) argument
|
/linux/Documentation/translations/zh_TW/cpu-freq/ |
H A D | index.rst | 46 SA-1100的時鐘和電壓標度:
|
/linux/Documentation/translations/zh_CN/cpu-freq/ |
H A D | index.rst | 46 SA-1100的时钟和电压标度:
|
/linux/Documentation/input/devices/ |
H A D | yealink.rst | 54 NEW REP SU MO TU WE TH FR SA 63 Icon name : NEW REP SU MO TU WE TH FR SA 155 SA
|
/linux/Documentation/sound/cards/ |
H A D | mixart.rst | 103 The firmware files are copyright by Digigram SA 109 Copyright (c) 2003 Digigram SA <alsa@digigram.com>
|
/linux/Documentation/cpu-freq/ |
H A D | index.rst | 35 Clock and voltage scaling for the SA-1100:
|
/linux/Documentation/admin-guide/hw-vuln/ |
H A D | rsb.rst | 238 .. [#intel-ibpb-rsb] "Introduction" in `Post-barrier Return Stack Buffer Predictions / CVE-2022-26373 / INTEL-SA-00706 <https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/post-barrier-return-stack-buffer-predictions.html>`_ 248 .. [#intel-pbrsb] `Post-barrier Return Stack Buffer Predictions / CVE-2022-26373 / INTEL-SA-00706 <https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/post-barrier-return-stack-buffer-predictions.html>`_ 258 .. [#intel-rsbu] `Return Stack Buffer Underflow / Return Stack Buffer Underflow / CVE-2022-29901, CVE-2022-28693 / INTEL-SA-00702 <https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/return-stack-buffer-underflow.html>`_ 262 .. [#intel-eibrs-rrsba] "Guidance for RSBU" in `Return Stack Buffer Underflow / Return Stack Buffer Underflow / CVE-2022-29901, CVE-2022-28693 / INTEL-SA-00702 <https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/return-stack-buffer-underflow.html>`_ 266 .. [#intel-bhi] `Branch History Injection and Intra-mode Branch Target Injection / CVE-2022-0001, CVE-2022-0002 / INTEL-SA-00598 <https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/branch-history-injection.html>`_ 268 .. [#intel-retpoline-rrsba] "Retpoline" in `Branch History Injection and Intra-mode Branch Target Injection / CVE-2022-0001, CVE-2022-0002 / INTEL-SA-00598 <https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/branch-history-injection.html>`_
|
/linux/drivers/accessibility/speakup/ |
H A D | Kconfig | 52 tristate "Accent SA synthesizer support" 54 This is the Speakup driver for the Accent SA
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | keystone-netcp.txt | 9 generation. NetCP can also optionally include a Security Accelerator (SA) 52 - ranges: address range of NetCP (includes, Ethernet SS, PA and SA)
|
/linux/drivers/dma/ |
H A D | Kconfig | 161 tristate "SA-11x0 DMA support" 166 Support the DMA engine found on Intel StrongARM SA-1100 and 167 SA-1110 SoCs. This DMA engine can only be used with on-chip
|
/linux/drivers/tty/vt/ |
H A D | ucs_width_table.h_shipped | 146 { 0x1930, 0x193B }, /* LIMBU SMALL LETTER KA - LIMBU SIGN SA-I */ 148 { 0x1A55, 0x1A5E }, /* TAI THAM CONSONANT SIGN MEDIAL RA - TAI THAM CONSONANT SIGN SA */ 442 { 0x1F200, 0x1F202 }, /* SQUARE HIRAGANA HOKA - SQUARED KATAKANA SA */
|
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
H A D | switch-driver.rst | 153 Example 1: send frames received on eth4 with a SA of 00:01:02:03:04:05 to the
|