Home
last modified time | relevance | path

Searched refs:L4_PAGETABLE_ENTRIES (Results 1 – 7 of 7) sorted by relevance

/xen/xen/include/asm-x86/x86_64/
A Dpage.h17 #define L4_PAGETABLE_ENTRIES (1<<PAGETABLE_ORDER) macro
18 #define ROOT_PAGETABLE_ENTRIES L4_PAGETABLE_ENTRIES
/xen/xen/arch/x86/boot/
A Dx86_64.S174 .rept L4_PAGETABLE_ENTRIES - 1
/xen/xen/include/asm-x86/
A Dconfig.h183 (L4_PAGETABLE_ENTRIES - ROOT_PAGETABLE_FIRST_XEN_SLOT - 1)
A Dpage.h227 (((a) >> L4_PAGETABLE_SHIFT) & (L4_PAGETABLE_ENTRIES - 1))
/xen/xen/arch/x86/mm/
A Dp2m-pt.c559 L4_PAGETABLE_ENTRIES, 3, 1); in p2m_pt_set_entry()
971 for ( i4 = 0; i4 < L4_PAGETABLE_ENTRIES; i4++ ) in p2m_pt_audit_p2m()
/xen/xen/arch/x86/
A Dsetup.c1244 for ( i = 0 ; i < L4_PAGETABLE_ENTRIES; i++, pl4e++ ) in __start_xen()
A Dmm.c1771 for ( i = page->nr_validated_ptes; i < L4_PAGETABLE_ENTRIES; in promote_l4_table()
1990 else if ( rc == -EINTR && i < L4_PAGETABLE_ENTRIES - 1 ) in demote_l4_table()

Completed in 21 milliseconds