Searched refs:LPAE_ENTRIES (Results 1 – 5 of 5) sorted by relevance
74 lpae_t __aligned(PAGE_SIZE) __section(".data.page_aligned") name[LPAE_ENTRIES]77 lpae_t __aligned(PAGE_SIZE) name[LPAE_ENTRIES * (nr)]210 BUILD_BUG_ON(second_linear_offset(XEN_VIRT_START) >= LPAE_ENTRIES); in build_assertions()259 if ( offsets[level] > LPAE_ENTRIES ) in dump_pt_walk()401 count = nr_mfns / LPAE_ENTRIES; in create_mappings()404 if ( granularity == 16 * LPAE_ENTRIES ) in create_mappings()660 p[i] = pte_of_xenaddr((uintptr_t)(xen_second+i*LPAE_ENTRIES)); in setup_pagetables()669 = pte_of_xenaddr((uintptr_t)(cpu0_dommap+i*LPAE_ENTRIES)); in setup_pagetables()675 for ( i = 0; i < LPAE_ENTRIES; i++ ) in setup_pagetables()774 pte = mfn_to_xen_entry(virt_to_mfn(domheap+i*LPAE_ENTRIES), in init_secondary_pagetables()
767 for ( i = 0; i < LPAE_ENTRIES; i++ ) in p2m_free_entry()821 for ( i = 0; i < LPAE_ENTRIES; i++ ) in p2m_split_superpage()844 p2m->stats.mappings[next_level] += LPAE_ENTRIES; in p2m_split_superpage()1136 for ( i = 0; i < LPAE_ENTRIES; i++ ) in p2m_invalidate_table()
243 #define LPAE_ENTRIES (_AC(1,U) << LPAE_SHIFT) macro244 #define LPAE_ENTRY_MASK (LPAE_ENTRIES - 1)
591 cmp x1, #(LPAE_ENTRIES<<3) /* 512 entries per page */
469 cmp r1, #(LPAE_ENTRIES<<3) /* 512*8-byte entries per page */
Completed in 12 milliseconds