Home
last modified time | relevance | path

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

/external/crosvm/tests/
Dplugin_hint.c207 details.match_rax = 1; in main()
/external/crosvm/crosvm_plugin/
Dcrosvm.h266 bool match_rax; member
/external/crosvm/src/plugin/
Dprocess.rs437 match_rax: hint.match_rax, in handle_set_call_hint()
Dvcpu.rs141 pub match_rax: bool, field
282 if (!entry.match_rax || entry.rax == regs.rax) in check_hint_details()
/external/crosvm/crosvm_plugin/src/
Dlib.rs120 match_rax: bool, field
546 entry.match_rax = hint.match_rax; in set_hint()
/external/crosvm/protos/src/
Dplugin.proto157 bool match_rax = 1; field