void test_main(void)
To be implemented by each test, as its entry point.
unsigned int l3_table_offset(unsigned long linear)
unsigned int l4_table_offset(unsigned long linear)
unsigned int l2_table_offset(unsigned long linear)
unsigned int l1_table_offset(unsigned long linear)
intpte_t pte_from_gfn(unsigned long gfn, uint64_t flags)
intpte_t pte_from_virt(const void *va, uint64_t flags)
static intpte_t nl2t[L2_PT_ENTRIES]
static intpte_t nl1t[L1_PT_ENTRIES]
static intpte_t nl3t[L3_PT_ENTRIES]