Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dtypes.h151 #define __sh_linear_l1_table ((shadow_l1e_t *)(SH_LINEAR_PT_VIRT_START))
153 (__sh_linear_l1_table + shadow_l1_linear_offset(SH_LINEAR_PT_VIRT_START)))
158 (__sh_linear_l2_table + shadow_l2_linear_offset(SH_LINEAR_PT_VIRT_START)))
160 (__sh_linear_l3_table + shadow_l3_linear_offset(SH_LINEAR_PT_VIRT_START)))
175 shadow_l1_linear_offset(SH_LINEAR_PT_VIRT_START)); \
183 shadow_l2_linear_offset(SH_LINEAR_PT_VIRT_START)); \
192 shadow_l3_linear_offset(SH_LINEAR_PT_VIRT_START)); \
A Dmulti.c1594 l4e[shadow_l4_table_offset(SH_LINEAR_PT_VIRT_START)] in sh_make_monitor_table()
2018 int linear_slot = shadow_l4_table_offset(SH_LINEAR_PT_VIRT_START); in sh_destroy_monitor_table()
3787 __linear_l4_table[l4_linear_offset(SH_LINEAR_PT_VIRT_START)] = in sh_update_linear_entries()
3795 ml4e[l4_table_offset(SH_LINEAR_PT_VIRT_START)] = in sh_update_linear_entries()
3825 + l2_linear_offset(SH_LINEAR_PT_VIRT_START); in sh_update_linear_entries()
3831 int linear_slot = shadow_l4_table_offset(SH_LINEAR_PT_VIRT_START); in sh_update_linear_entries()
4363 sl4p = __linear_l4_table + l4_linear_offset(SH_LINEAR_PT_VIRT_START); in sh_guess_wrmap()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dconfig.h200 #define SH_LINEAR_PT_VIRT_START (PML4_ADDR(259)) macro
201 #define SH_LINEAR_PT_VIRT_END (SH_LINEAR_PT_VIRT_START + PML4_ENTRY_BYTES)
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c1601 l4t[l4_table_offset(SH_LINEAR_PT_VIRT_START)] = in init_xen_l4_slots()

Completed in 25 milliseconds