Home
last modified time | relevance | path

Searched refs:SA (Results 1 – 25 of 50) sorted by relevance

12

/linux-6.3-rc2/security/apparmor/include/
A Daudit.h158 #define aad(SA) ((SA)->apparmor_audit_data) argument
177 #define aa_audit_error(ERROR, SA, CB) \ argument
179 aad((SA))->error = (ERROR); \
180 aa_audit_msg(AUDIT_APPARMOR_ERROR, (SA), (CB)); \
181 aad((SA))->error; \
/linux-6.3-rc2/arch/sparc/math-emu/
A Dmath_32.c286 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()
A Dmath_64.c181 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-6.3-rc2/Documentation/scsi/
A Daacraid.rst31 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-6.3-rc2/arch/alpha/math-emu/
A Dmath.c106 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in alpha_fp_emul()
135 FP_UNPACK_SP(SA, &va); in alpha_fp_emul()
140 FP_SUB_S(SR, SA, SB); in alpha_fp_emul()
144 FP_ADD_S(SR, SA, SB); in alpha_fp_emul()
148 FP_MUL_S(SR, SA, SB); in alpha_fp_emul()
152 FP_DIV_S(SR, SA, SB); in alpha_fp_emul()
/linux-6.3-rc2/Documentation/networking/
A Dxfrm_sync.rst12 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 that is getting hit by traffic in bursts such that
A Dxfrm_device.rst29 * Kernel and NIC have SA and policy in-sync
30 * NIC handles the SA and policies states
102 driver's xdo_dev_state_add() will be given the new SA to be offloaded
106 - store the SA information (key, salt, target-ip, protocol, etc)
107 - enable the HW offload of the SA
117 The driver can also set an offload_handle in the SA, an opaque void pointer
123 When the network stack is preparing an IPsec packet for an SA that has
145 decryption, the driver needs to add a reference to the decoded SA into
150 find and hold the SA that was used to the Rx skb::
179 When the SA is removed by the user, the driver's xdo_dev_state_delete()
A Dxfrm_proc.rst33 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong
37 e.g. SA key is wrong
A Dj1939.rst81 Priority PGN SA (Source Address)
157 * SA
406 kernel marks the NAME-SA assignment as valid. The valid assignment will be kept
407 among other valid NAME-SA assignments. From that point, any socket bound to the
410 If another ECU claims the address, the kernel will mark the NAME-SA expired.
413 only ``j1939.addr`` changed to the new SA, and must then send a valid address claim
426 This example will send a PGN (0x12300) from SA 0x20 to DA 0x30.
444 Now, the socket 'sock' is bound to the SA 0x20. Since no ``connect(2)`` was called,
/linux-6.3-rc2/Documentation/arm/sa1100/
A Dlart.rst5 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-6.3-rc2/arch/powerpc/math-emu/
A Dmath_efp.c216 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()
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_S(SB))) in do_spe_mathemu()
/linux-6.3-rc2/arch/arm/mach-sa1100/
A DKconfig32 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-6.3-rc2/Documentation/fb/
A Dsa1100fb.rst8 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-6.3-rc2/Documentation/translations/zh_CN/cpu-freq/
A Dindex.rst46 SA-1100的时钟和电压标度:
/linux-6.3-rc2/Documentation/translations/zh_TW/cpu-freq/
A Dindex.rst45 SA-1100的時鐘和電壓標度:
/linux-6.3-rc2/Documentation/input/devices/
A Dyealink.rst54 NEW REP SU MO TU WE TH FR SA
63 Icon name : NEW REP SU MO TU WE TH FR SA
155 SA
/linux-6.3-rc2/Documentation/devicetree/bindings/rng/
A Dti,keystone-rng.yaml30 Phandle to syscon node of the SA configuration registers. These
/linux-6.3-rc2/Documentation/sound/cards/
A Dmixart.rst103 The firmware files are copyright by Digigram SA
109 Copyright (c) 2003 Digigram SA <alsa@digigram.com>
/linux-6.3-rc2/Documentation/cpu-freq/
A Dindex.rst35 Clock and voltage scaling for the SA-1100:
/linux-6.3-rc2/Documentation/devicetree/bindings/media/i2c/
A Dst,st-vgxy61.yaml2 # Copyright (c) 2022 STMicroelectronics SA.
/linux-6.3-rc2/drivers/accessibility/speakup/
A DKconfig51 tristate "Accent SA synthesizer support"
53 This is the Speakup driver for the Accent SA
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dkeystone-netcp.txt9 generation. NetCP can also optionally include a Security Accelerator (SA)
52 - ranges: address range of NetCP (includes, Ethernet SS, PA and SA)
/linux-6.3-rc2/drivers/dma/
A DKconfig154 tristate "SA-11x0 DMA support"
159 Support the DMA engine found on Intel StrongARM SA-1100 and
160 SA-1110 SoCs. This DMA engine can only be used with on-chip
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
A Dswitch-driver.rst153 Example 1: send frames received on eth4 with a SA of 00:01:02:03:04:05 to the
/linux-6.3-rc2/drivers/clocksource/
A DKconfig578 bool "Clocksource for PXA or SA-11x0 platform" if COMPILE_TEST
582 This enables OST0 support available on PXA and SA-11x0

Completed in 53 milliseconds

12