Home
last modified time | relevance | path

Searched refs:physaddr (Results 1 – 25 of 47) sorted by relevance

12

/linux-6.15/arch/m68k/mm/
H A Dkmap.c177 if ((physaddr >= 0x40000000) && (physaddr + size < 0x60000000) in __ioremap()
189 if (__cf_internalio(physaddr)) in __ioremap()
200 physaddr &= -IO_SIZE; in __ioremap()
224 physaddr |= _PAGE_CACHE040; in __ioremap()
228 physaddr |= _PAGE_NOCACHE_S; in __ioremap()
231 physaddr |= _PAGE_NOCACHE; in __ioremap()
234 physaddr |= _PAGE_CACHE040W; in __ioremap()
244 physaddr |= _PAGE_NOCACHE030; in __ioremap()
268 pmd_val(*pmd_dir) = physaddr; in __ioremap()
269 physaddr += PMD_SIZE; in __ioremap()
[all …]
H A Dmotorola.c300 unsigned long physaddr, virtaddr, size; in map_node() local
308 physaddr = m68k_memory[node].addr; in map_node()
313 physaddr |= _PAGE_GLOBAL040; in map_node()
328 pgd_val(*pgd_dir) = physaddr; in map_node()
331 physaddr += PGDIR_SIZE; in map_node()
351 pmd_val(*pmd_dir) = physaddr; in map_node()
352 physaddr += PMD_SIZE; in map_node()
362 physaddr += PAGE_SIZE; in map_node()
364 pte_val(*pte_dir++) = physaddr; in map_node()
380 pte_val(*pte_dir) = physaddr; in map_node()
[all …]
/linux-6.15/arch/m68k/include/asm/
H A Dnubus.h20 static inline void *nubus_remap_nocache_ser(unsigned long physaddr, in nubus_remap_nocache_ser() argument
23 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in nubus_remap_nocache_ser()
26 static inline void *nubus_remap_nocache_nonser(unsigned long physaddr, in nubus_remap_nocache_nonser() argument
29 return __ioremap(physaddr, size, IOMAP_NOCACHE_NONSER); in nubus_remap_nocache_nonser()
32 static inline void *nbus_remap_writethrough(unsigned long physaddr, in nbus_remap_writethrough() argument
35 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in nbus_remap_writethrough()
38 static inline void *nubus_remap_fullcache(unsigned long physaddr, in nubus_remap_fullcache() argument
41 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); in nubus_remap_fullcache()
H A Dzorro.h20 static inline void __iomem *z_remap_nocache_ser(unsigned long physaddr, in z_remap_nocache_ser() argument
23 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in z_remap_nocache_ser()
26 static inline void __iomem *z_remap_nocache_nonser(unsigned long physaddr, in z_remap_nocache_nonser() argument
29 return __ioremap(physaddr, size, IOMAP_NOCACHE_NONSER); in z_remap_nocache_nonser()
32 static inline void __iomem *z_remap_writethrough(unsigned long physaddr, in z_remap_writethrough() argument
35 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in z_remap_writethrough()
37 static inline void __iomem *z_remap_fullcache(unsigned long physaddr, in z_remap_fullcache() argument
40 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); in z_remap_fullcache()
H A Dkmap.h17 extern void __iomem *__ioremap(unsigned long physaddr, unsigned long size,
23 static inline void __iomem *ioremap(unsigned long physaddr, unsigned long size) in ioremap() argument
25 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in ioremap()
29 static inline void __iomem *ioremap_wt(unsigned long physaddr, in ioremap_wt() argument
32 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in ioremap_wt()
/linux-6.15/arch/x86/kernel/
H A Dhead64.c162 if (physaddr >> MAX_PHYSMEM_BITS) in __startup_64()
176 va_text = physaddr - p2v_offset; in __startup_64()
216 i = (physaddr >> PGDIR_SHIFT) % PTRS_PER_PGD; in __startup_64()
220 i = physaddr >> P4D_SHIFT; in __startup_64()
224 i = (physaddr >> PGDIR_SHIFT) % PTRS_PER_PGD; in __startup_64()
229 i = physaddr >> PUD_SHIFT; in __startup_64()
237 pmd_entry += physaddr; in __startup_64()
240 int idx = i + (physaddr >> PMD_SHIFT); in __startup_64()
290 unsigned long physaddr = address - __PAGE_OFFSET; in __early_make_pgtable() local
360 unsigned long physaddr = address - __PAGE_OFFSET; in early_make_pgtable() local
[all …]
/linux-6.15/drivers/mtd/maps/
H A Duclinux.c39 static unsigned long physaddr = -1; variable
40 module_param(physaddr, ulong, S_IRUGO);
74 if (physaddr == -1) in uclinux_mtd_init()
77 mapp->phys = physaddr; in uclinux_mtd_init()
/linux-6.15/drivers/firmware/google/
H A Dvpd.c183 phys_addr_t physaddr, size_t size) in vpd_section_init() argument
187 sec->baseaddr = memremap(physaddr, size, MEMREMAP_WB); in vpd_section_init()
247 static int vpd_sections_init(phys_addr_t physaddr) in vpd_sections_init() argument
253 temp = memremap(physaddr, sizeof(struct vpd_cbmem), MEMREMAP_WB); in vpd_sections_init()
265 physaddr + sizeof(struct vpd_cbmem), in vpd_sections_init()
273 physaddr + sizeof(struct vpd_cbmem) + in vpd_sections_init()
/linux-6.15/arch/parisc/kernel/
H A Dcache.c332 unsigned long physaddr) in __flush_cache_page() argument
349 flush_dcache_page_asm(physaddr, vmaddr); in __flush_cache_page()
351 flush_icache_page_asm(physaddr, vmaddr); in __flush_cache_page()
640 unsigned long physaddr = get_upa(mm, vmaddr); in flush_cache_page_if_present()
642 if (physaddr) in flush_cache_page_if_present()
643 __flush_cache_page(vma, vmaddr, PAGE_ALIGN_DOWN(physaddr)); in flush_cache_page_if_present()
827 unsigned long addr, physaddr; in flush_cache_vmap() local
851 physaddr = vm->phys_addr; in flush_cache_vmap()
854 flush_dcache_page_asm(physaddr, start); in flush_cache_vmap()
855 flush_icache_page_asm(physaddr, start); in flush_cache_vmap()
[all …]
/linux-6.15/arch/arm/include/asm/
H A Dmemory.h84 #define XIP_VIRT_ADDR(physaddr) (MODULES_VADDR + ((physaddr) & 0x000fffff)) argument
129 #define XIP_VIRT_ADDR(physaddr) (physaddr) argument
/linux-6.15/arch/powerpc/mm/
H A Dcacheflush.c84 static void flush_dcache_icache_phys(unsigned long physaddr) in flush_dcache_icache_phys() argument
88 unsigned long addr = physaddr & PAGE_MASK; in flush_dcache_icache_phys()
119 static void flush_dcache_icache_phys(unsigned long physaddr) in NOKPROBE_SYMBOL()
/linux-6.15/drivers/scsi/
H A Dsgiwd93.c75 dma_addr_t physaddr; in fill_hpc_entries() local
79 physaddr = dma_map_single(hd->dev, addr, len, DMA_DIR(din)); in fill_hpc_entries()
80 scsi_pointer->dma_handle = physaddr; in fill_hpc_entries()
89 hcp->desc.pbuf = physaddr; in fill_hpc_entries()
93 physaddr += count; in fill_hpc_entries()
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c282 dma_addr_t physaddr; member
357 array[*idx].physaddr = *physaddr; in brcmf_msgbuf_alloc_pktid()
706 dma_addr_t physaddr; in brcmf_msgbuf_txflow() local
728 &physaddr, &pktid)) { in brcmf_msgbuf_txflow()
753 address = (u64)physaddr; in brcmf_msgbuf_txflow()
911 dma_addr_t physaddr; in brcmf_msgbuf_rxbuf_data_post() local
941 &physaddr, &pktid)) { in brcmf_msgbuf_rxbuf_data_post()
949 address = (u64)physaddr; in brcmf_msgbuf_rxbuf_data_post()
964 address = (u64)physaddr; in brcmf_msgbuf_rxbuf_data_post()
1019 dma_addr_t physaddr; in brcmf_msgbuf_rxbuf_ctrl_post() local
[all …]
/linux-6.15/arch/nios2/boot/compressed/
H A Dconsole.c10 static void *my_ioremap(unsigned long physaddr) in my_ioremap() argument
12 return (void *)(physaddr | CONFIG_NIOS2_IO_REGION_BASE); in my_ioremap()
/linux-6.15/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h47 mtc0 t0, CP0_ENTRYLO0 # physaddr, VG, cach exlwr
50 mtc0 t0, CP0_ENTRYLO1 # physaddr, DVG, cach exlwr
/linux-6.15/arch/arm/mach-omap1/
H A Dusb.c554 unsigned long lbaddr, physaddr; in omap_1510_local_bus_init() local
562 physaddr = tlb * 0x00100000 + PHYS_OFFSET; in omap_1510_local_bus_init()
566 omap_writel(physaddr >> 16, OMAP1510_LB_MMU_RAM_H); in omap_1510_local_bus_init()
567 omap_writel((physaddr & 0x0000fc00) | 0x300, OMAP1510_LB_MMU_RAM_L); in omap_1510_local_bus_init()
/linux-6.15/arch/nios2/include/asm/
H A Dio.h28 void __iomem *ioremap(unsigned long physaddr, unsigned long size);
/linux-6.15/arch/s390/mm/
H A DMakefile10 obj-$(CONFIG_DEBUG_VIRTUAL) += physaddr.o
/linux-6.15/arch/arm64/mm/
H A DMakefile12 obj-$(CONFIG_DEBUG_VIRTUAL) += physaddr.o
/linux-6.15/arch/riscv/mm/
H A DMakefile33 obj-$(CONFIG_DEBUG_VIRTUAL) += physaddr.o
/linux-6.15/arch/sparc/kernel/
H A Dtraps_64.c965 static void cheetah_flush_ecache_line(unsigned long physaddr) in cheetah_flush_ecache_line() argument
969 physaddr &= ~(8UL - 1UL); in cheetah_flush_ecache_line()
970 physaddr = (ecache_flush_physbase + in cheetah_flush_ecache_line()
971 (physaddr & ((ecache_flush_size>>1UL) - 1UL))); in cheetah_flush_ecache_line()
972 alias = physaddr + (ecache_flush_size >> 1UL); in cheetah_flush_ecache_line()
977 : "r" (physaddr), "r" (alias), in cheetah_flush_ecache_line()
1402 static int cheetah_fix_ce(unsigned long physaddr) in cheetah_fix_ce() argument
1425 physaddr &= ~(8UL - 1UL); in cheetah_fix_ce()
1427 (physaddr & ((ecache_flush_size >> 1) - 1))); in cheetah_fix_ce()
1437 "r" (physaddr), "i" (ASI_PHYS_USE_EC)); in cheetah_fix_ce()
[all …]
/linux-6.15/arch/mips/mm/
H A DMakefile47 obj-$(CONFIG_DEBUG_VIRTUAL) += physaddr.o
/linux-6.15/drivers/net/ethernet/smsc/
H A Dsmc91x.h236 u_long physaddr; member
317 config.src_addr = lp->physaddr + reg; in smc_pxa_dma_insl()
318 config.dst_addr = lp->physaddr + reg; in smc_pxa_dma_insl()
360 config.src_addr = lp->physaddr + reg; in smc_pxa_dma_insw()
361 config.dst_addr = lp->physaddr + reg; in smc_pxa_dma_insw()
/linux-6.15/arch/x86/mm/
H A DMakefile29 pgtable.o physaddr.o tlb.o cpu_entry_area.o maccess.o pgprot.o
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_scsi.c815 dma_addr_t physaddr; in lpfc_scsi_prep_dma_buf_s3() local
862 physaddr = sg_dma_address(sgel); in lpfc_scsi_prep_dma_buf_s3()
900 physaddr = lpfc_cmd->dma_handle; in lpfc_scsi_prep_dma_buf_s3()
1540 dma_addr_t physaddr; in lpfc_bg_setup_bpl() local
1617 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_bpl()
1925 dma_addr_t physaddr; in lpfc_bg_setup_sgl() local
2027 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_sgl()
3052 dma_addr_t physaddr; in lpfc_scsi_prep_dma_buf_s4() local
3153 physaddr = sg_dma_address(sgel); in lpfc_scsi_prep_dma_buf_s4()
3156 physaddr)); in lpfc_scsi_prep_dma_buf_s4()
[all …]

12