Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Din_guest.c92 uint64_t gpa, pte_loc; in populate_identity_table() local
95 for (gpa = 0, pte_loc = MEM_LOC_PAGE_TABLE_2M; in populate_identity_table()
97 pte_loc += PAGE_SIZE) { in populate_identity_table()
98 uint64_t *ptep = vm_map_gpa(ctx, pte_loc, PAGE_SIZE); in populate_identity_table()
108 assert(gpa == 0x100000000 && pte_loc == MEM_LOC_PAGE_TABLE_1G); in populate_identity_table()