Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 2 of 2) sorted by relevance

/scripts/
Dgenerate_rust_target.rs184 let mut ts = TargetSpec::new(); in main() localVariable
196 ts.push("arch", "x86_64"); in main()
198 ts.push("rustc-abi", "x86-softfloat"); in main()
200 ts.push( in main()
223 ts.push("features", features); in main()
224 ts.push("llvm-target", "x86_64-linux-gnu"); in main()
225 ts.push("supported-sanitizers", ["kcfi", "kernel-address"]); in main()
227 ts.push("target-pointer-width", 64); in main()
229 ts.push("target-pointer-width", "64"); in main()
236 ts.push("arch", "x86"); in main()
[all …]
/scripts/gdb/linux/
Dtimerlist.py72 ts = cpus.per_cpu(tick_sched_ptr, cpu)