Searched refs:start_phys (Results 1 – 2 of 2) sorted by relevance
551 unsigned long start_phys = os_info_old_value(OS_INFO_IMAGE_PHYS); in text_init() local559 phdr->p_offset = start_phys; in text_init()560 phdr->p_paddr = start_phys; in text_init()
3227 phys_addr_t start_phys, unsigned long size, in __simple_ioremap_prep() argument3233 if (start_phys + size < start_phys) in __simple_ioremap_prep()3240 size += start_phys & ~PAGE_MASK; in __simple_ioremap_prep()3241 pfn = start_phys >> PAGE_SHIFT; in __simple_ioremap_prep()