Home
last modified time | relevance | path

Searched refs:InputBase (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/arm64/acpica/
H A Dacpi_iort.c280 mapping->base = map_entry->InputBase; in iort_copy_data()
285 mapping->end = map_entry->InputBase + map_entry->IdCount; in iort_copy_data()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl2.h692 UINT32 InputBase; /* Lowest value in input range */ member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo2.c295 {ACPI_DMT_UINT32, ACPI_IORTM_OFFSET (InputBase), "Input base", DT_OPTIONAL},
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12127 unsigned InputBase = 16 * S + Lane * InputSize / 8; in ReconstructShuffle() local
12129 Mask.push_back(InputBase + OF); in ReconstructShuffle()