Lines Matching refs:CONFIG_64BIT
45 #ifdef CONFIG_64BIT
52 bool pgtable_l4_enabled = IS_ENABLED(CONFIG_64BIT) && !IS_ENABLED(CONFIG_XIP_KERNEL);
53 bool pgtable_l5_enabled = IS_ENABLED(CONFIG_64BIT) && !IS_ENABLED(CONFIG_XIP_KERNEL);
107 #ifdef CONFIG_64BIT
121 if (IS_ENABLED(CONFIG_64BIT) && (diff >> LOG2_SZ_1T) >= 10)
142 #ifdef CONFIG_64BIT
148 if (IS_ENABLED(CONFIG_64BIT)) {
213 if (IS_ENABLED(CONFIG_64BIT) && IS_ENABLED(CONFIG_STRICT_KERNEL_RWX))
233 if (IS_ENABLED(CONFIG_64BIT))
245 if (!IS_ENABLED(CONFIG_64BIT)) {
277 if (IS_ENABLED(CONFIG_64BIT))
712 if (IS_ENABLED(CONFIG_64BIT) && is_va_kernel_lm_alias_text(va))
721 if (IS_ENABLED(CONFIG_64BIT))
730 if (IS_ENABLED(CONFIG_64BIT) && !is_kernel_mapping(va))
737 #if defined(CONFIG_64BIT) && !defined(CONFIG_XIP_KERNEL)
938 if (!IS_ENABLED(CONFIG_64BIT)) {
1061 #ifdef CONFIG_64BIT
1080 #if defined(CONFIG_64BIT) && !defined(CONFIG_XIP_KERNEL)
1096 kernel_map.va_pa_offset = IS_ENABLED(CONFIG_64BIT) ?
1106 memory_limit = KERN_VIRT_SIZE - (IS_ENABLED(CONFIG_64BIT) ? SZ_4G : 0);
1112 #ifdef CONFIG_64BIT
1295 #if !defined(CONFIG_64BIT)
1313 if (IS_ENABLED(CONFIG_64BIT))
1522 #if defined(CONFIG_MMU) && defined(CONFIG_64BIT)