HomeSort by relevance Sort by last modified time
    Searched refs:PHYS_OFFSET (Results 1 - 3 of 3) sorted by null

  /development/ndk/platforms/android-9/arch-mips/include/asm/mach-generic/
spaces.h 22 #ifndef PHYS_OFFSET
24 #define PHYS_OFFSET _AC(0, UL)
39 #define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
  /development/ndk/platforms/android-3/arch-arm/include/asm/
memory.h 33 #ifndef PHYS_OFFSET
34 #define PHYS_OFFSET (CONFIG_DRAM_BASE)
42 #define PAGE_OFFSET (PHYS_OFFSET)
46 #define MODULE_START (PHYS_OFFSET)
53 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET)
54 #define __phys_to_virt(x) ((x) - PHYS_OFFSET + PAGE_OFFSET)
70 #define PHYS_PFN_OFFSET (PHYS_OFFSET >> PAGE_SHIFT)
  /cts/tests/tests/security/jni/
android_security_cts_CharDeviceTest.cpp 25 #define PHYS_OFFSET 0x40000000
42 mmap(NULL, length, PROT_READ|PROT_WRITE, MAP_SHARED, fd, PHYS_OFFSET);
80 mmap(NULL, length, PROT_READ, MAP_SHARED, fd, PHYS_OFFSET);

Completed in 407 milliseconds