| /f-stack/freebsd/arm64/arm64/ |
| H A D | gic_v3_acpi.c | 169 vm_paddr_t physaddr; in gic_v3_acpi_identify() local 172 physaddr = acpi_find_table(ACPI_SIG_MADT); in gic_v3_acpi_identify() 173 if (physaddr == 0) in gic_v3_acpi_identify() 176 madt = acpi_map_table(physaddr, ACPI_SIG_MADT); in gic_v3_acpi_identify() 273 vm_paddr_t physaddr; in gic_v3_acpi_count_regions() local 277 physaddr = acpi_find_table(ACPI_SIG_MADT); in gic_v3_acpi_count_regions() 278 if (physaddr == 0) in gic_v3_acpi_count_regions() 281 madt = acpi_map_table(physaddr, ACPI_SIG_MADT); in gic_v3_acpi_count_regions() 397 vm_paddr_t physaddr; in gic_v3_acpi_bus_attach() local 399 physaddr = acpi_find_table(ACPI_SIG_MADT); in gic_v3_acpi_bus_attach() [all …]
|
| H A D | mp_machdep.c | 555 vm_paddr_t physaddr; in cpu_init_acpi() local 558 physaddr = acpi_find_table(ACPI_SIG_MADT); in cpu_init_acpi() 559 if (physaddr == 0) in cpu_init_acpi() 562 madt = acpi_map_table(physaddr, ACPI_SIG_MADT); in cpu_init_acpi() 689 vm_paddr_t physaddr; in cpu_count_acpi() local 692 physaddr = acpi_find_table(ACPI_SIG_MADT); in cpu_count_acpi() 693 if (physaddr == 0) in cpu_count_acpi() 696 madt = acpi_map_table(physaddr, ACPI_SIG_MADT); in cpu_count_acpi()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | gic_acpi.c | 126 vm_paddr_t physaddr; in gic_acpi_identify() local 130 physaddr = acpi_find_table(ACPI_SIG_MADT); in gic_acpi_identify() 131 if (physaddr == 0) in gic_acpi_identify() 134 madt = acpi_map_table(physaddr, ACPI_SIG_MADT); in gic_acpi_identify() 299 vm_paddr_t physaddr; in arm_gic_add_children() local 302 physaddr = acpi_find_table(ACPI_SIG_MADT); in arm_gic_add_children() 303 if (physaddr == 0) in arm_gic_add_children() 306 madt = acpi_map_table(physaddr, ACPI_SIG_MADT); in arm_gic_add_children()
|
| H A D | generic_timer.c | 349 vm_paddr_t physaddr; in arm_tmr_acpi_identify() local 352 physaddr = acpi_find_table(ACPI_SIG_GTDT); in arm_tmr_acpi_identify() 353 if (physaddr == 0) in arm_tmr_acpi_identify() 356 gtdt = acpi_map_table(physaddr, ACPI_SIG_GTDT); in arm_tmr_acpi_identify()
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal_memory.c | 121 rte_iova_t physaddr; in rte_eal_hugepage_init() local 123 size_t sysctl_size = sizeof(physaddr); in rte_eal_hugepage_init() 132 error = sysctlbyname(physaddr_str, &physaddr, in rte_eal_hugepage_init() 140 is_adjacent = prev_end != 0 && physaddr == prev_end; in rte_eal_hugepage_init() 141 prev_end = physaddr + hpi->hugepage_sz; in rte_eal_hugepage_init() 200 seg->iova = physaddr; in rte_eal_hugepage_init() 211 seg_idx++, addr, physaddr, page_sz); in rte_eal_hugepage_init()
|
| /f-stack/dpdk/kernel/freebsd/contigmem/ |
| H A D | contigmem.c | 72 static SYSCTL_NODE(_hw_contigmem, OID_AUTO, physaddr, CTLFLAG_RD, 0, 155 &SYSCTL_NODE_CHILDREN(_hw_contigmem, physaddr), OID_AUTO, in contigmem_load() 208 uint64_t physaddr; in contigmem_physaddr() local 211 physaddr = (uint64_t)vtophys(contigmem_buffers[index].addr); in contigmem_physaddr() 212 return sysctl_handle_64(oidp, &physaddr, 0, req); in contigmem_physaddr()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_memory.c | 99 uint64_t page, physaddr; in rte_mem_virt2phy() local 149 return physaddr; in rte_mem_virt2phy() 174 hugepg_tbl[i].physaddr = addr; in find_physaddrs() 189 hugepg_tbl[i].physaddr = addr; in set_physaddrs() 513 if (p1->physaddr < p2->physaddr) in cmp_physaddr() 515 else if (p1->physaddr > p2->physaddr) in cmp_physaddr() 781 ms->iova = hfile->physaddr; 895 else if ((prev->physaddr - cur->physaddr) != 899 else if ((cur->physaddr - prev->physaddr) != 1020 else if ((prev->physaddr - cur->physaddr) != cur->size) [all …]
|
| /f-stack/freebsd/arm/annapurna/alpine/ |
| H A D | alpine_machdep_mp.c | 180 uint32_t physaddr; in alpine_mp_start_ap() local 215 physaddr = pmap_kextract(vaddr); in alpine_mp_start_ap() 233 AL_CPU_RESUME_PCPU_RADDR_REG(a), physaddr); in alpine_mp_start_ap()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_hugepages.h | 21 uint64_t physaddr; /**< physical addr */ member
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | a10_hdmiaudio.c | 85 bus_addr_t physaddr; member 141 ch->physaddr = segs[0].ds_addr; in a10hdmiaudio_dmamap_cb() 150 ch->physaddr + ch->pos, TX_FIFO, ch->blocksize); in a10hdmiaudio_transfer()
|
| H A D | a31_dmac.c | 143 bus_addr_t physaddr; member 316 ch->physaddr = segs[0].ds_addr; in a31dmac_dmamap_cb() 518 DMA_WRITE(sc, DMA_STAR_ADDR_REG(ch->index), (uint32_t)ch->physaddr); in a31dmac_transfer()
|
| H A D | a10_codec.c | 152 bus_addr_t physaddr; member 634 ch->physaddr = segs[0].ds_addr; in a10codec_dmamap_cb() 644 src = ch->physaddr + ch->pos; in a10codec_transfer() 648 dst = ch->physaddr + ch->pos; in a10codec_transfer()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | efm32gg-dk3750.dts | 17 …c ignore_loglevel ihash_entries=64 dhash_entries=64 earlyprintk uclinux.physaddr=0x8c400000 root=/…
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_lcd.h | 194 uint32_t physaddr; member
|
| H A D | jz4780_lcd.c | 185 fdesc->physaddr = sc->paddr; in jzlcd_setup_descriptor()
|
| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_ddm.h | 21 uint64_t physaddr; member
|
| H A D | ark_ethdev_tx.c | 73 meta->physaddr = rte_mbuf_data_iova(mbuf); in eth_ark_tx_meta_from_mbuf()
|
| /f-stack/dpdk/doc/guides/freebsd_gsg/ |
| H A D | install_from_ports.rst | 97 EAL: Mapped memory segment 0 @ 0x1040000000: physaddr:0x180000000, len 1073741824 98 EAL: Mapped memory segment 1 @ 0x1080000000: physaddr:0x1c0000000, len 1073741824
|
| /f-stack/freebsd/x86/x86/ |
| H A D | cpu_machdep.c | 1457 vm_paddr_t physaddr; in acpi_get_fadt_bootflags() local 1459 physaddr = acpi_find_table(ACPI_SIG_FADT); in acpi_get_fadt_bootflags() 1460 if (physaddr == 0) in acpi_get_fadt_bootflags() 1462 fadt = acpi_map_table(physaddr, ACPI_SIG_FADT); in acpi_get_fadt_bootflags()
|
| /f-stack/dpdk/drivers/net/pfe/ |
| H A D | pfe_hif.c | 713 u64 physaddr; in send_dummy_pkt_to_hif() local 730 physaddr = DDR_VIRT_TO_PFE(ddr_ptr); in send_dummy_pkt_to_hif() 737 local_hdr.next_ptr = htonl((u32)physaddr); in send_dummy_pkt_to_hif()
|
| /f-stack/freebsd/mips/cavium/usb/ |
| H A D | octusb.c | 1808 qh->fixup_phys = page_info.physaddr; in octusb_xfer_setup()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_17_11.rst | 382 * ``rte_mempool_objhdr.physaddr`` is aliased with
|
| H A D | release_20_11.rst | 508 * mempool: Removed the unioned fields ``phys_addr`` and ``physaddr`` from
|