PHYSICAL_START
#define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
#define VIRT_PHYS_OFFSET (KERNELBASE - PHYSICAL_START)
patch_branch(p + 1, addr + PHYSICAL_START, 0);
create_trampoline(__pa(system_reset_fwnmi) - PHYSICAL_START);
create_trampoline(__pa(machine_check_fwnmi) - PHYSICAL_START);
if ((memory_limit && (start + size) > PHYSICAL_START + memory_limit) ||
memblock_reserve(PHYSICAL_START, __pa(_end) - PHYSICAL_START);
if (PHYSICAL_START > MEMORY_START)
if (PHYSICAL_START > 0)
if (PHYSICAL_START > 0)
(unsigned long long)PHYSICAL_START);
- PHYSICAL_START);
if (PHYSICAL_START == 0)
src = (u32 *)(KERNELBASE + PHYSICAL_START);
if ((PHYSICAL_START > MEMORY_START) &&
system_reset_addr = __pa(system_reset_fwnmi) - PHYSICAL_START;
machine_check_addr = __pa(machine_check_fwnmi) - PHYSICAL_START;