Searched refs:global_ctl (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/dev/iommu/intel/
H A Diommu_impl.cpp374 auto global_ctl = reg::GlobalControl::Get().ReadFrom(&mmio_); local
375 if (global_ctl.translation_enable()) {
379 if (global_ctl.interrupt_remap_enable()) {
474 auto global_ctl = reg::GlobalControl::Get().ReadFrom(&mmio_); local
475 DEBUG_ASSERT(!global_ctl.translation_enable());
476 global_ctl.set_root_table_ptr(1);
477 global_ctl.WriteTo(&mmio_);
478 zx_status_t status = WaitForValueLocked(&global_ctl, &decltype(global_ctl)::root_table_ptr,
492 auto global_ctl local
[all...]

Completed in 20 milliseconds