Searched refs:WindowSize (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | mem_map_fuchsia.cpp | 96 : 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 D | mem_map_fuchsia.h | 35 uptr getCapacityImpl() { return WindowSize; } in getCapacityImpl() 50 uptr WindowSize = 0; variable
|
/freebsd/sys/dev/mwl/ |
H A D | mwlhal.h | 514 int BarThrs, int WindowSize, uint16_t seqno);
|
H A D | mwlhal.c | 1383 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 D | mwlreg.h | 1203 uint32_t WindowSize; member
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl1.h | 795 UINT64 WindowSize; member
|
H A D | actbl2.h | 2255 UINT64 WindowSize; member
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo1.c | 794 {ACPI_DMT_UINT64, ACPI_CEDT1_OFFSET (WindowSize), "Window size", 0},
|
H A D | dmtbinfo2.c | 1565 {ACPI_DMT_UINT64, ACPI_NFIT4_OFFSET (WindowSize), "Window Size", 0},
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 2213 (uintmax_t)ctlreg->WindowSize); in acpi_print_nfit()
|