Home
last modified time | relevance | path

Searched refs:temp_aspace (Results 1 – 1 of 1) sorted by relevance

/trusty/kernel/app/mmutest/
Dmmutest.c1043 struct vmm_aspace* temp_aspace = NULL; in TEST_F() local
1052 while (!vmm_create_aspace_with_quota(&temp_aspace, "temp_aspace", in TEST_F()
1063 ret = vmm_alloc(temp_aspace, "test_from_reserved_success", PAGE_SIZE * 5000, in TEST_F()
1068 if (temp_aspace) in TEST_F()
1069 vmm_free_aspace(temp_aspace); in TEST_F()