Searched refs:PHYSICAL_START (Results 1 – 14 of 14) sorted by relevance
88 #define PHYSICAL_START kernstart_addr macro91 #define PHYSICAL_START ASM_CONST(CONFIG_PHYSICAL_START) macro99 #define VIRT_PHYS_OFFSET (KERNELBASE - PHYSICAL_START)108 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
50 patch_branch(p + 1, addr + PHYSICAL_START, 0); in create_trampoline()64 create_trampoline(__pa(system_reset_fwnmi) - PHYSICAL_START); in setup_kdump_trampoline()65 create_trampoline(__pa(machine_check_fwnmi) - PHYSICAL_START); in setup_kdump_trampoline()
127 if ((memory_limit && (start + size) > PHYSICAL_START + memory_limit) || in move_device_tree()844 memblock_reserve(PHYSICAL_START, __pa(_end) - PHYSICAL_START); in early_init_devtree()853 if (PHYSICAL_START > MEMORY_START) in early_init_devtree()
880 if (PHYSICAL_START > 0) in print_system_info()882 (unsigned long long)PHYSICAL_START); in print_system_info()
527 - PHYSICAL_START); in smp_release_cpus()
189 lis r5,PHYSICAL_START@h752 lis r3,PHYSICAL_START@h /* Destination base address */
3280 if (PHYSICAL_START > 0) in prom_init()
149 system_reset_addr = __pa(system_reset_fwnmi) - PHYSICAL_START; in fwnmi_init()150 machine_check_addr = __pa(machine_check_fwnmi) - PHYSICAL_START; in fwnmi_init()
615 if (PHYSICAL_START == 0) in do_final_fixups()618 src = (u32 *)(KERNELBASE + PHYSICAL_START); in do_final_fixups()
558 config PHYSICAL_START config
1275 config PHYSICAL_START config1340 config PHYSICAL_START config
665 if ((PHYSICAL_START > MEMORY_START) && in htab_bolt_mapping()
2698 PHYSICAL_START and must be a power of 2.2910 config PHYSICAL_START config
2020 config PHYSICAL_START config in Processor type and features""and
Completed in 39 milliseconds