Searched refs:LineSize (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_powerpc64.cpp | 31 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 D | memtag.h | 169 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 D | Memory.inc | 227 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 D | R600InstPrinter.cpp | 83 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 D | actbl2.h | 2219 UINT32 LineSize; member 3072 UINT16 LineSize; member
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo2.c | 1523 {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 D | Acpi60.h | 1456 UINT32 LineSize; member
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 2182 printf("\tLineSize=%u\n", (u_int)ileave->LineSize); in acpi_print_nfit()
|