Home
last modified time | relevance | path

Searched defs:Page (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libc/test/src/string/memory_utils/
H A Dprotected_pages.h36 struct Page { struct
51 LIBC_INLINE Page &WithAccess(int protection) { in WithAccess() argument
70 // The pages A and B can be retrieved as with 'GetPageA' / 'GetPageB' and their argument
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp323 for (scudo::uptr Page = Block / PageSize; in testPageMapMarkRange() local
346 for (scudo::uptr Page = 0; Page <= FirstBlock / PageSize - 1; ++Page) in testPageMapMarkRange() local
356 for (scudo::uptr Page = Block / PageSize; in testPageMapMarkRange() local
383 for (scudo::uptr Page = Block / PageSize; in testPageMapMarkRange() local
388 for (scudo::uptr Page = Block / PageSize; in testPageMapMarkRange() local
399 for (scudo::uptr Page = FirstUncountedPage; in testPageMapMarkRange() local
410 for (scudo::uptr Page = 0; Page < RoundedRegionSize / PageSize; ++Page) in testPageMapMarkRange() local
440 for (scudo::uptr Page = Block / PageSize; in testReleasePartialRegion() local
495 for (scudo::uptr Page = Block / PageSize; in testReleasePartialRegion() local
513 for (scudo::uptr Page = ReleaseBase / PageSize; in testReleasePartialRegion() local
[all …]
/llvm-project/bolt/lib/Passes/
H A DCacheMetrics.cpp167 const uint64_t Page = BBAddrIt->second / ITLBPageSize; in expectedCacheHitRatio() local
186 const uint64_t Page = BBAddrIt->second / ITLBPageSize; in expectedCacheHitRatio() local
/llvm-project/llvm/include/llvm/ADT/
H A DPagedVector.h133 T *Page = PageToDataPtrs[I]; in resize() local
/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
H A DX86Counter.cpp236 struct perf_event_mmap_page Page; in doReadCounter() local