Home
last modified time | relevance | path

Searched refs:pbase (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/arm/annapurna/alpine/
H A Dalpine_machdep_mp.c81 static int alpine_get_cpu_resume_base(u_long *pbase, u_long *psize);
82 static int alpine_get_nb_base(u_long *pbase, u_long *psize);
126 alpine_get_cpu_resume_base(u_long *pbase, u_long *psize) in alpine_get_cpu_resume_base() argument
132 if (pbase == NULL || psize == NULL) in alpine_get_cpu_resume_base()
145 *pbase = base; in alpine_get_cpu_resume_base()
152 alpine_get_nb_base(u_long *pbase, u_long *psize) in alpine_get_nb_base() argument
158 if (pbase == NULL || psize == NULL) in alpine_get_nb_base()
171 *pbase = base; in alpine_get_nb_base()
H A Dalpine_machdep.c84 alpine_get_wdt_base(uint32_t *pbase, uint32_t *psize) in alpine_get_wdt_base() argument
90 if (pbase == NULL || psize == NULL) in alpine_get_wdt_base()
106 *pbase = base; in alpine_get_wdt_base()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_ipuv3.c81 bus_addr_t pbase; member
209 sc->pbase = vtophys(sc->vbase); in ipu3_fb_malloc()
242 ((sc->pbase >> 3) | ((sc->pbase >> 3) << 29)) & 0xffffffff); in ipu3_fb_init()
245 ((sc->pbase >> 3) >> 3) & 0xffffffff); in ipu3_fb_init()
248 va_sc->fb_paddr = (intptr_t)sc->pbase; in ipu3_fb_init()
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_drm.h36 vm_paddr_t pbase; member
H A Dtegra_bo.c143 bo->pbase = VM_PAGE_TO_PHYS(bo->m[0]); in tegra_bo_init_pager()
H A Dtegra_fb.c176 info->fb_pbase = bo->pbase; in tegra_fb_probe()
H A Dtegra_dc.c269 win->base[i] = bo->pbase + fb->drm_fb.offsets[i]; in dc_parse_drm_format()
903 if (base == (bo->pbase + fb->drm_fb.offsets[0])) { in dc_finish_page_flip()
/f-stack/freebsd/kern/
H A Dkern_cpuset.c1148 struct cpuset *pbase; in cpuset_setproc_newbase() local
1151 pbase = cpuset_getbase(td->td_cpuset); in cpuset_setproc_newbase()
1154 CPU_COPY(&pbase->cs_mask, &nmask); in cpuset_setproc_newbase()
1157 domainset_copy(pbase->cs_domain, &ndomain); in cpuset_setproc_newbase()
1170 pbase = LIST_FIRST(cpusets); in cpuset_setproc_newbase()
1171 LIST_REMOVE(pbase, cs_link); in cpuset_setproc_newbase()
1172 error = cpuset_create(&pbase, set, &nmask); in cpuset_setproc_newbase()
1174 LIST_INSERT_HEAD(cpusets, pbase, cs_link); in cpuset_setproc_newbase()
1179 pbase->cs_domain = domainset_shadow(set->cs_domain, &ndomain, in cpuset_setproc_newbase()
1181 *nsetp = pbase; in cpuset_setproc_newbase()