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

/fuchsia/zircon/kernel/dev/iommu/intel/
H A Dcontext_table_state.cpp18 ContextTableState::ContextTableState(uint8_t bus, bool extended, bool upper, argument
22 bus_(bus), extended_(extended), upper_(upper) {
31 // When modifying a present (extended) root entry, we must serially
40 zx_status_t ContextTableState::Create(uint8_t bus, bool extended, bool upper, argument
54 fbl::unique_ptr<ContextTableState> tbl(new (&ac) ContextTableState(bus, extended, upper,
H A Dcontext_table_state.h26 // If |extended| is true, then this will represent a reg::ExtendedContextTable,
29 // If |extended| is false, this represents a reg::ContextTable.
30 static zx_status_t Create(uint8_t bus, bool extended, bool upper,
53 ContextTableState(uint8_t bus, bool extended, bool upper, IommuImpl* parent,

Completed in 145 milliseconds