Home
last modified time | relevance | path

Searched refs:send_sregs (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/tests/
Dplugin_hint.c209 details.send_sregs = 1; in main()
/external/crosvm/crosvm_plugin/
Dcrosvm.h275 bool send_sregs; member
/external/crosvm/src/plugin/
Dprocess.rs445 send_sregs: hint.send_sregs, in handle_set_call_hint()
Dvcpu.rs149 pub send_sregs: bool, field
287 return (entry.send_sregs, entry.send_debugregs); in check_hint_details()
/external/crosvm/crosvm_plugin/src/
Dlib.rs129 send_sregs: bool, field
554 entry.send_sregs = hint.send_sregs; in set_hint()
/external/crosvm/protos/src/
Dplugin.proto165 bool send_sregs = 9; field