Home
last modified time | relevance | path

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

/external/crosvm/aarch64/src/
Dlib.rs833 fn get_max_hw_breakpoints(vcpu: &T) -> Result<usize> { in get_max_hw_breakpoints() method
/external/crosvm/arch/src/
Dlib.rs534 fn get_max_hw_breakpoints(vcpu: &T) -> Result<usize, Self::Error>; in get_max_hw_breakpoints() method
/external/crosvm/x86_64/src/
Dlib.rs1311 fn get_max_hw_breakpoints(_vcpu: &T) -> Result<usize> { in get_max_hw_breakpoints() method