Searched refs:upper (Results 1 - 6 of 6) 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) {
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.h27 // and the table will handle translations for, depending on |upper|, either the
28 // lower (dev<16) or upper half of this bus.
30 static zx_status_t Create(uint8_t bus, bool extended, bool upper,
53 ContextTableState(uint8_t bus, bool extended, bool upper, IommuImpl* parent,
H A Dhw.h315 RootEntrySubentry upper; member in struct:intel_iommu::ds::RootEntry
H A Diommu_impl.cpp728 // If this is an extended root table and the device is in the upper half
729 // of the bus address space, use the upper pointer.
730 target_entry = &root_table->entry[bdf.bus()].upper;
749 bdf.dev() >= 16 /* upper */,
/fuchsia/zircon/make/
H A Dmacros.mk25 # lower case and upper case translation
59 # NOTE: the left side of the variable will be upper cased and some symbols replaced
97 HOST_PLATFORM := $(shell uname -s | tr '[:upper:]' '[:lower:]')
/fuchsia/zircon/third_party/ulib/musl/src/ctype/
H A Dtowctrans.c9 unsigned short upper; member in struct:__anon1752
226 /* special case because the diff between upper/lower is too big */
240 int base = casemaps[i].upper + (lmask & casemaps[i].lower);
243 return wc + lower - ((wc - casemaps[i].upper) & 1);

Completed in 266 milliseconds