Searched refs:ptr5 (Results 1 – 1 of 1) sorted by relevance
/trusty/kernel/app/mmutest/ |
D | mmutest.c | 438 void* ptr5 = NULL; in TEST_P() local 603 ptr5 = (void*)(base + PAGE_SIZE * 5); in TEST_P() 606 ret = vmm_alloc(aspace, "mmutest", PAGE_SIZE, &ptr5, 0, in TEST_P() 611 ret = vmm_alloc(aspace, "mmutest", PAGE_SIZE, &ptr5, 0, in TEST_P() 617 ret = vmm_alloc(aspace, "mmutest", PAGE_SIZE, &ptr5, 0, in TEST_P() 623 ret = vmm_alloc(aspace, "mmutest", PAGE_SIZE, &ptr5, 0, in TEST_P() 635 ptr5 = NULL; in TEST_P() 638 vmm_free_region(aspace, (vaddr_t)ptr5); in TEST_P()
|