Home
last modified time | relevance | path

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

/external/crosvm/x86_64/src/
Dgdb.rs209 fn get_max_hw_breakpoints(_vcpu: &T) -> Result<usize> { in get_max_hw_breakpoints() method
/external/crosvm/riscv64/src/
Dlib.rs557 fn get_max_hw_breakpoints(_vcpu: &T) -> Result<usize> { in get_max_hw_breakpoints() method
/external/crosvm/aarch64/src/
Dlib.rs1304 fn get_max_hw_breakpoints(vcpu: &T) -> Result<usize> { in get_max_hw_breakpoints() method
/external/crosvm/arch/src/
Dlib.rs647 fn get_max_hw_breakpoints(vcpu: &T) -> Result<usize, Self::Error>; in get_max_hw_breakpoints() method