Home | History | Annotate | Download | only in inc

Lines Matching full:address

21  *      Memory management and address mapping services for the DSP/BIOS Bridge
49 *! require phys address to be page aligned!
134 * pPhysicalAddress: Physical address of allocated memory.
142 * the size requested. Returned physical address refers to physical
208 * pMemBuf is a valid memory address returned by MEM_Calloc/Alloc().
227 * pMemBuf is a valid memory address returned by MEM_Calloc/Alloc().
246 * pVirtualAddress is a valid memory address returned by
277 * pAddr: Linear (virtual) address of the buffer.
317 /* Structure reflecting a physical address and size of memory referenced. */
326 * Get the linear address corresponding to the given physical address.
328 * pPhysAddr: Physical address to be mapped.
331 * The corresponding linear address, or NULL if unsuccessful.
336 * If valid linear address is returned, be sure to call
351 * shared address space.
392 * Unmap the linear address mapped in MEM_LinearAddress.
398 * - pBaseAddr is a valid linear address mapped in MEM_LinearAddress.
400 * - pBaseAddr no longer points to a valid linear address.
411 * Given a user allocated virtual address, return the corresponding
412 * physical address based on the page frame address.
414 * dwVirtAddr: Linear address of user allocated (and mapped) buffer.
416 * Returns corresponding physical address or NULL if unsuccessful
419 * - dwVirtAddr is a valid linear address.
427 * physical address based on the page frame address.
429 * poolPhysBase starting address of the physical memory pool.
435 * - valid physical address for the base and size > 0