Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/hyp/src/hypervisor/
Dkvm.rs130 let granule = checked_hvc64(ARM_SMCCC_KVM_FUNC_HYP_MEMINFO, args)?; in memory_protection_granule() localVariable
142 let granule = checked_hvc64(VENDOR_HYP_KVM_MMIO_GUARD_INFO_FUNC_ID, args)?; in mmio_guard_granule() localVariable
/packages/modules/Virtualization/pvmfw/src/
Dmemory.rs153 granule: usize, field
337 let granule = get_hypervisor().memory_protection_granule()?; in init_dynamic_shared_pool() localVariable