Home
last modified time | relevance | path

Searched refs:v3 (Results 1 – 10 of 10) sorted by relevance

/tools/power/cpupower/debug/kernel/
Dcpufreq-test_tsc.c37 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/
Dedid.S47 #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/
Dcrosstests.conf201 BISECT_GOOD = v3.1
202 BISECT_BAD = v3.2
203 CHECKOUT = v3.2
/tools/testing/ktest/examples/include/
Dbisect.conf22 BISECT_GOOD = v3.3
/tools/perf/pmu-events/arch/nds32/
Dmapfile.csv15 0x0,v3,n13,core
/tools/testing/selftests/net/forwarding/
Dvxlan_bridge_1d.sh178 __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
Dvxlan_bridge_1q.sh238 __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/
Dcallchain-overhead-calculation.txt104 Since v3.16 the 'children' overhead is shown by default and the output
/tools/testing/selftests/bpf/
DMakefile255 $(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/
DREADME93 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: