Searched refs:WindowSize (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCCodePadder.h | 137 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 D | MCCodePadder.cpp | 291 return alignTo(InstByte + UINT64_C(1) + Offset, WindowSize) - Offset; in computeWindowEndAddress()
|
| /freebsd-12.1/sys/dev/mwl/ |
| H A D | mwlhal.h | 516 int BarThrs, int WindowSize, uint16_t seqno);
|
| H A D | mwlhal.c | 1385 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 D | mwlreg.h | 1215 uint32_t WindowSize; member
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | actbl2.h | 1400 UINT64 WindowSize; member
|
| /freebsd-12.1/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo2.c | 1031 {ACPI_DMT_UINT64, ACPI_NFIT4_OFFSET (WindowSize), "Window Size", 0},
|
| /freebsd-12.1/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 1412 (uintmax_t)ctlreg->WindowSize); in acpi_print_nfit()
|