OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__virt_to_phys
(Results
1 - 2
of
2
) sorted by null
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
memory.h
15
#define __virt_to_bus(x)
__virt_to_phys
(x)
/development/ndk/platforms/android-3/arch-arm/include/asm/
memory.h
52
#ifndef
__virt_to_phys
53
#define
__virt_to_phys
(x) ((x) - PAGE_OFFSET + PHYS_OFFSET)
macro
72
#define __pa(x)
__virt_to_phys
((unsigned long)(x))
Completed in 485 milliseconds