OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CAC_BASE
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/arch-mips/asm/mach-generic/
spaces.h
26
#define
CAC_BASE
_AC(0x80000000, UL)
39
#define PAGE_OFFSET (
CAC_BASE
+ PHYS_OFFSET)
/external/kernel-headers/original/asm-mips/mach-generic/
spaces.h
24
#define
CAC_BASE
_AC(0x80000000, UL)
43
#ifndef
CAC_BASE
45
#define
CAC_BASE
_AC(0x9800000000000000, UL)
47
#define
CAC_BASE
_AC(0xa800000000000000, UL)
73
#define TO_CAC(x) (
CAC_BASE
| ((x) & TO_PHYS_MASK))
82
#define PAGE_OFFSET (
CAC_BASE
+ PHYS_OFFSET)
Completed in 1720 milliseconds