Home
last modified time | relevance | path

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

/external/crosvm/x86_64/src/
Dgdb.rs204 fn enable_singlestep(vcpu: &T) -> Result<()> { in enable_singlestep() method
/external/crosvm/riscv64/src/
Dlib.rs553 fn enable_singlestep(_vcpu: &T) -> Result<()> { in enable_singlestep() method
/external/crosvm/aarch64/src/
Dlib.rs1298 fn enable_singlestep(vcpu: &T) -> Result<()> { in enable_singlestep() method
/external/crosvm/arch/src/
Dlib.rs644 fn enable_singlestep(vcpu: &T) -> Result<(), Self::Error>; in enable_singlestep() method