Home
last modified time | relevance | path

Searched defs:hyperv_call (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/crosvm_plugin/
H A Dcrosvm.h576 } hyperv_call; member
/aosp_15_r20/external/crosvm/protos/src/
H A Dplugin.proto428 HypervCall hyperv_call = 4; field
/aosp_15_r20/external/crosvm/src/crosvm/plugin/
H A Dvcpu.rs529 pub fn hyperv_call(&self, input: u64, params: [u64; 2], data: &mut [u8], vcpu: &Vcpu) -> bool { in hyperv_call() method