Home
last modified time | relevance | path

Searched refs:PHYSICAL_START (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dpage.h58 * PHYSICAL_START is the physical address of the start of the kernel.
62 * KERNELBASE, PAGE_OFFSET, and PHYSICAL_START are all configurable on
66 * KERNELBASE - PAGE_OFFSET = PHYSICAL_START - MEMORY_START
68 * Also, KERNELBASE >= PAGE_OFFSET and PHYSICAL_START >= MEMORY_START
72 * va = pa + KERNELBASE - PHYSICAL_START
95 #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)
143 * determine MEMORY_START until then. However we can determine PHYSICAL_START
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dpage.h59 * PHYSICAL_START is the physical address of the start of the kernel.
63 * KERNELBASE, PAGE_OFFSET, and PHYSICAL_START are all configurable on
67 * KERNELBASE - PAGE_OFFSET = PHYSICAL_START - MEMORY_START
69 * Also, KERNELBASE >= PAGE_OFFSET and PHYSICAL_START >= MEMORY_START
73 * va = pa + KERNELBASE - PHYSICAL_START
96 #define PHYSICAL_START kernstart_addr macro
99 #define PHYSICAL_START ASM_CONST(CONFIG_PHYSICAL_START) macro
107 #define VIRT_PHYS_OFFSET (KERNELBASE - PHYSICAL_START)
116 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
125 * determine MEMORY_START until then. However we can determine PHYSICAL_START
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dcrash_dump.c49 patch_branch((void *)p + 4, 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()
H A Dprom.c123 if ((memory_limit && (start + size) > PHYSICAL_START + memory_limit) || in move_device_tree()
767 memblock_reserve(PHYSICAL_START, __pa(klimit) - PHYSICAL_START); in early_init_devtree()
769 if (PHYSICAL_START > MEMORY_START) in early_init_devtree()
H A Dsetup-common.c829 if (PHYSICAL_START > 0) in print_system_info()
831 (unsigned long long)PHYSICAL_START); in print_system_info()
H A Dhead_book3s_32.S192 lis r5,PHYSICAL_START@h
193 cmplw 0,r4,r5 /* already running at PHYSICAL_START? */
797 * the kernel image to physical address PHYSICAL_START.
803 lis r3,PHYSICAL_START@h /* Destination base address */
H A Dsetup_64.c478 - PHYSICAL_START); in smp_release_cpus()
H A Dprom_init.c3366 if (PHYSICAL_START > 0) in prom_init()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H 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()
H A Dprom.c127 if ((memory_limit && (start + size) > PHYSICAL_START + memory_limit) || in move_device_tree()
824 memblock_reserve(PHYSICAL_START, __pa(_end) - PHYSICAL_START); in early_init_devtree()
826 if (PHYSICAL_START > MEMORY_START) in early_init_devtree()
H A Dsetup-common.c871 if (PHYSICAL_START > 0) in print_system_info()
873 (unsigned long long)PHYSICAL_START); in print_system_info()
H A Dsetup_64.c527 - PHYSICAL_START); in smp_release_cpus()
H A Dhead_book3s_32.S189 lis r5,PHYSICAL_START@h
190 cmplw 0,r4,r5 /* already running at PHYSICAL_START? */
758 * the kernel image to physical address PHYSICAL_START.
761 lis r3,PHYSICAL_START@h /* Destination base address */
H A Dprom_init.c3344 if (PHYSICAL_START > 0) in prom_init()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dsetup.c130 system_reset_addr = __pa(system_reset_fwnmi) - PHYSICAL_START; in fwnmi_init()
131 machine_check_addr = __pa(machine_check_fwnmi) - PHYSICAL_START; in fwnmi_init()
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dfeature-fixups.c550 if (PHYSICAL_START == 0) in do_final_fixups()
553 src = (struct ppc_inst *)(KERNELBASE + PHYSICAL_START); in do_final_fixups()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dfeature-fixups.c608 if (PHYSICAL_START == 0) in do_final_fixups()
611 src = (u32 *)(KERNELBASE + PHYSICAL_START); in do_final_fixups()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dsetup.c149 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()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dhash_utils.c294 if ((PHYSICAL_START > MEMORY_START) && in htab_bolt_mapping()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dhash_utils.c394 if ((PHYSICAL_START > MEMORY_START) && in htab_bolt_mapping()

Completed in 32 milliseconds