Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/boot/
A Dx86_64.S180 .rept L4_PAGETABLE_ENTRIES - 1
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dconfig.h179 (L4_PAGETABLE_ENTRIES - ROOT_PAGETABLE_FIRST_XEN_SLOT - 1)
A Dpage.h207 (((a) >> L4_PAGETABLE_SHIFT) & (L4_PAGETABLE_ENTRIES - 1))
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-pt.c544 L4_PAGETABLE_ENTRIES, 3, 1); in p2m_pt_set_entry()
998 for ( i4 = 0; i4 < L4_PAGETABLE_ENTRIES; i4++ ) in p2m_pt_audit_p2m()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsetup.c1020 for ( i = 0 ; i < L4_PAGETABLE_ENTRIES; i++, pl4e++ ) in __start_xen()
A Dmm.c1680 for ( i = page->nr_validated_ptes; i < L4_PAGETABLE_ENTRIES; in alloc_l4_table()
1834 else if ( rc == -EINTR && i < L4_PAGETABLE_ENTRIES - 1 ) in free_l4_table()

Completed in 20 milliseconds