Home
last modified time | relevance | path

Searched refs:PR_SET_VMA_ANON_NAME (Results 1 - 2 of 2) sorted by relevance

/test/xts/hats/kernel/prctl/
H A DPrctlApiTest.cpp38 #ifndef PR_SET_VMA_ANON_NAME
39 const int PR_SET_VMA_ANON_NAME = 0; variable
123 if (prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, ret_pm, page_size * NUMBER_PAGE, "anonymous map space")) { in SetVmaAnonName()
/test/xts/hats/kernel/syscalls/process/prctl/
H A DPrctlApiTest.cpp125 ret = prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, addr, pageSize * NUMBER_PAGE, "anonymous map space"); in HWTEST_F()

Completed in 1 milliseconds