Home
last modified time | relevance | path

Searched refs:SetTranslationEnableLocked (Results 1 – 2 of 2) sorted by relevance

/kernel/dev/iommu/intel/
A Diommu_impl.h100 zx_status_t SetTranslationEnableLocked(bool enabled, zx_time_t deadline) TA_REQ(lock_);
A Diommu_impl.cpp87 zx_status_t status = SetTranslationEnableLocked(false, ZX_TIME_INFINITE); in ~IommuImpl()
410 status = SetTranslationEnableLocked(true, zx_time_add_duration(current_time(), ZX_SEC(1))); in Initialize()
492 zx_status_t IommuImpl::SetTranslationEnableLocked(bool enabled, zx_time_t deadline) { in SetTranslationEnableLocked() function in intel_iommu::IommuImpl

Completed in 12 milliseconds