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

/fuchsia/zircon/kernel/dev/iommu/intel/
H A Dcontext_table_state.cpp54 fbl::unique_ptr<ContextTableState> tbl(new (&ac) ContextTableState(bus, extended, upper,
62 entry.set_context_table(tbl->page_.paddr() >> 12);
65 *table = fbl::move(tbl);
77 volatile ds::ExtendedContextTable* tbl = extended_table(); local
78 volatile ds::ExtendedContextEntry* entry = &tbl->entry[bdf.packed_dev_and_func() & 0x7f];
81 volatile ds::ContextTable* tbl = table(); local
82 volatile ds::ContextEntry* entry = &tbl->entry[bdf.packed_dev_and_func()];
H A Diommu_impl.h108 zx_status_t GetOrCreateContextTableLocked(ds::Bdf bdf, ContextTableState** tbl) TA_REQ(lock_);
H A Diommu_impl.cpp720 zx_status_t IommuImpl::GetOrCreateContextTableLocked(ds::Bdf bdf, ContextTableState** tbl) { argument
739 *tbl = &context_table;
755 *tbl = table.get();
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dexp2l.c42 static const double tbl[TBLSIZE * 2] = { variable
368 long double t_hi = tbl[2 * i0];
369 long double t_lo = tbl[2 * i0 + 1];
390 static const long double tbl[TBLSIZE] = { variable
558 t = tbl[i0];
H A Dexp2.c36 static const double tbl[TBLSIZE * 2] = { variable
192 * virtual tables, interleaved in the real table tbl[].
243 t = tbl[2 * i0]; /* exp2t[i0] */
244 z -= tbl[2 * i0 + 1]; /* eps[i0] */
/fuchsia/zircon/third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/
H A Daesv8-armx64.S48 tbl v6.16b,{v3.16b},v2.16b
66 tbl v6.16b,{v3.16b},v2.16b
80 tbl v6.16b,{v3.16b},v2.16b
106 tbl v6.16b,{v4.16b},v2.16b
141 tbl v6.16b,{v4.16b},v2.16b

Completed in 91 milliseconds