Searched refs:_PAGE_PSE (Results 1 – 22 of 22) sorted by relevance
117 (0xfff0000000000000ul | _PAGE_GLOBAL | _PAGE_PSE | _PAGE_DIRTY | \136 #define GUEST_L4_PAGETABLE_RSVD _PAGE_PSE307 (guest_can_use_l2_superpages(v) ? 0 : _PAGE_PSE))) || in guest_l2e_rsvd_bits()308 ((l2e.l2 & _PAGE_PSE) && in guest_l2e_rsvd_bits()320 (guest_can_use_l3_superpages(v->domain) ? 0 : _PAGE_PSE))) || in guest_l3e_rsvd_bits()321 ((l3e.l3 & _PAGE_PSE) && in guest_l3e_rsvd_bits()398 if ( guest_l3e_get_flags(gw->l3e) & _PAGE_PSE ) in guest_walk_to_page_order()401 if ( guest_l2e_get_flags(gw->l2e) & _PAGE_PSE ) in guest_walk_to_page_order()
184 (((level > 1) && (pte & _PAGE_PSE)) || !is_l1tf_safe_maddr(pte)) ) in pv_l1tf_check_pte()
331 #define _PAGE_PSE _AC(0x080,U) macro
50 >> PAGE_SHIFT), (flags) | _PAGE_PSE)53 >> PAGE_SHIFT), (flags) | _PAGE_PSE)140 || (l1e_get_flags(*p2m_entry) & _PAGE_PSE) ) in p2m_free_entry()191 else if ( flags & _PAGE_PSE ) in p2m_next_level()356 if ( l1e_get_flags(*pent) & _PAGE_PSE ) in do_recalc()439 BUILD_BUG_ON(_PAGE_PAT != _PAGE_PSE); in do_recalc()444 flags |= _PAGE_PSE; in do_recalc()575 if ( flags & _PAGE_PSE ) in p2m_pt_set_entry()647 if ( flags & _PAGE_PSE ) in p2m_pt_set_entry()780 if ( flags & _PAGE_PSE ) in p2m_pt_get_entry()[all …]
198 if ( gflags & _PAGE_PSE ) in guest_walk_tables()295 gw->l2e.l2 &= ~_PAGE_PSE; in guest_walk_tables()296 gflags &= ~_PAGE_PSE; in guest_walk_tables()309 if ( gflags & _PAGE_PSE ) in guest_walk_tables()
70 if ( (l3e_get_flags(l3e) & _PAGE_PSE) ) in do_page_walk()82 if ( (l2e_get_flags(l2e) & _PAGE_PSE) ) in do_page_walk()138 switch ( l3e_get_flags(l3e) & (_PAGE_PRESENT | _PAGE_PSE) ) in m2p_mapped()140 case _PAGE_PSE|_PAGE_PRESENT: in m2p_mapped()173 if ( !(l3e_get_flags(l3e) & _PAGE_PSE) ) in share_hotadd_m2p_table()440 _PAGE_PSE)); in setup_m2p_table()714 (l3e_get_flags(l3e) & _PAGE_PSE) ) in cleanup_frame_table()724 if ( (l2e_get_flags(l2e) & (_PAGE_PRESENT | _PAGE_PSE)) == in cleanup_frame_table()725 (_PAGE_PSE | _PAGE_PRESENT) ) in cleanup_frame_table()830 if ( !(l3e_get_flags(l3e) & _PAGE_PSE) ) in subarch_init_memory()[all …]
217 (l3e_get_flags(l3e) & _PAGE_PSE) ? " (PSE)" : ""); in show_page_walk()219 (l3e_get_flags(l3e) & _PAGE_PSE) || in show_page_walk()231 (l2e_get_flags(l2e) & _PAGE_PSE) ? " (PSE)" : ""); in show_page_walk()233 (l2e_get_flags(l2e) & _PAGE_PSE) || in show_page_walk()
90 (l3e_get_flags(l3e) & _PAGE_PSE) ) in dbg_pv_va2mfn()99 (l2e_get_flags(l2e) & _PAGE_PSE) ) in dbg_pv_va2mfn()
697 if ( flags & _PAGE_PSE ) in clone_mapping()701 flags &= ~_PAGE_PSE; in clone_mapping()708 if ( flags & _PAGE_PSE ) in clone_mapping()712 flags &= ~_PAGE_PSE; in clone_mapping()748 ASSERT(!(l3e_get_flags(*pl3e) & _PAGE_PSE)); in clone_mapping()764 ASSERT(!(l2e_get_flags(*pl2e) & _PAGE_PSE)); in clone_mapping()879 ASSERT(!(l3e_get_flags(l3t[i3]) & _PAGE_PSE)); in cleanup_cpu_root_pgt()888 ASSERT(!(l2e_get_flags(l2t[i2]) & _PAGE_PSE)); in cleanup_cpu_root_pgt()
1312 if ( l2e_get_flags(l2e) & _PAGE_PSE ) in put_page_from_l2e()1325 if ( unlikely(l3e_get_flags(l3e) & _PAGE_PSE) ) in put_page_from_l3e()5135 BUG_ON(l3e_get_flags(*pl3e) & _PAGE_PSE); in virt_to_xen_l2e()5168 BUG_ON(l2e_get_flags(*pl2e) & _PAGE_PSE); in virt_to_xen_l1e()5304 (l3e_get_flags(ol3e) & _PAGE_PSE) ) in map_pages_to_xen()5346 (l3e_get_flags(*pl3e) & _PAGE_PSE) ) in map_pages_to_xen()5546 (l3e_get_flags(ol3e) & _PAGE_PSE) ) in map_pages_to_xen()5645 if ( l3e_get_flags(*pl3e) & _PAGE_PSE ) in modify_xen_mappings()5704 if ( l2e_get_flags(*pl2e) & _PAGE_PSE ) in modify_xen_mappings()5787 if ( l2e_get_flags(*pl2e) & _PAGE_PSE ) in modify_xen_mappings()[all …]
1255 (l3e_get_flags(*pl3e) & _PAGE_PSE) || in __start_xen()1265 (l2e_get_flags(*pl2e) & _PAGE_PSE) || in __start_xen()1284 PAGE_HYPERVISOR_RX | _PAGE_PSE); in __start_xen()1302 flags = PAGE_HYPERVISOR_RX | _PAGE_PSE; in __start_xen()1307 flags = PAGE_HYPERVISOR_RO | _PAGE_PSE; in __start_xen()1312 flags = PAGE_HYPERVISOR_RWX | _PAGE_PSE; in __start_xen()1317 flags = PAGE_HYPERVISOR_RW | _PAGE_PSE; in __start_xen()
1344 if ( l3e_get_flags(l3e) & _PAGE_PSE ) in __page_fault_type()1355 if ( l2e_get_flags(l2e) & _PAGE_PSE ) in __page_fault_type()
50 if ( (l2e_get_flags(l2e) & (_PAGE_PRESENT | _PAGE_PSE)) != _PAGE_PRESENT ) in map_guest_l1e()
168 *pl3e = l3e_from_page(page, L1_PROT|_PAGE_DIRTY|_PAGE_PSE); in setup_pv_physmap()194 *pl2e = l2e_from_page(page, L1_PROT|_PAGE_DIRTY|_PAGE_PSE); in setup_pv_physmap()
61 #define _PAGE_PSE 0x080 macro
958 if ( (type > XEN_DOMCTL_PFINFO_L1TAB) && (pte & _PAGE_PSE) ) in normalise_pagetable()
732 _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_PSE); in alloc_magic_pages_hvm()
259 (guest_l2e_get_flags(gw->l2e) & _PAGE_PSE)) ) in shadow_check_gwalk()331 (guest_l2e_get_flags(gw->l2e) & _PAGE_PSE)) in gw_remove_write_accesses()378 && (guest_l2e_get_flags(gw->l2e) & _PAGE_PSE) in sh_audit_gw()630 (gflags & _PAGE_PSE) && in _sh_propagate()1770 || !(guest_l2e_get_flags(gw->l2e) & _PAGE_PSE)) ) in shadow_get_and_create_l1e()1782 if ( guest_can_use_l2_superpages(v) && (flags & _PAGE_PSE) ) in shadow_get_and_create_l1e()2191 (guest_l2e_get_flags(new_gl2e) & _PAGE_PSE) ) in validate_gl2e()2574 ASSERT(guest_l2e_get_flags(gw->l2e) & _PAGE_PSE); in sh_prefetch()4599 if ( level == 2 && (sflags & _PAGE_PSE) ) in sh_audit_flags()4606 if ( (level == 1 || (level == 2 && (gflags & _PAGE_PSE))) in sh_audit_flags()[all …]
3001 (l1e_get_flags(*p) & _PAGE_PSE))); in sh_unshadow_for_p2m_change()3020 (l1e_get_flags(*p) & _PAGE_PSE) ) in sh_unshadow_for_p2m_change()3034 && !(l1e_get_flags(new) & _PAGE_PSE) in sh_unshadow_for_p2m_change()
668 lea _PAGE_PSE + PAGE_HYPERVISOR_RWX + sym_esi(_start), %eax688 lea _PAGE_PSE + PAGE_HYPERVISOR_RWX(%ecx), %eax /* PTE to write. */
600 PAGE_HYPERVISOR_RWX | _PAGE_PSE); in efi_arch_memory_setup()626 __PAGE_HYPERVISOR | _PAGE_PSE); in efi_arch_memory_setup()
1654 BUG_ON(l3e_get_flags(*pl3e) & _PAGE_PSE); in efi_init_memory()1667 BUG_ON(l2e_get_flags(*pl2e) & _PAGE_PSE); in efi_init_memory()
Completed in 68 milliseconds