| /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 | 55 if (start < unaccepted->phys_base) in accept_memory() 56 start = unaccepted->phys_base; in accept_memory() 57 if (end < unaccepted->phys_base) in accept_memory() 61 start -= unaccepted->phys_base; in accept_memory() 62 end -= unaccepted->phys_base; in accept_memory() 135 phys_start = range_start * unit_size + unaccepted->phys_base; in accept_memory() 136 phys_end = range_end * unit_size + unaccepted->phys_base; in accept_memory() 184 if (start < unaccepted->phys_base) in range_contains_unaccepted_memory() 185 start = unaccepted->phys_base; in range_contains_unaccepted_memory() 186 if (end < unaccepted->phys_base) in range_contains_unaccepted_memory() [all …]
|
| /linux/drivers/pci/endpoint/ |
| H A D | pci-epc-mem.c | 92 mem->window.phys_base = windows[i].phys_base; in pci_epc_multi_mem_init() 133 mem_window.phys_base = base; in pci_epc_mem_init() 202 *phys_addr = mem->window.phys_base + in pci_epc_mem_alloc_addr() 230 if (phys_addr >= mem->window.phys_base && in pci_epc_get_matching_window() 231 phys_addr < (mem->window.phys_base + mem->window.size)) in pci_epc_get_matching_window() 265 pageno = (phys_addr - mem->window.phys_base) >> page_shift; in pci_epc_mem_free_addr()
|
| /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 682 SYM_DATA(phys_base, .quad 0x0) 683 SYM_PIC_ALIAS(phys_base); 684 EXPORT_SYMBOL(phys_base)
|
| H A D | vmcore_info_64.c | 12 VMCOREINFO_NUMBER(phys_base); in arch_crash_save_vmcoreinfo()
|
| /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/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()
|
| H A D | irq-gic-v3-its.c | 109 phys_addr_t phys_base; member 1811 return its->phys_base + GITS_TRANSLATER; in its_irq_get_msi_base() 2396 &its->phys_base, its_base_type_string[type], in its_setup_baser() 2469 &its->phys_base, its_base_type_string[type], in its_setup_baser() 2481 &its->phys_base, (int)(PAGE_ORDER_TO_SIZE(order) / (int)tmp), in its_setup_baser() 2536 &its->phys_base, its_base_type_string[type], in its_parse_indirect_baser() 3310 target = gic_data_rdist()->phys_base; in its_cpu_init_collection() 5012 &its->phys_base, err); in its_save_disable() 5058 &its->phys_base, ret); in its_restore_enable() 5212 &its->phys_base); in its_compute_its_list_map() [all …]
|
| /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/include/asm/ |
| H A D | kmsan.h | 71 x = y + phys_base; in kmsan_virt_addr_valid()
|
| /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/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/drivers/pinctrl/ti/ |
| H A D | pinctrl-ti-iodelay.c | 149 unsigned long phys_base; member 686 iod->phys_base + offset, in ti_iodelay_pin_dbg_show() 857 iod->phys_base = res->start; in ti_iodelay_probe()
|
| /linux/arch/x86/boot/startup/ |
| H A D | map_kernel.c | 112 phys_base = load_delta = __START_KERNEL_map + p2v_offset; in __startup_64()
|
| /linux/drivers/iio/adc/ |
| H A D | stm32-adc-core.h | 273 phys_addr_t phys_base; member
|
| /linux/drivers/mmc/host/ |
| H A D | mxcmmc.c | 122 dma_addr_t phys_base; member 824 config->dst_addr = host->phys_base + MMC_REG_BUFFER_ACCESS; in mxcmci_setup_dma() 825 config->src_addr = host->phys_base + MMC_REG_BUFFER_ACCESS; in mxcmci_setup_dma() 1018 host->phys_base = res->start; in mxcmci_probe()
|
| /linux/drivers/spi/ |
| H A D | spi-pxa2xx-platform.c | 33 ssp->phys_base = res->start; in pxa2xx_spi_init_ssp()
|