Home
last modified time | relevance | path

Searched defs:crosvm_hint_detail (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/crosvm_plugin/
Dcrosvm.h265 struct crosvm_hint_detail { struct
281 static_assert(sizeof(struct crosvm_hint_detail) == 48, argument
/external/crosvm/crosvm_plugin/src/
Dlib.rs119 pub struct crosvm_hint_detail { struct
120 match_rax: bool,
121 match_rbx: bool,
122 match_rcx: bool,
123 match_rdx: bool,
124 reserved1: [u8; 4],
125 rax: u64,
126 rbx: u64,
127 rcx: u64,
128 rdx: u64,
[all …]