Home
last modified time | relevance | path

Searched refs:start_phys (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/kernel/
H A Dcrash_dump.c551 unsigned long start_phys = os_info_old_value(OS_INFO_IMAGE_PHYS); in text_init() local
559 phdr->p_offset = start_phys; in text_init()
560 phdr->p_paddr = start_phys; in text_init()
/linux/mm/
H A Dmemory.c3227 phys_addr_t start_phys, unsigned long size, in __simple_ioremap_prep() argument
3233 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()