/Linux-v4.19/security/apparmor/include/ |
D | audit.h | 161 #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-v4.19/arch/sparc/math-emu/ |
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()
|
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-v4.19/Documentation/scsi/ |
D | aacraid.txt | 24 9005:0285:9005:028e Adaptec 2020SA (Skyhawk) 25 9005:0285:9005:028f Adaptec 2025SA (Terminator) 26 9005:0285:9005:0290 Adaptec 2410SA (Jaguar) 27 9005:0285:103c:3227 Adaptec 2610SA (Bearcat HP release) 28 9005:0285:9005:0293 Adaptec 21610SA (Corsair-16) 30 9005:0285:9005:0292 Adaptec 2810SA (Corsair-8) 35 9005:0286:9005:029b Adaptec 2820SA (Intruder) 36 9005:0286:9005:029c Adaptec 2620SA (Intruder) 37 9005:0286:9005:029d Adaptec 2420SA (Intruder HP release)
|
/Linux-v4.19/arch/alpha/math-emu/ |
D | math.c | 103 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in alpha_fp_emul() 132 FP_UNPACK_SP(SA, &va); in alpha_fp_emul() 137 FP_SUB_S(SR, SA, SB); in alpha_fp_emul() 141 FP_ADD_S(SR, SA, SB); in alpha_fp_emul() 145 FP_MUL_S(SR, SA, SB); in alpha_fp_emul() 149 FP_DIV_S(SR, SA, SB); in alpha_fp_emul()
|
/Linux-v4.19/Documentation/networking/ |
D | xfrm_device.txt | 66 driver's xdo_dev_state_add() will be given the new SA to be offloaded 69 - store the SA information (key, salt, target-ip, protocol, etc) 70 - enable the HW offload of the SA 72 The driver can also set an offload_handle in the SA, an opaque void pointer 78 When the network stack is preparing an IPsec packet for an SA that has 99 decryption, the driver needs to add a reference to the decoded SA into 104 find and hold the SA that was used to the Rx skb 124 When the SA is removed by the user, the driver's xdo_dev_state_delete()
|
D | xfrm_sync.txt | 7 events so that the SA can be safely moved from one machine to another 9 The idea is to synchronize the SA so that the takeover machine can do 10 the processing of the SA as accurate as possible if it has access to it. 12 We already have the ability to generate SA add/del/upd events. 18 Because the above items change for every packet the SA receives, 24 per SA. 55 The unique SA is identified by the combination of xfrm_usersa_id, 133 i) user --> kernel to configure a specific SA. 147 thresholds for an SA using XFRM_MSG_NEWAE (as described in #i above). 162 If you have an SA that is getting hit by traffic in bursts such that
|
D | xfrm_proc.txt | 25 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong 28 e.g. SA key is wrong
|
D | 00-INDEX | 230 - sync patches for XFRM enable migration of an SA between hosts.
|
/Linux-v4.19/Documentation/arm/SA1100/ |
D | LART | 4 The LART is a small (7.5 x 10cm) SA-1100 board, designed for embedded 6 other StrongARM-gadgets. Almost all SA signals are directly accessible
|
/Linux-v4.19/arch/powerpc/math-emu/ |
D | math_efp.c | 219 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu() 224 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu() 229 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu() 250 FP_ADD_S(SR, SA, SB); in do_spe_mathemu() 254 FP_SUB_S(SR, SA, SB); in do_spe_mathemu() 258 FP_MUL_S(SR, SA, SB); in do_spe_mathemu() 262 FP_DIV_S(SR, SA, SB); in do_spe_mathemu() 335 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu() 336 if (IR == 3 && (FP_ISSIGNAN_S(SA) || FP_ISSIGNAN_S(SB))) in do_spe_mathemu()
|
/Linux-v4.19/Documentation/fb/ |
D | sa1100fb.txt | 6 This is a driver for a graphic framebuffer for the SA-1100 LCD 19 documented in the SA-1100 Developer's Manual, Section 11.7. Dual-panel
|
D | 00-INDEX | 51 - information about the driver for the SA-1100 LCD controller.
|
/Linux-v4.19/arch/arm/mach-sa1100/ |
D | Kconfig | 12 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110 20 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110 21 Microprocessor Development Board (Assabet) with the SA-1111
|
/Linux-v4.19/Documentation/devicetree/bindings/rng/ |
D | ks-sa-rng.txt | 6 - ti,syscon-sa-cfg: phandle to syscon node of the SA configuration registers.
|
/Linux-v4.19/Documentation/input/devices/ |
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-v4.19/drivers/crypto/ux500/ |
D | Kconfig | 2 # Copyright (C) ST-Ericsson SA 2010
|
/Linux-v4.19/Documentation/sound/cards/ |
D | mixart.rst | 103 The firmware files are copyright by Digigram SA 109 Copyright (c) 2003 Digigram SA <alsa@digigram.com>
|
/Linux-v4.19/Documentation/cpu-freq/ |
D | index.txt | 55 Clock and voltage scaling for the SA-1100:
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
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-v4.19/drivers/staging/speakup/ |
D | Kconfig | 45 tristate "Accent SA synthesizer support" 47 This is the Speakup driver for the Accent SA
|
/Linux-v4.19/drivers/iommu/ |
D | mtk_iommu.c | 65 #define F_MMU_VLD_PA_RNG(EA, SA) (((EA) << 8) | (SA)) argument
|
/Linux-v4.19/drivers/dma/ |
D | Kconfig | 155 tristate "SA-11x0 DMA support" 160 Support the DMA engine found on Intel StrongARM SA-1100 and 161 SA-1110 SoCs. This DMA engine can only be used with on-chip
|
/Linux-v4.19/drivers/clocksource/ |
D | Kconfig | 554 bool "Clocksource for PXA or SA-11x0 platform" if COMPILE_TEST 558 This enables OST0 support available on PXA and SA-11x0
|
/Linux-v4.19/Documentation/sound/ |
D | alsa-configuration.rst | 1696 control port # for OPL3-SA chip (0x370) 1698 SB port # for OPL3-SA chip (0x220,0x240) 1700 WSS port # for OPL3-SA chip (0x530,0xe80,0xf40,0x604) 1704 FM port # for OPL3-SA chip (0x388), -1 = disable 1706 IRQ # for OPL3-SA chip (5,7,9,10) 1708 first DMA # for Yamaha OPL3-SA chip (0,1,3) 1710 second DMA # for Yamaha OPL3-SA chip (0,1,3), -1 = disable
|