Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmm.c193 v != RDWR_COMPAT_MPT_VIRT_END; in share_hotadd_m2p_table()
223 if ( smap > ((RDWR_COMPAT_MPT_VIRT_END - RDWR_COMPAT_MPT_VIRT_START) >> 2) ) in destroy_compat_m2p_mapping()
226 if ( emap > ((RDWR_COMPAT_MPT_VIRT_END - RDWR_COMPAT_MPT_VIRT_START) >> 2) ) in destroy_compat_m2p_mapping()
227 emap = (RDWR_COMPAT_MPT_VIRT_END - RDWR_COMPAT_MPT_VIRT_START) >> 2; in destroy_compat_m2p_mapping()
336 epfn = (RDWR_COMPAT_MPT_VIRT_END - RDWR_COMPAT_MPT_VIRT_START) >> 2; in setup_compat_m2p_table()
638 if ( mpt_size > RDWR_COMPAT_MPT_VIRT_END - RDWR_COMPAT_MPT_VIRT_START ) in paging_init()
639 mpt_size = RDWR_COMPAT_MPT_VIRT_END - RDWR_COMPAT_MPT_VIRT_START; in paging_init()
871 v != RDWR_COMPAT_MPT_VIRT_END; in subarch_init_memory()
964 if ( limit > RDWR_COMPAT_MPT_VIRT_END ) in subarch_memory_op()
965 limit = RDWR_COMPAT_MPT_VIRT_END; in subarch_memory_op()
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dconfig.h216 #define RDWR_COMPAT_MPT_VIRT_END (RDWR_COMPAT_MPT_VIRT_START + GB(1)) macro
218 #define HIRO_COMPAT_MPT_VIRT_START RDWR_COMPAT_MPT_VIRT_END
A Dmm.h485 ((void)((mfn) >= (RDWR_COMPAT_MPT_VIRT_END - RDWR_COMPAT_MPT_VIRT_START) / 4 || \
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/
A Dmm.c122 if ( limit > RDWR_COMPAT_MPT_VIRT_END ) in compat_arch_memory_op()
123 limit = RDWR_COMPAT_MPT_VIRT_END; in compat_arch_memory_op()

Completed in 10 milliseconds