Lines Matching full:address
20 * phys_to_virt() - Return a virtual address mapped to a given physical address
21 * @paddr: the physical address
23 * Returns a virtual address which the CPU can access that maps to the physical
24 * address @paddr. This should only be used where it is known that no dynamic
27 * Returns: a virtual address which maps to @paddr
37 * virt_to_phys() - Return the physical address that a virtual address maps to
38 * @vaddr: the virtual address
40 * Returns the physical address which the CPU-accessible virtual address @vaddr
43 * Returns: the physical address which @vaddr maps to
72 * map_physmem() - Return a virtual address mapped to a given physical address
73 * @paddr: the physical address
77 * Return a virtual address through which the CPU may access the memory at
78 * physical address @paddr. The mapping will be valid for at least @len bytes,
83 * Returns: a virtual address suitably mapped to @paddr
95 * @vaddr: the virtual address which map_physmem() previously returned