Searched refs:v3 (Results 1 – 10 of 10) sorted by relevance
/tools/power/cpupower/debug/kernel/ |
D | cpufreq-test_tsc.c | 37 u32 v1=0,v2=0,v3=0; in read_pmtmr() local 46 v3 = inl(pm_tmr_ioport); in read_pmtmr() 47 } while ((v1 > v2 && v1 < v3) || (v2 > v3 && v2 < v1) in read_pmtmr() 48 || (v3 > v1 && v3 < v2)); in read_pmtmr()
|
/tools/edid/ |
D | edid.S | 47 #define mfgname2id(v1,v2,v3) \ argument 48 ((((v1-'@')&0x1f)<<10)+(((v2-'@')&0x1f)<<5)+((v3-'@')&0x1f)) 52 #define msbs4(v1,v2,v3,v4) \ argument 54 (((v3>>4)&0x03)<<2)+((v4>>4)&0x03))
|
/tools/testing/ktest/examples/ |
D | crosstests.conf | 201 BISECT_GOOD = v3.1 202 BISECT_BAD = v3.2 203 CHECKOUT = v3.2
|
/tools/testing/ktest/examples/include/ |
D | bisect.conf | 22 BISECT_GOOD = v3.3
|
/tools/perf/pmu-events/arch/nds32/ |
D | mapfile.csv | 15 0x0,v3,n13,core
|
/tools/testing/selftests/net/forwarding/ |
D | vxlan_bridge_1d.sh | 178 __simple_if_init v3 v$rp2 192.0.2.49/28 185 __simple_if_fini v3 192.0.2.49/28 272 ip link add name v3 type veth peer name v4 289 ip link del dev v3
|
D | vxlan_bridge_1q.sh | 238 __simple_if_init v3 v$rp2 192.0.2.49/28 245 __simple_if_fini v3 192.0.2.49/28 354 ip link add name v3 type veth peer name v4 371 ip link del dev v3
|
/tools/perf/Documentation/ |
D | callchain-overhead-calculation.txt | 104 Since v3.16 the 'children' overhead is shown by default and the output
|
/tools/testing/selftests/bpf/ |
D | Makefile | 255 $(LLC) -mattr=dwarfris -march=bpf -mcpu=v3 $4 -filetype=obj -o $2 269 $(LLC) -march=bpf -mcpu=v3 $4 -filetype=obj -o $2
|
/tools/power/pm-graph/ |
D | README | 93 v3.0 behavior. These patches allow the tool to read all the 112 There is a patch which does this for kernel v3.8.0:
|