Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h169 uptr LineSize, Next, Tmp; in storeTags() local
224 : [Cur] "+&r"(Begin), [LineSize] "=&r"(LineSize), [Next] "=&r"(Next), in storeTags()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc227 const size_t LineSize = 32;
229 const intptr_t Mask = ~(LineSize - 1);
231 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask;
233 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
237 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600InstPrinter.cpp83 int LineSize = (KCacheMode == 1) ? 16 : 32; in printKCache() local
84 O << KCacheAddr * 16 << '-' << KCacheAddr * 16 + LineSize; in printKCache()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl2.h2219 UINT32 LineSize; member
3072 UINT16 LineSize; member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo2.c1523 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineSize), "Line Size", 0},
1993 {ACPI_DMT_UINT16, ACPI_PPTT1_OFFSET (LineSize), "Line Size", 0},
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi60.h1456 UINT32 LineSize; member
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c2182 printf("\tLineSize=%u\n", (u_int)ileave->LineSize); in acpi_print_nfit()