Searched refs:LinuxArch (Results 1 – 4 of 4) sorted by relevance
/external/crosvm/aarch64/src/ |
D | lib.rs | 215 impl arch::LinuxArch for AArch64 {
|
/external/crosvm/src/ |
D | linux.rs | 67 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/ |
D | lib.rs | 128 pub trait LinuxArch { trait
|
/external/crosvm/x86_64/src/ |
D | lib.rs | 349 impl arch::LinuxArch for X8664arch {
|