| /linux/drivers/firmware/efi/libstub/ |
| H A D | unaccepted_memory.c | 75 unaccepted_table->phys_base = unaccepted_start; in allocate_unaccepted_bitmap() 146 if (start < unaccepted_table->phys_base) { in process_unaccepted_memory() 148 min(unaccepted_table->phys_base, end)); in process_unaccepted_memory() 149 start = unaccepted_table->phys_base; in process_unaccepted_memory() 153 if (end < unaccepted_table->phys_base) in process_unaccepted_memory() 157 start -= unaccepted_table->phys_base; in process_unaccepted_memory() 158 end -= unaccepted_table->phys_base; in process_unaccepted_memory() 165 unaccepted_table->phys_base; in process_unaccepted_memory() 166 phys_end = end + unaccepted_table->phys_base; in process_unaccepted_memory() 196 if (start < unaccepted_table->phys_base) in accept_memory() [all …]
|
| /linux/drivers/firmware/efi/ |
| H A D | unaccepted_memory.c | 52 if (start < unaccepted->phys_base) in accept_memory() 53 start = unaccepted->phys_base; in accept_memory() 54 if (end < unaccepted->phys_base) in accept_memory() 58 start -= unaccepted->phys_base; in accept_memory() 59 end -= unaccepted->phys_base; in accept_memory() 132 phys_start = range_start * unit_size + unaccepted->phys_base; in accept_memory() 133 phys_end = range_end * unit_size + unaccepted->phys_base; in accept_memory() 178 if (start < unaccepted->phys_base) in range_contains_unaccepted_memory() 179 start = unaccepted->phys_base; in range_contains_unaccepted_memory() 180 if (end < unaccepted->phys_base) in range_contains_unaccepted_memory() [all …]
|
| /linux/arch/x86/kernel/ |
| H A D | head64.c | 103 p4d_p = (p4dval_t *)((pgd & PTE_PFN_MASK) + __START_KERNEL_map - phys_base); in __early_make_pgtable() 112 *pgd_p = (pgdval_t)p4d_p - __START_KERNEL_map + phys_base + _KERNPG_TABLE; in __early_make_pgtable() 118 pud_p = (pudval_t *)((p4d & PTE_PFN_MASK) + __START_KERNEL_map - phys_base); in __early_make_pgtable() 127 *p4d_p = (p4dval_t)pud_p - __START_KERNEL_map + phys_base + _KERNPG_TABLE; in __early_make_pgtable() 133 pmd_p = (pmdval_t *)((pud & PTE_PFN_MASK) + __START_KERNEL_map - phys_base); in __early_make_pgtable() 142 *pud_p = (pudval_t)pmd_p - __START_KERNEL_map + phys_base + _KERNPG_TABLE; in __early_make_pgtable()
|
| H A D | head_64.S | 182 movq phys_base(%rip), %rax 710 SYM_DATA(phys_base, .quad 0x0) 711 SYM_PIC_ALIAS(phys_base); 712 EXPORT_SYMBOL(phys_base)
|
| H A D | vmcore_info_64.c | 12 VMCOREINFO_NUMBER(phys_base); in arch_crash_save_vmcoreinfo()
|
| /linux/arch/x86/include/asm/ |
| H A D | page_64.h | 16 extern unsigned long phys_base; 28 x = y + ((x > y) ? phys_base : (__START_KERNEL_map - PAGE_OFFSET)); in __phys_addr_nodebug() 46 return y + phys_base; in __phys_addr_symbol()
|
| H A D | kmsan.h | 71 x = y + phys_base; in kmsan_virt_addr_valid()
|
| /linux/arch/x86/realmode/ |
| H A D | init.c | 98 unsigned long phys_base; in setup_real_mode() local 119 phys_base = __pa(base); in setup_real_mode() 120 real_mode_seg = phys_base >> 4; in setup_real_mode() 135 *ptr += phys_base; in setup_real_mode()
|
| /linux/arch/sparc/kernel/ |
| H A D | setup_32.c | 323 phys_base = 0xffffffffUL; in setup_arch() 328 if (sp_banks[i].base_addr < phys_base) in setup_arch() 329 phys_base = sp_banks[i].base_addr; in setup_arch() 335 pfn_base = phys_base >> PAGE_SHIFT; in setup_arch()
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgtable_32.h | 71 extern unsigned long phys_base; 401 unsigned long long offset, space, phys_base; in io_remap_pfn_range_pfn() local 405 phys_base = offset | (space << 32ULL); in io_remap_pfn_range_pfn() 407 return phys_base >> PAGE_SHIFT; in io_remap_pfn_range_pfn()
|
| /linux/drivers/irqchip/ |
| H A D | irq-armada-370-xp.c | 801 void __iomem **base, phys_addr_t *phys_base) in mpic_map_region() argument 821 if (phys_base) in mpic_map_region() 822 *phys_base = res.start; in mpic_map_region() 833 phys_addr_t phys_base; in mpic_of_init() local 844 err = mpic_map_region(node, 0, &mpic->base, &phys_base); in mpic_of_init() 882 err = mpic_msi_init(mpic, node, phys_base); in mpic_of_init()
|
| /linux/drivers/pci/endpoint/ |
| H A D | pci-epc-core.c | 505 map->virt_base = pci_epc_mem_alloc_addr(epc, &map->phys_base, in pci_epc_mem_map() 510 map->phys_addr = map->phys_base + map_offset; in pci_epc_mem_map() 513 ret = pci_epc_map_addr(epc, func_no, vfunc_no, map->phys_base, in pci_epc_mem_map() 516 pci_epc_mem_free_addr(epc, map->phys_base, map->virt_base, in pci_epc_mem_map() 544 pci_epc_unmap_addr(epc, func_no, vfunc_no, map->phys_base); in pci_epc_mem_unmap() 545 pci_epc_mem_free_addr(epc, map->phys_base, map->virt_base, in pci_epc_mem_unmap()
|
| /linux/drivers/spi/ |
| H A D | spi-pxa2xx-dma.c | 93 cfg.dst_addr = drv_data->ssp->phys_base + SSDR; in pxa2xx_spi_dma_prepare_one() 100 cfg.src_addr = drv_data->ssp->phys_base + SSDR; in pxa2xx_spi_dma_prepare_one()
|
| /linux/drivers/video/fbdev/ |
| H A D | hpfb.c | 212 static int hpfb_init_one(unsigned long phys_base, unsigned long virt_base) in hpfb_init_one() argument 222 if (phys_base >= DIOII_BASE) { in hpfb_init_one() 223 fb_info.fix.smem_start += phys_base; in hpfb_init_one()
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptpf.h | 31 dma_addr_t phys_base; member
|
| /linux/arch/x86/platform/pvh/ |
| H A D | head.S | 121 movl %ebx, rva(phys_base)(%ebp) 187 subq phys_base(%rip), %rax
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi_thunk_64.S | 56 subq phys_base(%rip), %rax
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | hdmi_wp.c | 267 wp->phys_base = res->start; in hdmi_wp_init() 280 return wp->phys_base + HDMI_WP_AUDIO_DATA; in hdmi_wp_get_audio_dma_addr()
|
| /linux/include/linux/ |
| H A D | pci-epc.h | 58 phys_addr_t phys_base; member 128 phys_addr_t phys_base; member
|
| /linux/drivers/soc/qcom/ |
| H A D | smem.c | 208 phys_addr_t phys_base; member 786 return (phys_addr_t)part->phys_base + offset; in qcom_smem_virt_to_phys() 795 return (phys_addr_t)part->phys_base + offset; in qcom_smem_virt_to_phys() 1007 smem->global_partition.phys_base = smem->regions[0].aux_base + in qcom_smem_set_global_partition() 1060 smem->partitions[remote_host].phys_base = smem->regions[0].aux_base + in qcom_smem_enumerate_partitions()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | hdmi_wp.c | 288 wp->phys_base = res->start; in hdmi_wp_init() 296 return wp->phys_base + HDMI_WP_AUDIO_DATA; in hdmi_wp_get_audio_dma_addr()
|
| /linux/drivers/mtd/nand/onenand/ |
| H A D | onenand_samsung.c | 134 unsigned long phys_base; member 654 dma_src = onenand->phys_base + (p - this->base); in s5pc110_read_bufferram() 658 dma_src = onenand->phys_base + (p - this->base); in s5pc110_read_bufferram() 867 onenand->phys_base = r->start; in s3c_onenand_probe()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_dmm_priv.h | 154 dma_addr_t phys_base; member
|
| /linux/arch/x86/boot/compressed/ |
| H A D | efi.h | 103 u64 phys_base; member
|
| /linux/arch/sparc/mm/ |
| H A D | init_64.c | 876 static void __init find_ramdisk(unsigned long phys_base) in find_ramdisk() argument 899 ramdisk_image += phys_base; in find_ramdisk() 1602 static unsigned long __init bootmem_init(unsigned long phys_base) in bootmem_init() argument 1608 min_low_pfn = (phys_base >> PAGE_SHIFT); in bootmem_init() 2284 unsigned long end_pfn, shift, phys_base; in paging_init() local 2371 phys_base = 0xffffffffffffffffUL; in paging_init() 2373 phys_base = min(phys_base, pavail[i].phys_addr); in paging_init() 2379 find_ramdisk(phys_base); in paging_init() 2453 last_valid_pfn = end_pfn = bootmem_init(phys_base); in paging_init()
|