Home
last modified time | relevance | path

Searched full:all (Results 1 – 25 of 14826) sorted by relevance

12345678910>>...594

/kernel/linux/linux-6.6/Documentation/arch/x86/
Dzero-page.rst16 000/040 ALL screen_info Text mode or frame buffer information
18 040/014 ALL apm_bios_info APM BIOS information (struct apm_bios_info)
19 058/008 ALL tboot_addr Physical address of tboot shared page
20 060/010 ALL ist_info Intel SpeedStep (IST) BIOS support information
22 070/008 ALL acpi_rsdp_addr Physical address of ACPI RSDP table
23 080/010 ALL hd0_info hd0 disk parameter, OBSOLETE!!
24 090/010 ALL hd1_info hd1 disk parameter, OBSOLETE!!
25 0A0/010 ALL sys_desc_table System description table (struct sys_desc_table),
27 0B0/010 ALL olpc_ofw_header OLPC's OpenFirmware CIF and friends
28 0C0/004 ALL ext_ramdisk_image ramdisk_image high 32bits
[all …]
/kernel/linux/linux-5.10/Documentation/x86/
Dzero-page.rst16 000/040 ALL screen_info Text mode or frame buffer information
18 040/014 ALL apm_bios_info APM BIOS information (struct apm_bios_info)
19 058/008 ALL tboot_addr Physical address of tboot shared page
20 060/010 ALL ist_info Intel SpeedStep (IST) BIOS support information
22 080/010 ALL hd0_info hd0 disk parameter, OBSOLETE!!
23 090/010 ALL hd1_info hd1 disk parameter, OBSOLETE!!
24 0A0/010 ALL sys_desc_table System description table (struct sys_desc_table),
26 0B0/010 ALL olpc_ofw_header OLPC's OpenFirmware CIF and friends
27 0C0/004 ALL ext_ramdisk_image ramdisk_image high 32bits
28 0C4/004 ALL ext_ramdisk_size ramdisk_size high 32bits
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwell/
Dmemory.json602 "PublicDescription": "Counts all demand data writes (RFOs)",
610 "BriefDescription": "Counts all demand data writes (RFOs)",
615 "PublicDescription": "Counts all demand data writes (RFOs)",
623 "BriefDescription": "Counts all demand data writes (RFOs)",
628 "PublicDescription": "Counts all demand data writes (RFOs)",
636 "BriefDescription": "Counts all demand data writes (RFOs)",
641 "PublicDescription": "Counts all demand data writes (RFOs)",
649 "BriefDescription": "Counts all demand data writes (RFOs)",
654 "PublicDescription": "Counts all demand data writes (RFOs)",
662 "BriefDescription": "Counts all demand data writes (RFOs)",
[all …]
Dcache.json55 "BriefDescription": "All requests that miss L2 cache.",
151 "BriefDescription": "All L2 requests.",
368 …"PublicDescription": "This event counts the demand and prefetch data reads. All Core Data Reads in…
467 "BriefDescription": "All retired load uops. (Precise Event - PEBS)",
749 "EventName": "L2_LINES_IN.ALL",
943 "PublicDescription": "Counts all demand data writes (RFOs) have any response type.",
951 "BriefDescription": "Counts all demand data writes (RFOs) have any response type.",
956 "PublicDescription": "Counts all demand data writes (RFOs)",
964 "BriefDescription": "Counts all demand data writes (RFOs)",
969 "PublicDescription": "Counts all demand data writes (RFOs)",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen4/
Drecommended.json12 "BriefDescription": "All data cache accesses.",
17 "BriefDescription": "All L2 cache accesses.",
18 …r": "l2_request_g1.all_no_prefetch + l2_pf_hit_l2.all + l2_pf_miss_l2_hit_l3.all + l2_pf_miss_l2_l…
36 "MetricExpr": "l2_pf_hit_l2.all + l2_pf_miss_l2_hit_l3.all + l2_pf_miss_l2_l3.all",
41 "BriefDescription": "All L2 cache misses.",
42 …etricExpr": "l2_cache_req_stat.ic_dc_miss_in_l2 + l2_pf_miss_l2_hit_l3.all + l2_pf_miss_l2_l3.all",
60 "MetricExpr": "l2_pf_miss_l2_hit_l3.all + l2_pf_miss_l2_l3.all",
65 "BriefDescription": "All L2 cache hits.",
66 "MetricExpr": "l2_cache_req_stat.ic_dc_hit_in_l2 + l2_pf_hit_l2.all",
84 "MetricExpr": "l2_pf_hit_l2.all",
[all …]
/kernel/linux/linux-6.6/include/net/netfilter/
Dnf_conntrack_tuple.h26 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all)
45 __be16 all; member
90 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip()
91 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip()
100 t->src.u3.all, ntohs(t->src.u.all), in nf_ct_dump_tuple_ipv6()
101 t->dst.u3.all, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ipv6()
131 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal()
139 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal()
155 m1->src.u.all == m2->src.u.all); in nf_ct_tuple_mask_equal()
166 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & in nf_ct_tuple_src_mask_cmp()
[all …]
/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_conntrack_tuple.h26 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all)
45 __be16 all; member
87 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip()
88 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip()
97 t->src.u3.all, ntohs(t->src.u.all), in nf_ct_dump_tuple_ipv6()
98 t->dst.u3.all, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ipv6()
128 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal()
136 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal()
152 m1->src.u.all == m2->src.u.all); in nf_ct_tuple_mask_equal()
163 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & in nf_ct_tuple_src_mask_cmp()
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/broadwell/
Dvirtual-memory.json3 "BriefDescription": "Load misses in all DTLB levels that cause page walks",
7 …"PublicDescription": "This event counts load misses in all DTLB levels that cause page walks of an…
33 …"BriefDescription": "Demand load Miss in all translation lookaside buffer (TLB) levels causes a pa…
41 "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (1G)",
45 …"PublicDescription": "This event counts load misses in all DTLB levels that cause a completed page…
50 …"BriefDescription": "Demand load Miss in all translation lookaside buffer (TLB) levels causes a pa…
54 …"PublicDescription": "This event counts load misses in all DTLB levels that cause a completed page…
59 …"BriefDescription": "Demand load Miss in all translation lookaside buffer (TLB) levels causes a pa…
63 …"PublicDescription": "This event counts load misses in all DTLB levels that cause a completed page…
77 "BriefDescription": "Store misses in all DTLB levels that cause page walks",
[all …]
Dmemory.json196 "BriefDescription": "Counts all demand & prefetch data reads",
205 "BriefDescription": "Counts all demand & prefetch data reads",
214 "BriefDescription": "Counts all demand & prefetch data reads",
223 "BriefDescription": "Counts all demand & prefetch data reads",
232 "BriefDescription": "Counts all demand & prefetch data reads",
241 "BriefDescription": "Counts all demand & prefetch data reads",
250 "BriefDescription": "Counts all demand & prefetch data reads",
259 "BriefDescription": "Counts all demand & prefetch data reads",
268 "BriefDescription": "Counts all demand & prefetch data reads",
277 "BriefDescription": "Counts all demand & prefetch data reads",
[all …]
Dcache.json55 "EventName": "L2_LINES_IN.ALL",
184 "BriefDescription": "All requests that miss L2 cache.",
191 "BriefDescription": "All L2 requests.",
432 …"PublicDescription": "Counts all retired load uops. This event accounts for SW prefetch uops of PR…
442 "PublicDescription": "Counts all retired store uops.",
501 …"PublicDescription": "This event counts the demand and prefetch data reads. All Core Data Reads in…
509 …sactions reached the super queue including requests initiated by the core, all L3 prefetches, page…
628 "BriefDescription": "Counts all demand & prefetch data reads have any response type.",
637 "BriefDescription": "Counts all demand & prefetch data reads",
646 "BriefDescription": "Counts all demand & prefetch data reads",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/broadwellde/
Dvirtual-memory.json3 "BriefDescription": "Load misses in all DTLB levels that cause page walks",
7 …"PublicDescription": "This event counts load misses in all DTLB levels that cause page walks of an…
33 …"BriefDescription": "Demand load Miss in all translation lookaside buffer (TLB) levels causes a pa…
41 "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (1G)",
45 …"PublicDescription": "This event counts load misses in all DTLB levels that cause a completed page…
50 …"BriefDescription": "Demand load Miss in all translation lookaside buffer (TLB) levels causes a pa…
54 …"PublicDescription": "This event counts load misses in all DTLB levels that cause a completed page…
59 …"BriefDescription": "Demand load Miss in all translation lookaside buffer (TLB) levels causes a pa…
63 …"PublicDescription": "This event counts load misses in all DTLB levels that cause a completed page…
77 "BriefDescription": "Store misses in all DTLB levels that cause page walks",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/broadwellx/
Dvirtual-memory.json3 "BriefDescription": "Load misses in all DTLB levels that cause page walks",
7 …"PublicDescription": "This event counts load misses in all DTLB levels that cause page walks of an…
33 …"BriefDescription": "Demand load Miss in all translation lookaside buffer (TLB) levels causes a pa…
41 "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (1G)",
45 …"PublicDescription": "This event counts load misses in all DTLB levels that cause a completed page…
50 …"BriefDescription": "Demand load Miss in all translation lookaside buffer (TLB) levels causes a pa…
54 …"PublicDescription": "This event counts load misses in all DTLB levels that cause a completed page…
59 …"BriefDescription": "Demand load Miss in all translation lookaside buffer (TLB) levels causes a pa…
63 …"PublicDescription": "This event counts load misses in all DTLB levels that cause a completed page…
77 "BriefDescription": "Store misses in all DTLB levels that cause page walks",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/
Dpipeline.json21 "PublicDescription": "Duration for which all slots in the Load-Store Unit (LSU) are busy",
24 "BriefDescription": "Duration for which all slots in the Load-Store Unit (LSU) are busy"
27 …scription": "Duration for which all slots in the load-store issue queue are busy. This event count…
30 …scription": "Duration for which all slots in the load-store issue queue are busy. This event count…
33 …ription": "Duration for which all slots in the data processing issue queue are busy. This event co…
36 …ription": "Duration for which all slots in the data processing issue queue are busy. This event co…
39 …"PublicDescription": "Duration for which all slots in the data engine issue queue are busy. This e…
42 …"BriefDescription": "Duration for which all slots in the data engine issue queue are busy. This ev…
/kernel/linux/linux-5.10/Documentation/userspace-api/ioctl/
Dioctl-number.rst45 convention at all.
77 0x02 all linux/fd.h
78 0x03 all linux/hdreg.h
80 0x06 all linux/lp.h
81 0x09 all linux/raid/md_u.h
85 0x12 all linux/fs.h
87 0x1b all InfiniBand Subsystem
89 0x20 all drivers/cdrom/cm206.h
90 0x22 all scsi/sg.h
104 '8' all SNP8023 advanced NIC card
[all …]
/kernel/linux/linux-6.6/Documentation/userspace-api/ioctl/
Dioctl-number.rst45 convention at all.
77 0x02 all linux/fd.h
78 0x03 all linux/hdreg.h
80 0x06 all linux/lp.h
81 0x09 all linux/raid/md_u.h
85 0x12 all linux/fs.h
87 0x1b all InfiniBand Subsystem
89 0x20 all drivers/cdrom/cm206.h
90 0x22 all scsi/sg.h
105 '8' all SNP8023 advanced NIC card
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/graniterapids/
Dvirtual-memory.json3 …"BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page size…
6 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
11 …"BriefDescription": "Store misses in all TLB levels causes a page walk that completes. (All page s…
14 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
19 …"BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page size…
22 …"PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This im…
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/tigerlake/
Duncore-memory.json3 …every read (RdCAS) issued by the Memory Controller to DRAM (sum of all channels). All requests res…
11 … 64B read and write request entering the Memory Controller to DRAM (sum of all channels). Each wri…
19 …very write (WrCAS) issued by the Memory Controller to DRAM (sum of all channels). All requests res…
27 …every read (RdCAS) issued by the Memory Controller to DRAM (sum of all channels). All requests res…
35 … 64B read and write request entering the Memory Controller to DRAM (sum of all channels). Each wri…
43 …very write (WrCAS) issued by the Memory Controller to DRAM (sum of all channels). All requests res…
Duncore-interconnect.json3 "BriefDescription": "UNC_ARB_COH_TRK_REQUESTS.ALL",
5 "EventName": "UNC_ARB_COH_TRK_REQUESTS.ALL",
13 "EventName": "UNC_ARB_DAT_OCCUPANCY.ALL",
35 … "BriefDescription": "This event is deprecated. Refer to new event UNC_ARB_DAT_OCCUPANCY.ALL",
37 "EventName": "UNC_ARB_IFA_OCCUPANCY.ALL",
51 …"BriefDescription": "Number of all coherent Data Read entries. Doesn't include prefetches [This ev…
59 …"BriefDescription": "Each cycle count number of all outgoing valid entries in ReqTrk. Such entry i…
61 "EventName": "UNC_ARB_TRK_OCCUPANCY.ALL",
75 "BriefDescription": "UNC_ARB_TRK_REQUESTS.ALL",
77 "EventName": "UNC_ARB_TRK_REQUESTS.ALL",
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen1/
Dcache.json75 …"BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache reads (including har…
81 "BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache stores.",
87 "BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache shared reads.",
93 "BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Instruction cache reads.",
99 …"BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache state change request…
105 "BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). PrefetchL2Cmd.",
111 …"BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). L2 Prefetcher. All prefetches a…
134 "BriefDescription": "All L2 Cache Requests (Breakdown 2 - Rare). Data cache read sized.",
140 …"BriefDescription": "All L2 Cache Requests (Breakdown 2 - Rare). Data cache read sized non-cacheab…
146 "BriefDescription": "All L2 Cache Requests (Breakdown 2 - Rare). Instruction cache read sized.",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen1/
Dcache.json75 …"BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache reads (including har…
81 "BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache stores.",
87 "BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache shared reads.",
93 "BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Instruction cache reads.",
99 …"BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache state change request…
105 "BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). PrefetchL2Cmd.",
111 …"BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). L2 Prefetcher. All prefetches a…
134 "BriefDescription": "All L2 Cache Requests (Breakdown 2 - Rare). Data cache read sized.",
140 …"BriefDescription": "All L2 Cache Requests (Breakdown 2 - Rare). Data cache read sized non-cacheab…
146 "BriefDescription": "All L2 Cache Requests (Breakdown 2 - Rare). Instruction cache read sized.",
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/cgroup-v1/
Ddevices.rst11 'type' is a (all), c (char), or b (block). 'all' means it applies
12 to all types and all major and minor numbers. Major and minor are
13 either an integer or * for all. Access is a composition of r
16 The root device cgroup starts with rwm to 'all'. A child device
62 a cgroup's devices.deny file, all its children will have that entry removed
63 from their whitelist and all the locally set whitelist entries will be
85 A all "b 8:* rwm", "c 116:* rw"
86 B "c 1:3 rwm", "b 3:* rwm" all the rest
98 A "c 1:3 rwm", "c 1:5 r" all the rest
99 B "c 1:3 rwm", "c 1:5 r" all the rest
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
Ddevices.rst11 'type' is a (all), c (char), or b (block). 'all' means it applies
12 to all types and all major and minor numbers. Major and minor are
13 either an integer or * for all. Access is a composition of r
16 The root device cgroup starts with rwm to 'all'. A child device
62 a cgroup's devices.deny file, all its children will have that entry removed
63 from their whitelist and all the locally set whitelist entries will be
85 A all "b 8:* rwm", "c 116:* rw"
86 B "c 1:3 rwm", "b 3:* rwm" all the rest
98 A "c 1:3 rwm", "c 1:5 r" all the rest
99 B "c 1:3 rwm", "c 1:5 r" all the rest
[all …]
/kernel/linux/linux-5.10/Documentation/process/
Dsubmit-checklist.rst9 These are all above and beyond the documentation that is provided in
41 You should be able to justify all violations that remain in
48 7) All new ``Kconfig`` options have help text.
72 ``CONFIG_PROVE_RCU`` and ``CONFIG_DEBUG_OBJECTS_RCU_HEAD`` all
78 16) All codepaths have been exercised with all lockdep features enabled.
80 17) All new ``/proc`` entries are documented under ``Documentation/``
82 18) All new kernel boot parameters are documented in
85 19) All new module parameters are documented with ``MODULE_PARM_DESC()``
87 20) All new userspace interfaces are documented in ``Documentation/ABI/``.
92 21) Check that it all passes ``make headers_check``.
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/skylake/
Dcache.json47 "EventName": "L2_LINES_IN.ALL",
162 "BriefDescription": "All requests that miss L2 cache",
165 "PublicDescription": "All requests that miss L2 cache.",
186 "BriefDescription": "All L2 requests",
189 "PublicDescription": "All L2 requests.",
222 …lative accesses and hardware prefetches from L1 and L2. It does not include all misses to the L3.",
231 …tive accesses and hardware prefetches from L1 and L2. It does not include all accesses to the L3.…
241 …"PublicDescription": "Counts all retired load instructions. This event accounts for SW prefetch in…
251 "PublicDescription": "Counts all retired store instructions.",
256 "BriefDescription": "All retired memory instructions.",
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/filters/
Dmatchall.json172 …"name": "Add ingress matchall filter for all protocols and action CONTINUE with handle at 32-bit m…
181 … "$TC filter add dev $DUMMY parent ffff: handle 0xffffffff prio 1 protocol all matchall action con…
183 …"verifyCmd": "$TC filter get dev $DUMMY parent ffff: handle 0xffffffff prio 1 protocol all matchal…
184 …"matchPattern": "^filter parent ffff: protocol all pref 1 matchall.*handle 0xffffffff.*gact action…
193 …"name": "Add egress matchall filter for all protocols and action CONTINUE with handle at 32-bit ma…
202 …"cmdUnderTest": "$TC filter add dev $DUMMY parent 1: handle 0xffffffff prio 1 protocol all matchal…
204 … "verifyCmd": "$TC filter get dev $DUMMY parent 1: handle 0xffffffff prio 1 protocol all matchall",
205 …"matchPattern": "^filter parent 1: protocol all pref 1 matchall.*handle 0xffffffff.*gact action co…
214 … "name": "Add ingress matchall filter for all protocols and action RECLASSIFY with skip_hw flag",
223 …"cmdUnderTest": "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 1 protocol all matchall sk…
[all …]

12345678910>>...594