Searched refs:LEVEL1_IDENT_ENTRIES (Results 1 – 1 of 1) sorted by relevance
95 #define LEVEL1_IDENT_ENTRIES (PTRS_PER_PTE * 4) macro96 static RESERVE_BRK_ARRAY(pte_t, level1_ident_pgt, LEVEL1_IDENT_ENTRIES);1781 level1_ident_pgt = extend_brk(sizeof(pte_t) * LEVEL1_IDENT_ENTRIES, in xen_map_identity_early()1794 if (ident_pte == LEVEL1_IDENT_ENTRIES) in xen_map_identity_early()