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.c3296 phys_addr_t start_phys, unsigned long size, in vm_iomap_memory()
3302 if (start_phys + size < start_phys) in vm_iomap_memory()
3309 size += start_phys & ~PAGE_MASK;
3310 pfn = start_phys >> PAGE_SHIFT; in apply_to_pte_range()
3227 __simple_ioremap_prep(unsigned long vm_len,pgoff_t vm_pgoff,phys_addr_t start_phys,unsigned long size,unsigned long * pfnp) __simple_ioremap_prep() argument