HomeSort by relevance Sort by last modified time
    Searched refs:page_ptr (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
8-1.c 30 void *page_ptr; local
38 page_ptr = (void *)(LONG_MAX - (LONG_MAX % page_size));
39 result = mlock(page_ptr, BUFSIZE);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/
10-1.c 30 void *page_ptr; local
38 page_ptr = (void *)(LONG_MAX - (LONG_MAX % page_size));
39 result = munlock(page_ptr, BUFSIZE);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
3-7.c 25 void *page_ptr; local
60 page_ptr = (void *)((long)foo - ((long)foo % page_size));
62 result = msync(page_ptr, page_size, MS_SYNC | MS_INVALIDATE);
3-6.c 34 void *page_ptr; local
74 page_ptr = (void *)((long)foo - ((long)foo % page_size));
76 result = msync(page_ptr, page_size, MS_SYNC | MS_INVALIDATE);
  /bionic/linker/
linker_block_allocator.cpp 145 const uint8_t* page_ptr = reinterpret_cast<const uint8_t*>(page); local
146 if (block >= (page_ptr + sizeof(page->next)) && block < (page_ptr + PAGE_SIZE)) {
  /toolchain/binutils/binutils-2.27/ld/
pe-dll.c 1335 bfd_vma page_ptr, page_count; local
    [all...]

Completed in 246 milliseconds