Home
last modified time | relevance | path

Searched refs:PHYS_OFFSET (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/mach-generic/
Dspaces.h22 #ifndef PHYS_OFFSET
24 #define PHYS_OFFSET _AC(0, UL) macro
39 #define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
/bionic/libc/kernel/arch-arm/asm/
Dmemory.h39 #ifndef PHYS_OFFSET
40 #define PHYS_OFFSET (CONFIG_DRAM_BASE) macro
47 #define PAGE_OFFSET (PHYS_OFFSET)
51 #define MODULE_START (PHYS_OFFSET)
57 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET)
59 #define __phys_to_virt(x) ((x) - PHYS_OFFSET + PAGE_OFFSET)
72 #define PHYS_PFN_OFFSET (PHYS_OFFSET >> PAGE_SHIFT)