Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dsyscall.rs49 const MACHINE: &[u8] = b"x86_64"; in new() constant
52 const MACHINE: &[u8] = b"aarch64"; in new() constant
55 const MACHINE: &[u8] = b"riscv64"; in new() constant
69 r.machine[0..MACHINE.len()].copy_from_slice(MACHINE); in new()