Home
last modified time | relevance | path

Searched refs:PHYSICAL_START (Results 1 – 14 of 14) sorted by relevance

/linux/arch/powerpc/include/asm/
A Dpage.h95 #define PHYSICAL_START kernstart_addr macro
98 #define PHYSICAL_START ASM_CONST(CONFIG_PHYSICAL_START) macro
106 #define VIRT_PHYS_OFFSET (KERNELBASE - PHYSICAL_START)
115 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
/linux/arch/powerpc/kernel/
A Dcrash_dump.c49 patch_branch(p + 1, addr + PHYSICAL_START, 0); in create_trampoline()
63 create_trampoline(__pa(system_reset_fwnmi) - PHYSICAL_START); in setup_kdump_trampoline()
64 create_trampoline(__pa(machine_check_fwnmi) - PHYSICAL_START); in setup_kdump_trampoline()
A Dprom.c124 if ((memory_limit && (start + size) > PHYSICAL_START + memory_limit) || in move_device_tree()
761 memblock_reserve(PHYSICAL_START, __pa(_end) - PHYSICAL_START); in early_init_devtree()
763 if (PHYSICAL_START > MEMORY_START) in early_init_devtree()
A Dsetup-common.c807 if (PHYSICAL_START > 0) in print_system_info()
809 (unsigned long long)PHYSICAL_START); in print_system_info()
A Dsetup_64.c479 - PHYSICAL_START); in smp_release_cpus()
A Dhead_book3s_32.S191 lis r5,PHYSICAL_START@h
769 lis r3,PHYSICAL_START@h /* Destination base address */
A Dprom_init.c3348 if (PHYSICAL_START > 0) in prom_init()
/linux/arch/powerpc/platforms/pseries/
A Dsetup.c131 system_reset_addr = __pa(system_reset_fwnmi) - PHYSICAL_START; in fwnmi_init()
132 machine_check_addr = __pa(machine_check_fwnmi) - PHYSICAL_START; in fwnmi_init()
/linux/arch/powerpc/lib/
A Dfeature-fixups.c630 if (PHYSICAL_START == 0) in do_final_fixups()
633 src = (u32 *)(KERNELBASE + PHYSICAL_START); in do_final_fixups()
/linux/arch/sh/
A DKconfig575 PHYSICAL_START.
586 config PHYSICAL_START config
/linux/arch/powerpc/
A DKconfig1195 config PHYSICAL_START config
1233 config PHYSICAL_START config
/linux/arch/powerpc/mm/book3s64/
A Dhash_utils.c296 if ((PHYSICAL_START > MEMORY_START) && in htab_bolt_mapping()
/linux/arch/mips/
A DKconfig2743 PHYSICAL_START and must be a power of 2.
2975 PHYSICAL_START.
2977 config PHYSICAL_START config
/linux/arch/x86/
A DKconfig2046 PHYSICAL_START, or it must be built as a relocatable image
2057 config PHYSICAL_START config in Processor type and features""choice9bdd862f0104

Completed in 67 milliseconds