Home
last modified time | relevance | path

Searched defs:PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/builtins/arm/
H A Dchkstk.S19 #define PAGE_SIZE 4096 macro
/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dchkstk.S20 #define PAGE_SIZE 4096 macro
/llvm-project/libc/test/src/string/memory_utils/
H A Dprotected_pages.h29 static const size_t PAGE_SIZE = sysconf(_SC_PAGESIZE); in GetPageSize() local