aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/cpu.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-14rust: kernel: cpu: mark `CpuId::current()` inlineRitvik Gupta1-0/+1
2025-07-16device: rust: rename Device::as_ref() to Device::from_raw()Alice Ryhl1-1/+1
2025-06-12rust: cpu: Add CpuId::current() to retrieve current CPU IDViresh Kumar1-0/+11
2025-06-12rust: Use CpuId in place of raw CPU numbersViresh Kumar1-2/+2
2025-06-12rust: cpu: Introduce CpuId abstractionViresh Kumar1-0/+110
2025-05-20rust: cpu: Add from_cpu()Viresh Kumar1-0/+30