Home
last modified time | relevance | path

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

/external/crosvm/src/crosvm/
Dgdb.rs604 <CrosvmArch as arch::GdbOps<V>>::get_max_hw_breakpoints(vcpu as &V) in vcpu_control_debug()
/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