Searched refs:pa_size (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dcmm.h235 * pa_size: Size of SM memory to allocate.
237 * Ptr to valid physical address(Pa) of pa_size bytes, NULL if failed.
240 * pa_size != 0.
245 void *va_buf, u32 pa_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drelay.c74 size_t pa_size = n_pages * sizeof(struct page *); local
76 if (pa_size > PAGE_SIZE) {
77 array = vmalloc(pa_size);
79 memset(array, 0, pa_size);
81 array = kzalloc(pa_size, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Dcmm.c987 u32 pa_size)
998 DBC_REQUIRE(pa_size > 0);
1006 cmm_calloc_buf(xlator_obj->hcmm_mgr, pa_size, &attrs, NULL);
986 cmm_xlator_alloc_buf(struct cmm_xlatorobject *xlator, void *va_buf, u32 pa_size) argument

Completed in 50 milliseconds