OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOW_ADDR
(Results
1 - 3
of
3
) 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)",
/external/linux-kselftest/tools/testing/selftests/vm/
va_128TBswitch.c
38
#define
LOW_ADDR
((void *) (1UL << 30))
99
.addr =
LOW_ADDR
,
102
.msg = "mmap(
LOW_ADDR
)",
184
.addr =
LOW_ADDR
,
187
.msg = "mmap(
LOW_ADDR
, MAP_HUGETLB)",
Completed in 241 milliseconds