Home
last modified time | relevance | path

Searched refs:WindowSize (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_fuchsia.cpp96 : MapAddr(Base), WindowBase(Base), WindowSize(Capacity) { in MemMapFuchsia()
147 WindowSize = Size; in mapImpl()
154 if (Size == WindowSize) { in unmapImpl()
162 MapAddr = WindowBase = WindowSize = 0; in unmapImpl()
176 WindowSize -= Size; in unmapImpl()
H A Dmem_map_fuchsia.h35 uptr getCapacityImpl() { return WindowSize; } in getCapacityImpl()
50 uptr WindowSize = 0; variable
/freebsd/sys/dev/mwl/
H A Dmwlhal.h514 int BarThrs, int WindowSize, uint16_t seqno);
H A Dmwlhal.c1383 pCmd->BaInfo.CreateParams.WindowSize = htole32(64); in bastream_check_available()
1464 const MWL_HAL_BASTREAM *s, int BarThrs, int WindowSize, uint16_t seqno) in mwl_hal_bastream_create() argument
1475 pCmd->BaInfo.CreateParams.WindowSize = htole32(WindowSize); in mwl_hal_bastream_create()
H A Dmwlreg.h1203 uint32_t WindowSize; member
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h795 UINT64 WindowSize; member
H A Dactbl2.h2255 UINT64 WindowSize; member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo1.c794 {ACPI_DMT_UINT64, ACPI_CEDT1_OFFSET (WindowSize), "Window size", 0},
H A Ddmtbinfo2.c1565 {ACPI_DMT_UINT64, ACPI_NFIT4_OFFSET (WindowSize), "Window Size", 0},
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c2213 (uintmax_t)ctlreg->WindowSize); in acpi_print_nfit()