Searched refs:RDWR_COMPAT_MPT_VIRT_END (Results 1 – 4 of 4) sorted by relevance
193 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 …]
216 #define RDWR_COMPAT_MPT_VIRT_END (RDWR_COMPAT_MPT_VIRT_START + GB(1)) macro218 #define HIRO_COMPAT_MPT_VIRT_START RDWR_COMPAT_MPT_VIRT_END
485 ((void)((mfn) >= (RDWR_COMPAT_MPT_VIRT_END - RDWR_COMPAT_MPT_VIRT_START) / 4 || \
122 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