Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/gunyah/
Daarch64.rs64 self.set_protected_vm_firmware_ipa(fw_addr, fw_max_size) in load_protected_vm_firmware()
Dmod.rs468 fn set_protected_vm_firmware_ipa(&self, fw_addr: GuestAddress, fw_size: u64) -> Result<()> { in set_protected_vm_firmware_ipa() method
/external/crosvm/hypervisor/src/kvm/
Daarch64.rs172 fn set_protected_vm_firmware_ipa(&self, fw_addr: GuestAddress) -> Result<()> { in set_protected_vm_firmware_ipa() method
208 self.set_protected_vm_firmware_ipa(fw_addr) in load_protected_vm_firmware()
/external/crosvm/hypervisor/src/geniezone/
Dmod.rs145 fn set_protected_vm_firmware_ipa(&self, fw_addr: GuestAddress) -> Result<()> { in set_protected_vm_firmware_ipa() method
175 self.set_protected_vm_firmware_ipa(fw_addr) in load_protected_vm_firmware()