Home
last modified time | relevance | path

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

/xen/xen/arch/arm/
A Dmm.c74 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()
A Dp2m.c767 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()
/xen/xen/include/asm-arm/
A Dlpae.h243 #define LPAE_ENTRIES (_AC(1,U) << LPAE_SHIFT) macro
244 #define LPAE_ENTRY_MASK (LPAE_ENTRIES - 1)
/xen/xen/arch/arm/arm64/
A Dhead.S591 cmp x1, #(LPAE_ENTRIES<<3) /* 512 entries per page */
/xen/xen/arch/arm/arm32/
A Dhead.S469 cmp r1, #(LPAE_ENTRIES<<3) /* 512*8-byte entries per page */

Completed in 12 milliseconds