Searched refs:ts (Results 1 – 2 of 2) sorted by relevance
| /scripts/ |
| D | generate_rust_target.rs | 184 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/ |
| D | timerlist.py | 72 ts = cpus.per_cpu(tick_sched_ptr, cpu)
|