/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | page.h | 58 * 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 D | page.h | 59 * 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 D | crash_dump.c | 49 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 D | prom.c | 123 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 D | setup-common.c | 829 if (PHYSICAL_START > 0) in print_system_info() 831 (unsigned long long)PHYSICAL_START); in print_system_info()
|
H A D | head_book3s_32.S | 192 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 D | setup_64.c | 478 - PHYSICAL_START); in smp_release_cpus()
|
H A D | prom_init.c | 3366 if (PHYSICAL_START > 0) in prom_init()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | crash_dump.c | 49 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 D | prom.c | 127 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 D | setup-common.c | 871 if (PHYSICAL_START > 0) in print_system_info() 873 (unsigned long long)PHYSICAL_START); in print_system_info()
|
H A D | setup_64.c | 527 - PHYSICAL_START); in smp_release_cpus()
|
H A D | head_book3s_32.S | 189 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 D | prom_init.c | 3344 if (PHYSICAL_START > 0) in prom_init()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | setup.c | 130 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 D | feature-fixups.c | 550 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 D | feature-fixups.c | 608 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 D | setup.c | 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()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 294 if ((PHYSICAL_START > MEMORY_START) && in htab_bolt_mapping()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 394 if ((PHYSICAL_START > MEMORY_START) && in htab_bolt_mapping()
|