Home
last modified time | relevance | path

Searched defs:MACHINE (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/process/
H A Dsyscall.rs59 const MACHINE: &[u8] = b"x86_64"; in new() constant
62 const MACHINE: &[u8] = b"aarch64"; in new() constant
65 const MACHINE: &[u8] = b"riscv64"; in new() constant