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

  /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap02.c 44 #define LOW_ADDR 0x80000000
57 static unsigned long low_addr = LOW_ADDR; variable
82 while (range_is_mapped(low_addr, low_addr + map_sz) == 1) {
83 low_addr = low_addr + 0x10000000;
85 if (low_addr < LOW_ADDR)
89 addr = mmap((void *)low_addr, page_sz, PROT_READ
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
5lvl.c 7 #define LOW_ADDR ((void *) (1UL << 30))
28 .addr = LOW_ADDR,
31 .msg = "mmap(LOW_ADDR)",
97 .addr = LOW_ADDR,
100 .msg = "mmap(LOW_ADDR, MAP_HUGETLB)",

Completed in 2981 milliseconds