Home
last modified time | relevance | path

Searched defs:__virt_to_fix (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-9/arch-mips/include/asm/
Dfixmap.h35 #define __virt_to_fix(x) ((FIXADDR_TOP - ((x)&PAGE_MASK)) >> PAGE_SHIFT) macro
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dfixmap_32.h56 #define __virt_to_fix(x) ((FIXADDR_TOP - ((x)&PAGE_MASK)) >> PAGE_SHIFT) macro