Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCCodePadder.h137 const uint64_t WindowSize; variable
143 MCCodePaddingPolicy(uint64_t Kind, uint64_t WindowSize, in MCCodePaddingPolicy() argument
145 : KindMask(UINT64_C(1) << Kind), WindowSize(WindowSize), in MCCodePaddingPolicy()
204 uint64_t getWindowSize() const { return WindowSize; } in getWindowSize()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodePadder.cpp291 return alignTo(InstByte + UINT64_C(1) + Offset, WindowSize) - Offset; in computeWindowEndAddress()
/freebsd-12.1/sys/dev/mwl/
H A Dmwlhal.h516 int BarThrs, int WindowSize, uint16_t seqno);
H A Dmwlhal.c1385 pCmd->BaInfo.CreateParams.WindowSize = htole32(64); in bastream_check_available()
1466 const MWL_HAL_BASTREAM *s, int BarThrs, int WindowSize, uint16_t seqno) in mwl_hal_bastream_create() argument
1477 pCmd->BaInfo.CreateParams.WindowSize = htole32(WindowSize); in mwl_hal_bastream_create()
H A Dmwlreg.h1215 uint32_t WindowSize; member
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dactbl2.h1400 UINT64 WindowSize; member
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Ddmtbinfo2.c1031 {ACPI_DMT_UINT64, ACPI_NFIT4_OFFSET (WindowSize), "Window Size", 0},
/freebsd-12.1/usr.sbin/acpi/acpidump/
H A Dacpi.c1412 (uintmax_t)ctlreg->WindowSize); in acpi_print_nfit()