Lines Matching refs:hpdata_huge
560 hpdata_t hpdata_huge[NHP];
561 uintptr_t huge_begin = (uintptr_t)&hpdata_huge[0];
562 uintptr_t huge_end = (uintptr_t)&hpdata_huge[NHP];
568 hpdata_init(&hpdata_huge[i], (void *)((10 + i) * HUGEPAGE),
570 psset_insert(&psset, &hpdata_huge[i]);
672 hpdata_t hpdata_huge[NHP];
678 hpdata_init(&hpdata_huge[i], (void *)cur_addr, cur_age);
681 psset_insert(&psset, &hpdata_huge[i]);
689 * Make the hpdata_huge[i] fully dirty, empty, purgable, and
692 psset_update_begin(&psset, &hpdata_huge[i]);
693 ptr = hpdata_reserve_alloc(&hpdata_huge[i], HUGEPAGE);
694 expect_ptr_eq(hpdata_addr_get(&hpdata_huge[i]), ptr, "");
695 hpdata_hugify(&hpdata_huge[i]);
696 hpdata_unreserve(&hpdata_huge[i], ptr, HUGEPAGE);
697 hpdata_purge_allowed_set(&hpdata_huge[i], true);
698 psset_update_end(&psset, &hpdata_huge[i]);
719 expect_ptr_eq(&hpdata_huge[i], to_purge, "");