Searched refs:pbase (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/sys/arm/annapurna/alpine/
H A Dalpine_machdep_mp.c82 static int alpine_get_cpu_resume_base(u_long *pbase, u_long *psize);
83 static int alpine_get_nb_base(u_long *pbase, u_long *psize);
84 static int alpine_get_serdes_base(u_long *pbase, u_long *psize);
130 alpine_get_cpu_resume_base(u_long *pbase, u_long *psize) argument
136 if (pbase == NULL || psize == NULL)
149 *pbase = base;
156 alpine_get_nb_base(u_long *pbase, u_long *psize) argument
162 if (pbase == NULL || psize == NULL)
175 *pbase = base;
259 alpine_get_serdes_base(u_long *pbase, u_lon argument
[all...]
H A Dcommon.c60 static int alpine_get_wdt_base(uint32_t *pbase, uint32_t *psize);
80 alpine_get_wdt_base(uint32_t *pbase, uint32_t *psize) argument
86 if (pbase == NULL || psize == NULL)
102 *pbase = base;
/freebsd-11-stable/contrib/libstdc++/src/
H A Dstrstream.cc139 { return pptr() ? pptr() - pbase() : 0; }
150 ptrdiff_t old_size = epptr() - pbase();
156 memcpy(buf, pbase(), old_size);
157 char* old_buffer = pbase();
274 if (seeklow + off < pbase())
281 setp(pbase(), epptr());
282 pbump(off - (pbase() - seeklow));
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp149 return static_cast<int>(pptr() - pbase());
178 ptrdiff_t nout = pptr() - pbase();
281 // min(pbase, newpos), newpos, epptr()
283 setp(min(pbase(), newpos), epptr());
284 __pbump((epptr() - pbase()) - __off);
311 // min(pbase, newpos), newpos, epptr()
313 setp(min(pbase(), newpos), epptr());
314 __pbump((epptr() - pbase()) - temp);
/freebsd-11-stable/sys/pc98/pc98/
H A Dbusiosubr.c255 bus_addr_t pbase; local
257 pbase = pbsh->bsh_base + offset;
264 pbase = pbsh->bsh_base;
280 error = i386_bus_space_handle_alloc(t, pbase, size, &bsh);
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_drm.h36 vm_paddr_t pbase; member in struct:tegra_bo
H A Dtegra_bo.c144 bo->pbase = VM_PAGE_TO_PHYS(bo->m[0]);
H A Dtegra_fb.c176 info->fb_pbase = bo->pbase;
H A Dtegra_dc.c272 win->base[i] = bo->pbase + fb->drm_fb.offsets[i];
908 if (base == (bo->pbase + fb->drm_fb.offsets[0])) {
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_clkmsr.c247 u_long pbase, psize; local
273 if (fdt_get_range(OF_parent(node), 0, &pbase, &psize) != 0
277 start += pbase;
H A Daml8726_mp.c206 u_long pbase, psize; local
209 if ((err = fdt_get_range(OF_parent(node), 0, &pbase, &psize)) != 0 ||
213 start += pbase;
/freebsd-11-stable/sys/dev/fdt/
H A Dfdt_common.c75 u_long bus_addr, par_bus_addr, pbase, psize; local
128 &pbase, &psize);
132 *base = pbase;
149 u_long par_bus_addr, pbase, psize; local
194 &pbase, &psize);
196 *base += pbase;
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c2286 struct fs_base *pbase; local
2289 pbase = rule->base.parent;
2290 WARN_ON(!pbase);
2291 pbase = pbase->parent;
2292 WARN_ON(!pbase);
2294 fs_get_obj(fg, pbase);
2301 struct fs_base *pbase; local
2304 pbase = rule->base.parent;
2305 WARN_ON(!pbase);
2314 struct fs_base *pbase; local
[all...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_sstream.h135 __ret = __string_type(this->pbase(), this->pptr());
137 __ret = __string_type(this->pbase(), this->egptr());
H A Dstd_streambuf.h520 * - pbase() returns the beginning pointer for the output sequence
525 pbase() const { return _M_out_beg; } function in class:basic_streambuf
547 * @post @a pbeg == @c pbase(), @a pbeg == @c pptr(), and
/freebsd-11-stable/sys/geom/part/
H A Dg_part_bsd64.c68 /* boot area is pbase - bbase */
305 uint64_t blkmask, pbase; local
326 * be bigger, because it is possible change it (it is equal pbase-bbase)
329 pbase = ressize + ((BOOTSIZE + blkmask) & ~blkmask);
330 pbase = (pbase + PALIGN_MASK) & ~PALIGN_MASK;
337 pbase += DALIGN_SIZE - pp->stripeoffset % DALIGN_SIZE;
345 basetable->gpt_first = pbase / pp->sectorsize;
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c79 bus_addr_t pbase; member in struct:ipu3sc_softc
208 sc->pbase = vtophys(sc->vbase);
241 ((sc->pbase >> 3) | ((sc->pbase >> 3) << 29)) & 0xffffffff);
244 ((sc->pbase >> 3) >> 3) & 0xffffffff);
247 va_sc->fb_paddr = (intptr_t)sc->pbase;
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c101 #define PCTCPU(pp) (pcpu[pp - pbase])
209 static struct kinfo_proc *pbase; variable in typeref:struct:kinfo_proc
370 pbase = NULL;
817 bcopy(pbase, previous_procs, nproc * sizeof(*previous_procs));
826 pbase = kvm_getprocs(kd, sel->thread ? KERN_PROC_ALL : KERN_PROC_PROC,
847 if (pref == NULL || pbase == NULL || pcpu == NULL) {
871 for (pp = pbase, i = 0; i < nproc; pp++, i++) {
/freebsd-11-stable/sys/dev/sound/pci/
H A Dds1.c126 u_int32_t *pbase, pbankbase, pbanksize; member in struct:sc_info
429 wrl(sc, &sc->pbase[slot + 1], go? (sc->pbankbase + 2 * slot * sc->pbanksize) : 0);
430 /* printf("pbase[%d] = 0x%x\n", slot + 1, go? (sc->pbankbase + 2 * slot * sc->pbanksize) : 0); */
861 sc->pbase = (u_int32_t *)(t + cb);
862 /* printf("pbase = %p -> 0x%x\n", sc->pbase, sc->ctrlbase + cb); */
874 wrl(sc, &sc->pbase[i + 1], 0);
882 wrl(sc, &sc->pbase[0], DS1_CHANS * 2);
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahw.c1908 bit8 * pbase; local
1967 pbase = saRoot->memoryAllocated.agMemory[save].virtPtr;
1973 pbase
2005 si_memset(pbase, 0, biggest);
2009 si_memcpy(pbase,userFwImg->ilaImg, userFwImg->ilaLen );
2340 si_memset(pbase, 0, biggest);
2344 si_memcpy(pbase,userFwImg->aap1Img, userFwImg->aap1Len );
2409 si_memset(pbase, 0, biggest);
2413 si_memcpy(pbase,userFwImg->iopImg, userFwImg->iopLen );
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c138 rpc_setup(struct evhttp **phttp, ev_uint16_t *pport, struct evrpc_base **pbase) argument
152 *pbase = base;
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c138 vm_paddr_t pbase; member in struct:ntb_pci_bar_info
834 (void *)bar->pbase, (void *)(bar->pbase + bar->size - 1),
892 bar->pci_resource, bar->pbase,
893 bar->pbase + (1ul << bar_size_bits) - 1);
922 (void *)bar->pbase, (void *)(bar->pbase + bar->size - 1),
930 (void *)bar->pbase, (void *)(bar->pbase + bar->size - 1),
2825 *base = bar->pbase
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c1573 parse_vfp_reg_list (char **ccp, unsigned int *pbase, enum reg_list_els etype)
1720 *pbase = base_reg;
1777 parse_neon_el_struct_list (char **str, unsigned *pbase,
1925 *pbase = base_reg;
1571 parse_vfp_reg_list(char **ccp, unsigned int *pbase, enum reg_list_els etype) argument
1775 parse_neon_el_struct_list(char **str, unsigned *pbase, struct neon_type_el *eltype) argument

Completed in 234 milliseconds