Home
last modified time | relevance | path

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

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