Home
last modified time | relevance | path

Searched +full:target +full:- +full:module (Results 1 – 25 of 1107) sorted by relevance

12345678910>>...45

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/
Dti-sysc.txt1 Texas Instruments sysc interconnect target module wrapper binding
3 Texas Instruments SoCs can have a generic interconnect target module
6 is mostly used for interaction between module and PRCM. It participates
10 Each interconnect target module can have one or more devices connected to
11 it. There is a set of control registers for managing interconnect target
12 module clocks, idle modes and interconnect level resets for the module.
16 target module and typically are named REVISION, SYSCONFIG and SYSSTATUS.
20 - compatible shall be one of the following generic types:
23 "ti,sysc-omap2"
24 "ti,sysc-omap4"
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/bus/
Dti-sysc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/bus/ti-sysc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments interconnect target module
10 - Tony Lindgren <tony@atomide.com>
13 Texas Instruments SoCs can have a generic interconnect target module
15 using Arteris NoC, and L4 interconnect using Sonics s3220. This module
16 is mostly used for interaction between module and Power, Reset and Clock
20 Each interconnect target module can have one or more devices connected to
[all …]
/kernel/linux/linux-5.10/net/netfilter/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
47 and is also scheduled to replace the old syslog-based ipt_LOG
72 To compile it as a module, choose M here. If unsure, say N.
90 `CONNMARK' target and `connmark' match. Similar to the mark value
101 packets using the CONNSECMARK target and copied back from
102 connections to packets with the same target, with the packets
144 via the CT target.
153 This allows you to store the flow start-time and to obtain
154 the flow-stop time (once it has been destroyed) via Connection
162 This option enables support for assigning user-defined flag bits
[all …]
/kernel/linux/linux-6.6/net/netfilter/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
71 and is also scheduled to replace the old syslog-based ipt_LOG
96 To compile it as a module, choose M here. If unsure, say N.
107 If both are enabled the backend to use can be configured at run-time
108 by means of per-address-family sysctl tunables.
119 `CONNMARK' target and `connmark' match. Similar to the mark value
130 packets using the CONNSECMARK target and copied back from
131 connections to packets with the same target, with the packets
173 via the CT target.
182 This allows you to store the flow start-time and to obtain
[all …]
/kernel/linux/linux-5.10/net/bridge/netfilter/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
42 To compile it as a module, choose M here. If unsure, say N.
66 To compile it as a module, choose M here. If unsure, say N.
75 To compile it as a module, choose M here. If unsure, say N.
84 To compile it as a module, choose M here. If unsure, say N.
93 To compile it as a module, choose M here. If unsure, say N.
100 MAC/IP address pairs can be matched, f.e. for anti-spoofing rules.
102 To compile it as a module, choose M here. If unsure, say N.
110 To compile it as a module, choose M here. If unsure, say N.
118 To compile it as a module, choose M here. If unsure, say N.
[all …]
/kernel/linux/linux-6.6/net/bridge/netfilter/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
40 To compile it as a module, choose M here. If unsure, say N.
64 To compile it as a module, choose M here. If unsure, say N.
73 To compile it as a module, choose M here. If unsure, say N.
82 To compile it as a module, choose M here. If unsure, say N.
91 To compile it as a module, choose M here. If unsure, say N.
98 MAC/IP address pairs can be matched, f.e. for anti-spoofing rules.
100 To compile it as a module, choose M here. If unsure, say N.
108 To compile it as a module, choose M here. If unsure, say N.
116 To compile it as a module, choose M here. If unsure, say N.
[all …]
/kernel/linux/linux-5.10/drivers/md/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
29 Software RAID mini-HOWTO, available from
44 a several-second delay in the boot time due to various
54 use the so-called linear mode, i.e. it will combine the hard disk
57 To compile this as a module, choose M here: the module
63 tristate "RAID-0 (striping) mode"
67 use the so-called raid0 mode, i.e. it will combine the hard disk
73 Software-RAID mini-HOWTO, available from
77 To compile this as a module, choose M here: the module
83 tristate "RAID-1 (mirroring) mode"
[all …]
/kernel/linux/linux-6.6/drivers/md/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
20 # after relevant mdadm enhancements - to make "names=yes"
21 # the default - are widely available.
34 Software RAID mini-HOWTO, available from
49 a several-second delay in the boot time due to various
69 use the so-called linear mode, i.e. it will combine the hard disk
72 To compile this as a module, choose M here: the module
78 tristate "RAID-0 (striping) mode"
82 use the so-called raid0 mode, i.e. it will combine the hard disk
88 Software-RAID mini-HOWTO, available from
[all …]
/kernel/linux/linux-6.6/Documentation/target/
Dtcm_mod_builder.rst2 The TCM v4 fabric module script generator
7 This document is intended to be a mini-HOWTO for using the tcm_mod_builder.py
8 script to generate a brand new functional TCM v4 fabric .ko module of your very own,
13 mkdir -p /sys/kernel/config/target/$TCM_NEW_MOD
15 This script will create a new drivers/target/$TCM_NEW_MOD/, and will do the following
17 1) Generate new API callers for drivers/target/target_core_fabric_configs.c logic
18 ->make_tpg(), ->drop_tpg(), ->make_wwn(), ->drop_wwn(). These are created
20 2) Generate basic infrastructure for loading/unloading LKMs and TCM/ConfigFS fabric module
22 3) Based on user defined T10 Proto_Ident for the new fabric module being built,
23 the TransportID / Initiator and Target WWPN related handlers for
[all …]
/kernel/linux/linux-5.10/Documentation/target/
Dtcm_mod_builder.rst2 The TCM v4 fabric module script generator
7 This document is intended to be a mini-HOWTO for using the tcm_mod_builder.py
8 script to generate a brand new functional TCM v4 fabric .ko module of your very own,
13 mkdir -p /sys/kernel/config/target/$TCM_NEW_MOD
15 This script will create a new drivers/target/$TCM_NEW_MOD/, and will do the following
17 1) Generate new API callers for drivers/target/target_core_fabric_configs.c logic
18 ->make_tpg(), ->drop_tpg(), ->make_wwn(), ->drop_wwn(). These are created
20 2) Generate basic infrastructure for loading/unloading LKMs and TCM/ConfigFS fabric module
22 3) Based on user defined T10 Proto_Ident for the new fabric module being built,
23 the TransportID / Initiator and Target WWPN related handlers for
[all …]
/kernel/linux/linux-5.10/net/ipv4/netfilter/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
41 This module enables IPv4 packet duplication support for nf_tables.
47 This module enables IPv4 FIB lookups, e.g. for reverse path filtering.
62 tristate "Netfilter flow table IPv4 module"
67 To compile it as a module, choose M here.
92 tristate "Basic SNMP-ALG support"
99 This module implements an Application Layer Gateway (ALG) for
103 inside SNMP payloads to match IP-layer NAT mapping.
105 This is the "basic" form of SNMP-ALG, as described in RFC 2962
107 To compile it as a module, choose M here. If unsure, say N.
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/
Dam33xx-l4.dtsi2 compatible = "ti,am33xx-l4-wkup", "simple-pm-bus";
3 power-domains = <&prm_wkup>;
5 clock-names = "fck";
10 reg-names = "ap", "la", "ia0", "ia1";
11 #address-cells = <1>;
12 #size-cells = <1>;
18 compatible = "simple-pm-bus";
19 #address-cells = <1>;
20 #size-cells = <1>;
28 compatible = "simple-pm-bus";
[all …]
Ddra7-l4.dtsi2 compatible = "ti,dra7-l4-cfg", "simple-pm-bus";
3 power-domains = <&prm_coreaon>;
5 clock-names = "fck";
9 reg-names = "ap", "la", "ia0";
10 #address-cells = <1>;
11 #size-cells = <1>;
15 dma-ranges;
18 compatible = "simple-pm-bus";
19 #address-cells = <1>;
20 #size-cells = <1>;
[all …]
Domap5-l4.dtsi2 compatible = "ti,omap5-l4-cfg", "simple-pm-bus";
3 power-domains = <&prm_core>;
5 clock-names = "fck";
9 reg-names = "ap", "la", "ia0";
10 #address-cells = <1>;
11 #size-cells = <1>;
21 compatible = "simple-pm-bus";
22 #address-cells = <1>;
23 #size-cells = <1>;
55 target-module@2000 { /* 0x4a002000, ap 3 44.0 */
[all …]
Domap4-l4.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 compatible = "ti,omap4-l4-cfg", "simple-pm-bus";
4 power-domains = <&prm_core>;
6 clock-names = "fck";
10 reg-names = "ap", "la", "ia0";
11 #address-cells = <1>;
12 #size-cells = <1>;
22 compatible = "simple-pm-bus";
23 #address-cells = <1>;
24 #size-cells = <1>;
[all …]
Dam437x-l4.dtsi2 compatible = "ti,am4-l4-wkup", "simple-pm-bus";
3 power-domains = <&prm_wkup>;
5 clock-names = "fck";
10 reg-names = "ap", "la", "ia0", "ia1";
11 #address-cells = <1>;
12 #size-cells = <1>;
18 compatible = "simple-pm-bus";
19 #address-cells = <1>;
20 #size-cells = <1>;
28 compatible = "simple-pm-bus";
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dam33xx-l4.dtsi2 compatible = "ti,am33xx-l4-wkup", "simple-bus";
7 reg-names = "ap", "la", "ia0", "ia1";
8 #address-cells = <1>;
9 #size-cells = <1>;
15 compatible = "simple-bus";
16 #address-cells = <1>;
17 #size-cells = <1>;
25 compatible = "simple-bus";
26 #address-cells = <1>;
27 #size-cells = <1>;
[all …]
Ddra7-l4.dtsi2 compatible = "ti,dra7-l4-cfg", "simple-bus";
6 reg-names = "ap", "la", "ia0";
7 #address-cells = <1>;
8 #size-cells = <1>;
14 compatible = "simple-bus";
15 #address-cells = <1>;
16 #size-cells = <1>;
47 target-module@2000 { /* 0x4a002000, ap 3 08.0 */
48 compatible = "ti,sysc-omap4", "ti,sysc";
50 reg-names = "rev";
[all …]
Domap5-l4.dtsi2 compatible = "ti,omap5-l4-cfg", "simple-bus";
6 reg-names = "ap", "la", "ia0";
7 #address-cells = <1>;
8 #size-cells = <1>;
18 compatible = "simple-bus";
19 #address-cells = <1>;
20 #size-cells = <1>;
52 target-module@2000 { /* 0x4a002000, ap 3 44.0 */
53 compatible = "ti,sysc-omap4", "ti,sysc";
55 reg-names = "rev";
[all …]
Domap4-l4.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 compatible = "ti,omap4-l4-cfg", "simple-bus";
7 reg-names = "ap", "la", "ia0";
8 #address-cells = <1>;
9 #size-cells = <1>;
19 compatible = "simple-bus";
20 #address-cells = <1>;
21 #size-cells = <1>;
44 target-module@2000 { /* 0x4a002000, ap 3 06.0 */
45 compatible = "ti,sysc-omap4", "ti,sysc";
[all …]
/kernel/linux/linux-6.6/net/ipv4/netfilter/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
41 This module enables IPv4 packet duplication support for nf_tables.
47 This module enables IPv4 FIB lookups, e.g. for reverse path filtering.
73 This is a backwards-compat option for the user's convenience
81 This is a backwards-compat option for the user's convenience
90 tristate "Basic SNMP-ALG support"
97 This module implements an Application Layer Gateway (ALG) for
101 inside SNMP payloads to match IP-layer NAT mapping.
103 This is the "basic" form of SNMP-ALG, as described in RFC 2962
105 To compile it as a module, choose M here. If unsure, say N.
[all …]
/kernel/linux/linux-5.10/net/ipv6/netfilter/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
37 This module enables IPv6 packet duplication support for nf_tables.
43 This module enables IPv6 FIB lookups, e.g. for reverse path filtering.
51 tristate "Netfilter flow table IPv6 module"
56 To compile it as a module, choose M here.
85 To compile it as a module, choose M here. If unsure, say N.
94 This module allows one to match AH packets.
96 To compile it as a module, choose M here. If unsure, say N.
102 This module performs checking on the IPv6 source address
106 To compile it as a module, choose M here. If unsure, say N.
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/livepatch/
Dtest-callbacks.sh2 # SPDX-License-Identifier: GPL-2.0
15 # Test a combination of loading a kernel module and a livepatch that
16 # patches a function in the first module. Load the target module
17 # before the livepatch module. Unload them in the same order.
19 # - On livepatch enable, before the livepatch transition starts,
20 # pre-patch callbacks are executed for vmlinux and $MOD_TARGET (those
22 # according to the klp_patch, their post-patch callbacks run and the
25 # - Similarly, on livepatch disable, pre-patch callbacks run before the
26 # unpatching transition starts. klp_objects are reverted, post-patch
29 start_test "target module before livepatch"
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/livepatch/
Dtest-callbacks.sh2 # SPDX-License-Identifier: GPL-2.0
15 # Test a combination of loading a kernel module and a livepatch that
16 # patches a function in the first module. Load the target module
17 # before the livepatch module. Unload them in the same order.
19 # - On livepatch enable, before the livepatch transition starts,
20 # pre-patch callbacks are executed for vmlinux and $MOD_TARGET (those
22 # according to the klp_patch, their post-patch callbacks run and the
25 # - Similarly, on livepatch disable, pre-patch callbacks run before the
26 # unpatching transition starts. klp_objects are reverted, post-patch
29 start_test "target module before livepatch"
[all …]
/kernel/linux/linux-6.6/net/ipv6/netfilter/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
37 This module enables IPv6 packet duplication support for nf_tables.
43 This module enables IPv6 FIB lookups, e.g. for reverse path filtering.
66 This is a backwards-compat option for the user's convenience
80 To compile it as a module, choose M here. If unsure, say N.
89 This module allows one to match AH packets.
91 To compile it as a module, choose M here. If unsure, say N.
97 This module performs checking on the IPv6 source address
101 To compile it as a module, choose M here. If unsure, say N.
110 To compile it as a module, choose M here. If unsure, say N.
[all …]

12345678910>>...45