/src/sys/arch/powerpc/include/ |
ofw_machdep.h | 40 * cell(s) phys 51 paddr_t phys; member in struct:OF_translation
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_vm.c | 43 vm_paddr_t phys; local in function:drm_mmap 46 paddr_t phys; local in function:drm_mmap 138 phys = bus_space_mmap(dev->pa.pa_memt, map->offset, 140 if (phys == -1) { 144 return phys; 146 phys = offset; 150 phys = vtophys((vaddr_t)((char *)map->handle + (offset - map->offset))); 154 phys = vtophys(offset); 162 *paddr = phys; 165 return atop(phys); [all...] |
/src/sys/dev/fdt/ |
fdt_phy.c | 86 uint32_t *phys = NULL; local in function:fdtbus_phy_get_index 91 len = OF_getproplen(phandle, "phys"); 95 phys = kmem_alloc(len, KM_SLEEP); 96 if (OF_getprop(phandle, "phys", phys, len) != len) { 97 kmem_free(phys, len); 101 p = phys; 130 if (phys) 131 kmem_free(phys, len);
|
/src/usr.sbin/bootp/bootptest/ |
getether.c | 50 struct ifdevea phys; local in function:getether 52 bzero(&phys, sizeof(phys)); 53 strncpy(phys.ifr_name, ifname, sizeof(phys.ifr_name)); 58 if (ioctl(fd, SIOCRPHYSADDR, &phys) < 0) { 61 bcopy(&phys.current_pa[0], eap, EALEN); 350 struct ifreq phys; 352 bzero(&phys, sizeof(phys)); 346 struct ifreq phys; local in function:getether [all...] |
/src/sys/arch/emips/stand/common/ |
enic.c | 107 paddr_t phys = kvtophys(buf); local in function:enic_putpkt 109 tpostone(regs,phys,bytes); 112 //printf("\tenic: sent %d at %x\n",bytes,phys); 121 paddr_t phys; local in function:enic_getpkt 124 phys = kvtophys(buf); 125 rpostone(regs,phys,bytes); 127 //printf("\tenic: recv %d at %x\n",bytes,phys); 158 if (phys == lo) 184 paddr_t phys = kvtophys(&buffer[0]); local in function:enic_getmac 197 regs->BufferAddressLo32 = phys; /* go! * [all...] |
/src/sys/arch/mips/mips/ |
vm_machdep.c | 356 paddr_t phys; local in function:kvtophys 375 phys = pte_to_paddr(*ptep) | (kva & PGOFSET); 376 return phys;
|
/src/sys/arch/arc/isa/ |
isadma.c | 30 struct isadma_seg phys[1]; member in struct:dma_info 165 if (isadma_map(addr, nbytes, di->phys, mflags) != 1) 170 isadma_copytobuf(addr, nbytes, 1, di->phys); 186 outb(dmapageport[0][chan], di->phys[0].addr>>16); 187 outb(waport, di->phys[0].addr); 188 outb(waport, di->phys[0].addr>>8); 209 outb(dmapageport[1][chan], di->phys[0].addr >> 16); 210 outb(waport, di->phys[0].addr >> 1); 211 outb(waport, di->phys[0].addr >> 9); 250 isadma_unmap(di->addr, di->nbytes, 1, di->phys); [all...] |
/src/sys/arch/emips/ebus/ |
icap_ebus.c | 261 paddr_t phys, phys2; local in function:icapstart 316 phys = kvtophys(virt); 324 if (phys2 != (phys + count)) { 340 DEBUG_PRINT(("icapship %" PRIxPADDR " %d\n",phys,count), DEBUG_XFERS); 343 sc->sc_dp->BufferAddressLo32 = phys; /* this pushes the fifo */
|
if_le_ebus.c | 70 paddr_t phys; member in struct:bufmap 238 paddr_t phys = kvtophys((vaddr_t)&buffer[0]), phys2; local in function:enic_gethwinfo 249 sc->sc_regs->BufferAddressLo32 = phys; /* go! */ 260 if (phys2 != phys) { 262 (long long)phys, (long long)phys2); 275 sc->sc_regs->BufferAddressLo32 = phys; /* go! */ 286 if (phys2 != phys) { 288 (long long)phys, (long long)phys2); 362 sc->sc_xmit[i].phys = ~0; 374 paddr_t phys; local in function:enic_post_recv 797 paddr_t phys; local in function:enic_start [all...] |
/src/sys/dev/tc/ |
bba.c | 420 tc_addr_t phys, nphys; local in function:bba_trigger_output 454 phys = (tc_addr_t)d->dmam->dm_segs[0].ds_addr; 459 IOASIC_DMA_ADDR(phys)); 486 tc_addr_t phys, nphys; local in function:bba_trigger_input 521 phys = (tc_addr_t)d->dmam->dm_segs[0].ds_addr; 526 IOASIC_DMA_ADDR(phys));
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dpio_phy.c | 38 * VLV, CHV and BXT have slightly peculiar display PHYs for driving DP/HDMI 39 * ports. DPIO is the name given to such a display PHY. These PHYs 52 * In addition to having their own registers, the PHYs are also 245 const struct bxt_ddi_phy_info *phy_info, *phys; local in function:bxt_port_to_phy_channel 248 phys = bxt_get_phy_list(dev_priv, &count); 251 phy_info = &phys[i];
|
intel_dsi.h | 56 /* bit mask of ports (vlv dsi) or phys (icl dsi) being driven */ 59 u16 phys; /* ICL DSI */ member in union:intel_dsi::__anon5cef047b010a
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
if000c.h | 85 __u64 phys[]; member in struct:nvif_vmm_pfnmap_v0
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
nouveau_nvkm_subdev_mmu_uvmm.c | 88 u64 addr, size, *phys; local in function:nvkm_uvmm_mthd_pfnmap 95 phys = args->v0.phys; 96 if (argc != (size >> page) * sizeof(args->v0.phys[0])) 106 ret = nvkm_vmm_pfn_map(vmm, page, addr, size, phys);
|
/src/sys/arch/powerpc/powerpc/ |
ofw_machdep.c | 372 /* 5 cells per: virt(1), size(1), phys(2), mode(1) */ 375 uint64_t phys; local in function:ofw_bootstrap_get_translations 407 phys = *rp++; 410 phys = *rp++; 411 phys = (phys << 32) | *rp++; 427 " phys=%#"PRIx64" size=%#"PRIx32" mode=%#"PRIx32"\n", 428 idx, virt, phys, size, mode); 430 if (sizeof(paddr_t) < 8 && phys >= 0x100000000ULL) { 431 ofpanic("translation phys out of range") [all...] |
/src/sys/arch/rs6000/mca/ |
mca_machdep.c | 279 bus_addr_t phys; local in function:_mca_bus_dmamap_sync 301 phys = map->dm_segs[0].ds_addr; 337 bus_space_write_1(dmaiot, dmaexech, 0, (phys >> 0) & 0xff); 339 bus_space_write_1(dmaiot, dmaexech, 0, (phys >> 8) & 0xff); 341 bus_space_write_1(dmaiot, dmaexech, 0, (phys >> 16) & 0xff);
|
/src/sys/arch/i386/mca/ |
mca_machdep.c | 358 bus_addr_t phys; local in function:_mca_bus_dmamap_sync 380 phys = map->dm_segs[0].ds_addr; 416 bus_space_write_1(dmaiot, dmaexech, 0, (phys >> 0) & 0xff); 418 bus_space_write_1(dmaiot, dmaexech, 0, (phys >> 8) & 0xff); 420 bus_space_write_1(dmaiot, dmaexech, 0, (phys >> 16) & 0xff);
|
/src/sys/dev/pci/ |
pciide_common.c | 737 bus_addr_t phys = dma_maps->dmamap_xfer->dm_segs[seg].ds_addr; local in function:pciide_dma_dmamap_setup 743 if ((phys & ~IDEDMA_BYTE_COUNT_MASK) != 744 ((phys + len - 1) & ~IDEDMA_BYTE_COUNT_MASK)) { 747 seg, (uint64_t)phys, (uint64_t)len); 771 if ((phys & 1) != 0 || (len & 1) != 0) { 775 seg, (uint64_t)phys, (uint64_t)len); 779 dma_maps->dma_table[seg].base_addr = htole32(phys);
|
/src/sys/arch/mips/rmi/ |
rmixl_firmware.h | 144 uint64_t phys; member in struct:lib_cpu_tlb_mapping
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_object_types.h | 231 } phys; member in union:drm_i915_gem_object::__anonbfddbbad0408::__anonbfddbbad050a 243 unsigned int phys; member in struct:drm_i915_gem_object::__anonbfddbbad0408::i915_page_sizes
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
huge_pages.c | 361 if (vma->page_sizes.phys != obj->mm.page_sizes.phys) { 362 pr_err("vma->page_sizes.phys(%u) != obj->mm.page_sizes.phys(%u)\n", 363 vma->page_sizes.phys, obj->mm.page_sizes.phys); 481 resource_size_t phys; local in function:igt_mock_memory_region_huge_pages 506 phys = i915_gem_object_get_dma_address(obj, 0); 507 if (!IS_ALIGNED(phys, page_size)) { 509 __func__, &phys, page_size) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_svm.c | 593 u64 phys[16]; member in struct:nouveau_svm_fault::__anonf1cda7e90208 664 limit = start + (ARRAY_SIZE(args.phys) << PAGE_SHIFT); 715 args.phys[pi++] = NVIF_VMM_PFNMAP_V0_V | 718 args.phys[pi++] = NVIF_VMM_PFNMAP_V0_V; 746 args.phys[pi++] = NVIF_VMM_PFNMAP_V0_NONE; 761 sizeof(args.i) + pi * sizeof(args.phys[0]), 762 args.phys, ¬ifier); 776 !(args.phys[pi] & NVIF_VMM_PFNMAP_V0_V) || 777 (!(args.phys[pi] & NVIF_VMM_PFNMAP_V0_W) &&
|
/src/sys/arch/sparc64/sparc64/ |
db_interface.c | 549 db_printf("pmap_kernel(%p) psegs %p phys %llx\n", 904 int phys = 0; local in function:db_watch 926 phys = 1; 957 if (phys) { 978 if (phys) { 1085 { DDB_ADD_CMD("phys", db_pload_cmd, 0,
|
/src/sys/dev/ic/ |
mpt_netbsd.c | 1922 fCONFIG_PAGE_RAID_PHYS_DISK_0 *phys = NULL; local in function:mpt_bio_ioctl_disk_common 1925 phys = mpt_get_cfg_page_raid_phys_disk0(mpt, address); 1926 if (phys == NULL) 1930 phys->InquiryData.VendorID, sizeof(phys->InquiryData.VendorID), 1933 phys->InquiryData.ProductID, sizeof(phys->InquiryData.ProductID), 1936 phys->InquiryData.ProductRevLevel, 1937 sizeof(phys->InquiryData.ProductRevLevel), 1942 strlcpy(bd->bd_serial, phys->InquiryData.Info, sizeof(bd->bd_serial)) [all...] |
/src/sys/arch/vax/vax/ |
pmap.c | 1104 paddr_t phys; local in function:pmap_enter 1106 phys = get_ptp(); 1107 if (phys == 0) { 1113 *ptpptr = PG_V | PG_KW | PG_PFNUM(phys);
|