summaryrefslogtreecommitdiff
path: root/rust/kernel/cpu.rs
AgeCommit message (Expand)AuthorFilesLines
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