Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp31 const size_t LineSize = 32; in clearCache() local
33 const intptr_t Mask = ~(LineSize - 1); in clearCache()
35 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask; in clearCache()
37 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache()
41 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h165 uptr LineSize, Next, Tmp; in storeTags() local
220 : [Cur] "+&r"(Begin), [LineSize] "=&r"(LineSize), [Next] "=&r"(Next), in storeTags()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc238 const size_t LineSize = 32;
240 const intptr_t Mask = ~(LineSize - 1);
242 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
244 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
248 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dactbl2.h1381 UINT32 LineSize; member
1913 UINT16 LineSize; member
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmtbinfo2.c1005 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineSize), "Line Size", 0},
1404 {ACPI_DMT_UINT16, ACPI_PPTT1_OFFSET (LineSize), "Line Size", 0},
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1519 int LineSize = (KCacheMode == 1) ? 16 : 32; in printKCache() local
1520 O << KCacheAddr * 16 << '-' << KCacheAddr * 16 + LineSize; in printKCache()
/freebsd-13.1/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi60.h1456 UINT32 LineSize; member
/freebsd-13.1/usr.sbin/acpi/acpidump/
H A Dacpi.c1657 printf("\tLineSize=%u\n", (u_int)ileave->LineSize); in acpi_print_nfit()