OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHYS_OFFSET
(Results
26 - 39
of
39
) sorted by null
1
2
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/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)
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/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)
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/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)
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/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)
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/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)
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/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)
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/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)
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/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)
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/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)
/external/kernel-headers/original/asm-mips/mach-generic/
spaces.h
18
#ifndef
PHYS_OFFSET
19
#define
PHYS_OFFSET
_AC(0, UL)
82
#define PAGE_OFFSET (CAC_BASE +
PHYS_OFFSET
)
/external/kernel-headers/original/asm-arm/arch/
memory.h
40
#define
PHYS_OFFSET
UL(0x10000000)
42
#define
PHYS_OFFSET
UL(0x80000000)
/external/kernel-headers/original/asm-arm/
memory.h
92
#ifndef
PHYS_OFFSET
93
#define
PHYS_OFFSET
(CONFIG_DRAM_BASE)
101
#define PAGE_OFFSET (
PHYS_OFFSET
)
108
#define MODULE_START (
PHYS_OFFSET
)
126
#define __virt_to_phys(x) ((x) - PAGE_OFFSET +
PHYS_OFFSET
)
127
#define __phys_to_virt(x) ((x) -
PHYS_OFFSET
+ PAGE_OFFSET)
160
#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
);
/external/kernel-headers/original/asm-mips/
io.h
119
return (unsigned long)address - PAGE_OFFSET +
PHYS_OFFSET
;
136
return (void *)(address + PAGE_OFFSET -
PHYS_OFFSET
);
Completed in 446 milliseconds
1
2