Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Din_guest.c95 for (gpa = 0, pte_loc = MEM_LOC_PAGE_TABLE_2M; in populate_identity_table()
111 pdep[0] = MEM_LOC_PAGE_TABLE_2M | PT_VALID | PT_WRITABLE; in populate_identity_table()
112 pdep[1] = (MEM_LOC_PAGE_TABLE_2M + PAGE_SIZE) | PT_VALID | PT_WRITABLE; in populate_identity_table()
114 (MEM_LOC_PAGE_TABLE_2M + 2 * PAGE_SIZE) | PT_VALID | PT_WRITABLE; in populate_identity_table()
116 (MEM_LOC_PAGE_TABLE_2M + 3 * PAGE_SIZE) | PT_VALID | PT_WRITABLE; in populate_identity_table()
H A Dpayload_common.h22 #define MEM_LOC_PAGE_TABLE_2M 0x200000 macro