Home
last modified time | relevance | path

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

/external/crosvm/aarch64/src/
Dlib.rs215 impl arch::LinuxArch for AArch64 {
/external/crosvm/src/
Dlinux.rs67 self, LinuxArch, RunnableLinuxVm, SerialHardware, SerialParameters, VcpuAffinity,
96 BuildVm(<Arch as LinuxArch>::Error),
100 ConfigureVcpu(<Arch as LinuxArch>::Error),
136 GuestMemoryLayout(<Arch as LinuxArch>::Error),
138 HandleDebugCommand(<Arch as LinuxArch>::Error),
/external/crosvm/arch/src/
Dlib.rs128 pub trait LinuxArch { trait
/external/crosvm/x86_64/src/
Dlib.rs349 impl arch::LinuxArch for X8664arch {