mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-01-31 11:13:14 +01:00
virt_to_phys() returns the physical address given a virtual. In most cases this will be just the input value as the vast majority of systems run in a 1:1 mode. However in systems that are not running this way it should report the physical address or ~0 if no mapping exists for the given virtual address. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> |
||
|---|---|---|
| .. | ||
| asm.h | ||
| bitops.h | ||
| byteorder.h | ||
| global_data.h | ||
| io.h | ||
| microblaze_intc.h | ||
| microblaze_timer.h | ||
| posix_types.h | ||
| processor.h | ||
| ptrace.h | ||
| string.h | ||
| system.h | ||
| types.h | ||
| u-boot.h | ||