Home
last modified time | relevance | path

Searched refs:root_table_offset (Results 1 – 4 of 4) sorted by relevance

/xen/xen/arch/x86/
A Dsmpboot.c684 if ( root_table_offset(linear) > ROOT_PAGETABLE_LAST_XEN_SLOT || in clone_mapping()
685 root_table_offset(linear) < ROOT_PAGETABLE_FIRST_XEN_SLOT ) in clone_mapping()
692 pl3e = l4e_to_l3e(idle_pg_table[root_table_offset(linear)]) + in clone_mapping()
730 l4e_write(&rpt[root_table_offset(linear)], in clone_mapping()
734 pl3e = l4e_to_l3e(rpt[root_table_offset(linear)]); in clone_mapping()
804 rpt[root_table_offset(RO_MPT_VIRT_START)] = in setup_cpu_root_pgt()
805 idle_pg_table[root_table_offset(RO_MPT_VIRT_START)]; in setup_cpu_root_pgt()
821 common_pgt = rpt[root_table_offset(XEN_VIRT_START)]; in setup_cpu_root_pgt()
824 rpt[root_table_offset(XEN_VIRT_START)] = common_pgt; in setup_cpu_root_pgt()
857 for ( r = root_table_offset(DIRECTMAP_VIRT_START); in cleanup_cpu_root_pgt()
[all …]
A Ddomain.c1561 root_pgt[root_table_offset(PERDOMAIN_VIRT_START)] = in paravirt_ctxt_switch_to()
/xen/xen/include/asm-x86/x86_64/
A Dpage.h118 #define root_table_offset l4_table_offset macro
/xen/xen/arch/x86/x86_64/
A Dentry.S158 mov root_table_offset(SH_LINEAR_PT_VIRT_START)*8(%rsi), %r8
159 mov %r8, root_table_offset(SH_LINEAR_PT_VIRT_START)*8(%rdi)

Completed in 12 milliseconds