Home
last modified time | relevance | path

Searched +full:1 +full:a (Results 1 – 25 of 4054) sorted by relevance

12345678910>>...163

/Linux-v5.15/tools/testing/selftests/net/
Dfcnal-test.sh8 # 1. icmp, tcp, udp and netfilter
16 # ns-A | ns-B
23 # ns-A:
24 # eth1: 172.16.1.1/24, 2001:db8:1::1/64
25 # lo: 127.0.0.1/8, ::1/128
26 # 172.16.2.1/32, 2001:db8:2::1/128
27 # red: 127.0.0.1/8, ::1/128
28 # 172.16.3.1/32, 2001:db8:3::1/128
31 # eth1: 172.16.1.2/24, 2001:db8:1::2/64
32 # lo2: 127.0.0.1/8, ::1/128
[all …]
/Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/
Ddevlink_trap_control.sh12 # | | 2001:db8:1::1/64 |
15 # | | default via 2001:db8:1::2 |
22 # | 2001:db8:1::2/64 |
34 # | | 2001:db8:2::1/64 |
93 simple_if_init $h1 192.0.2.1/24 2001:db8:1::1/64
96 ip -6 route add default vrf v$h1 nexthop via 2001:db8:1::2
101 ip -6 route del default vrf v$h1 nexthop via 2001:db8:1::2
104 simple_if_fini $h1 192.0.2.1/24 2001:db8:1::1/64
109 simple_if_init $h2 198.51.100.1/24 2001:db8:2::1/64
120 simple_if_fini $h2 198.51.100.1/24 2001:db8:2::1/64
[all …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/icelake/
Dother.json3 …eous requests, such as I/O and un-cacheable accesses that hit a cacheline in the L3 where a snoop …
5 "Counter": "0,1,2,3",
10 "Offcore": "1",
11 "PEBScounters": "0,1,2,3",
12 …rogrammed only with a specific pair of event select and counter MSR, and with specific event codes…
14 "Speculative": "1",
20 "Counter": "0,1,2,3",
25 "Offcore": "1",
26 "PEBScounters": "0,1,2,3",
27 …rogrammed only with a specific pair of event select and counter MSR, and with specific event codes…
[all …]
Dvirtual-memory.json5 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
11 "Speculative": "1",
15 …"BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page size…
17 "Counter": "0,1,2,3",
20 "PEBScounters": "0,1,2,3",
21 …caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of…
23 "Speculative": "1",
29 "Counter": "0,1,2,3",
32 "PEBScounters": "0,1,2,3",
[all …]
Dfrontend.json3 … number when the front end is resteered, mainly when the BPU cannot provide a correct prediction a…
5 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
9 …the front-end is resteered when it finds a branch instruction in a fetch line. This occurs for the…
11 "Speculative": "1",
17 "Counter": "0,1,2,3,4,5,6,7",
22 "PEBS": "1",
23 "PEBScounters": "0,1,2,3,4,5,6,7",
26 "TakenAlone": "1",
32 "Counter": "0,1,2,3",
[all …]
/Linux-v5.15/lib/
Dglobtest.c10 /* Boot with "glob.verbose=1" to show successful tests, too */
24 /* Can't get string literals into a particular section, so... */ in test()
47 * pointed-to strings to be in a particular section.
49 * Anyway, a test consists of:
50 * 1. Expected glob_match result: '1' or '0'.
54 * The list of tests is terminated with a final '\0' instead of
55 * a glob_match result character.
59 "1" "a\0" "a\0"
60 "0" "a\0" "b\0"
61 "0" "a\0" "aa\0"
[all …]
/Linux-v5.15/kernel/bpf/
Dtnum.c4 * A tnum tracks knowledge about the bits of a value. Each bit can be either
5 * known (0 or 1), or unknown (x). Arithmetic operations on tnums will
13 /* A completely unknown value */
14 const struct tnum tnum_unknown = { .value = 0, .mask = -1 };
26 /* special case, needed because 1ULL << 64 is undefined */ in tnum_range()
29 /* e.g. if chi = 4, bits = 3, delta = (1<<3) - 1 = 7. in tnum_range()
30 * if chi = 0, bits = 0, delta = (1<<0) - 1 = 0, so we return in tnum_range()
33 delta = (1ULL << bits) - 1; in tnum_range()
37 struct tnum tnum_lshift(struct tnum a, u8 shift) in tnum_lshift() argument
39 return TNUM(a.value << shift, a.mask << shift); in tnum_lshift()
[all …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/cascadelakex/
Duncore-other.json4 "Counter": "0,1,2,3",
6 "PerPkg": "1",
11 "Counter": "0,1,2,3",
15 "PerPkg": "1",
21 "Counter": "0,1,2,3",
25 "PerPkg": "1",
31 "Counter": "0,1,2,3",
35 "PerPkg": "1",
41 "Counter": "0,1,2,3",
45 "PerPkg": "1",
[all …]
Dmemory.json4 "Counter": "0,1,2,3",
5 "CounterHTOff": "0,1,2,3,4,5,6,7",
14 "Counter": "0,1,2,3",
15 "CounterHTOff": "0,1,2,3,4,5,6,7",
24 "Counter": "0,1,2,3",
25 "CounterHTOff": "0,1,2,3,4,5,6,7",
28 "PEBS": "1",
35 "Counter": "0,1,2,3",
36 "CounterHTOff": "0,1,2,3,4,5,6,7",
44 "Counter": "0,1,2,3",
[all …]
Dcache.json4 "Counter": "0,1,2,3",
5 "CounterHTOff": "0,1,2,3,4,5,6,7",
13 …es a request needed a FB entry but there was no entry available for it. That is the FB unavailabil…
14 "Counter": "0,1,2,3",
15 "CounterHTOff": "0,1,2,3,4,5,6,7",
18 …licDescription": "Number of times a request needed a FB (Fill Buffer) entry but there was no entry…
24 "Counter": "0,1,2,3",
25 "CounterHTOff": "0,1,2,3,4,5,6,7",
28 …t FB, if it is allocated by hardware or software prefetch.Note: In the L1D, a Demand Read contains…
34 "Counter": "0,1,2,3",
[all …]
Dother.json3 …"BriefDescription": "Core cycles where the core was running in a manner where Turbo may be clipped…
4 "Counter": "0,1,2,3",
5 "CounterHTOff": "0,1,2,3,4,5,6,7",
13 …"BriefDescription": "Core cycles where the core was running in a manner where Turbo may be clipped…
14 "Counter": "0,1,2,3",
15 "CounterHTOff": "0,1,2,3,4,5,6,7",
18 …ore cycles where the core was running with power-delivery for license level 1. This includes high…
23 …"BriefDescription": "Core cycles where the core was running in a manner where Turbo may be clipped…
24 "Counter": "0,1,2,3",
25 "CounterHTOff": "0,1,2,3,4,5,6,7",
[all …]
Dvirtual-memory.json4 "Counter": "0,1,2,3",
5 "CounterHTOff": "0,1,2,3,4,5,6,7",
8 …blicDescription": "Counts demand data loads that caused a page walk of any page size (4K/2M/4M/1G)…
14 "Counter": "0,1,2,3",
15 "CounterHTOff": "0,1,2,3,4,5,6,7",
23 …"BriefDescription": "Cycles when at least one PMH is busy with a page walk for a load. EPT page wa…
24 "Counter": "0,1,2,3",
25 "CounterHTOff": "0,1,2,3,4,5,6,7",
26 "CounterMask": "1",
29 …n": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a load.",
[all …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/skylakex/
Duncore-other.json4 "Counter": "0,1,2,3",
6 "PerPkg": "1",
11 "Counter": "0,1,2,3",
15 "PerPkg": "1",
21 "Counter": "0,1,2,3",
25 "PerPkg": "1",
31 "Counter": "0,1,2,3",
35 "PerPkg": "1",
41 "Counter": "0,1,2,3",
45 "PerPkg": "1",
[all …]
Dvirtual-memory.json4 "Counter": "0,1,2,3",
5 "CounterHTOff": "0,1,2,3,4,5,6,7",
8 …blicDescription": "Counts demand data loads that caused a page walk of any page size (4K/2M/4M/1G)…
14 "Counter": "0,1,2,3",
15 "CounterHTOff": "0,1,2,3,4,5,6,7",
23 …"BriefDescription": "Cycles when at least one PMH is busy with a page walk for a load. EPT page wa…
24 "Counter": "0,1,2,3",
25 "CounterHTOff": "0,1,2,3,4,5,6,7",
26 "CounterMask": "1",
29 …n": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a load.",
[all …]
Dmemory.json4 "Counter": "0,1,2,3",
5 "CounterHTOff": "0,1,2,3,4,5,6,7",
14 "Counter": "0,1,2,3",
15 "CounterHTOff": "0,1,2,3,4,5,6,7",
24 "Counter": "0,1,2,3",
25 "CounterHTOff": "0,1,2,3,4,5,6,7",
28 "PEBS": "1",
35 "Counter": "0,1,2,3",
36 "CounterHTOff": "0,1,2,3,4,5,6,7",
44 "Counter": "0,1,2,3",
[all …]
/Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
Dtc_flower.sh4 # This test is for checking the A-TCAM and C-TCAM operation in Spectrum-2.
45 local tracepoint=$1
54 local tracepoint=$1
57 perf record -a -q -e $tracepoint sleep $seconds
63 local tracepoint=$1
71 local tracepoint=$1
76 return 1
83 local tracepoint=$1
87 return 1
94 # When only a single mask is required, the device uses the master
[all …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/skylake/
Dvirtual-memory.json4 "Counter": "0,1,2,3",
5 "CounterHTOff": "0,1,2,3,4,5,6,7",
8 …licDescription": "Counts demand data stores that caused a page walk of any page size (4K/2M/4M/1G)…
13 "BriefDescription": "Page walk completed due to a demand data store to a 2M/4M page",
14 "Counter": "0,1,2,3",
15 "CounterHTOff": "0,1,2,3,4,5,6,7",
18 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
23 …"BriefDescription": "Counts 1 per cycle for each PMH that is busy with a page walk for an instruct…
24 "Counter": "0,1,2,3",
25 "CounterHTOff": "0,1,2,3,4,5,6,7",
[all …]
/Linux-v5.15/arch/powerpc/crypto/
Dmd5-asm.S65 #define R_00_15(a, b, c, d, w0, w1, p, q, off, k0h, k0l, k1h, k1l) \ argument
67 and rT0,b,c; /* 1: f = b and c */ \
69 andc rT1,d,b; /* 1: f' = ~b and d */ \
71 or rT0,rT0,rT1; /* 1: f = f or f' */ \
72 addi w0,w0,k0l; /* 1: wk = w + k */ \
73 add a,a,rT0; /* 1: a = a + f */ \
74 addis w0,w0,k0h; /* 1: wk = w + k' */ \
76 add a,a,w0; /* 1: a = a + wk */ \
78 rotrwi a,a,p; /* 1: a = a rotl x */ \
79 add d,d,w1; /* 2: a = a + wk */ \
[all …]
/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dtc_flower.sh44 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
49 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \
52 tc_check_packets "dev $h2 ingress" 101 1
53 check_fail $? "Matched on a wrong filter"
55 tc_check_packets "dev $h2 ingress" 102 1
58 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
70 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
75 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \
78 tc_check_packets "dev $h2 ingress" 101 1
79 check_fail $? "Matched on a wrong filter"
[all …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/icelakex/
Dvirtual-memory.json3 "BriefDescription": "Page walks completed due to a demand data load to a 4K page.",
5 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
9 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
11 "Speculative": "1",
15 "BriefDescription": "Page walks completed due to a demand data load to a 2M/4M page.",
17 "Counter": "0,1,2,3",
20 "PEBScounters": "0,1,2,3",
21 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
23 "Speculative": "1",
[all …]
Dfrontend.json5 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
11 "Speculative": "1",
17 "Counter": "0,1,2,3",
21 "PEBScounters": "0,1,2,3",
24 "Speculative": "1",
30 "Counter": "0,1,2,3",
31 "CounterMask": "1",
34 "PEBScounters": "0,1,2,3",
37 "Speculative": "1",
[all …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/goldmontplus/
Dvirtual-memory.json3 "CollectPEBSRecord": "1",
4 …all TLB levels and were mapped to 4K pages. The page walks can end with or without a page fault.",
6 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
12 "BriefDescription": "Page walk completed due to a demand load to a 4K page"
15 "CollectPEBSRecord": "1",
16 …B levels and were mapped to 2M or 4M pages. The page walks can end with or without a page fault.",
18 "Counter": "0,1,2,3",
20 "PEBScounters": "0,1,2,3",
24 "BriefDescription": "Page walk completed due to a demand load to a 2M or 4M page"
[all …]
/Linux-v5.15/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c16 * of this code was written as part of a project to build a fixed-point vector
29 * (1) they include prominent notice that the work is derivative, and (2) they
42 #define LIT64( a ) a##LL argument
71 bits64 extractFloat64Frac(float64 a);
72 flag extractFloat64Sign(float64 a);
73 int16 extractFloat64Exp(float64 a);
74 int16 extractFloat32Exp(float32 a);
75 flag extractFloat32Sign(float32 a);
76 bits32 extractFloat32Frac(float32 a);
78 void shift64RightJamming(bits64 a, int16 count, bits64 * zPtr);
[all …]
/Linux-v5.15/include/drm/
Ddrm_fixed.h4 * Permission is hereby granted, free of charge, to any person obtaining a
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
35 #define dfixed_const(A) (u32)(((A) << 12))/* + ((B + 0.000122)*4096)) */ argument
36 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument
37 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument
38 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument
39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument
40 #define dfixed_init(A) { .full = dfixed_const((A)) } argument
41 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument
42 #define dfixed_trunc(A) ((A).full >> 12) argument
[all …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/tigerlake/
Dvirtual-memory.json5 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
14 … "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a demand load.",
16 "Counter": "0,1,2,3",
17 "CounterMask": "1",
20 "PEBScounters": "0,1,2,3",
21 …ounts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a demand load.…
26 …"BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page size…
28 "Counter": "0,1,2,3",
31 "PEBScounters": "0,1,2,3",
[all …]

12345678910>>...163