OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_AC
(Results
1 - 7
of
7
) sorted by null
/external/u-boot/arch/mips/include/asm/mach-generic/
spaces.h
16
#define PHYS_OFFSET
_AC
(0, UL)
21
#define CAC_BASE
_AC
(0x40000000, UL)
23
#define CAC_BASE
_AC
(0x80000000, UL)
26
#define IO_BASE
_AC
(0xa0000000, UL)
29
#define UNCAC_BASE
_AC
(0xa0000000, UL)
34
#define MAP_BASE
_AC
(0x60000000, UL)
36
#define MAP_BASE
_AC
(0xc0000000, UL)
44
#define HIGHMEM_START
_AC
(0x20000000, UL)
53
#define CAC_BASE
_AC
(0x9800000000000000, UL)
55
#define CAC_BASE
_AC
(0xa800000000000000, UL
[
all
...]
/bionic/libc/kernel/uapi/linux/
const.h
22
#define
_AC
(X,Y) X
26
#define
_AC
(X,Y) __AC(X, Y)
29
#define _UL(x) (
_AC
(x, UL))
30
#define _ULL(x) (
_AC
(x, ULL))
/external/kernel-headers/original/uapi/linux/
const.h
17
#define
_AC
(X,Y) X
21
#define
_AC
(X,Y) __AC(X,Y)
25
#define _UL(x) (
_AC
(x, UL))
26
#define _ULL(x) (
_AC
(x, ULL))
/external/u-boot/arch/mips/include/asm/
const.h
24
#define _BITUL(x) (
_AC
(1,UL) << (x))
25
#define _BITULL(x) (
_AC
(1,ULL) << (x))
/bionic/libc/kernel/uapi/asm-x86/asm/
processor-flags.h
43
#define X86_EFLAGS_IOPL (
_AC
(3, UL) << X86_EFLAGS_IOPL_BIT)
85
#define X86_CR3_PCID_MASK (
_AC
((1UL << X86_CR3_PCID_BITS) - 1, UL))
130
#define X86_CR8_TPR
_AC
(0x0000000f, UL)
/external/kernel-headers/original/uapi/asm-x86/asm/
processor-flags.h
32
#define X86_EFLAGS_IOPL (
_AC
(3,UL) << X86_EFLAGS_IOPL_BIT)
83
#define X86_CR3_PCID_MASK (
_AC
((1UL << X86_CR3_PCID_BITS) - 1, UL))
137
#define X86_CR8_TPR
_AC
(0x0000000f,UL) /* task priority register */
/external/u-boot/include/
common.h
18
#define
_AC
(X, Y) (X##Y)
548
#define
_AC
(X, Y) X
555
#define UL(x)
_AC
(x, UL)
Completed in 662 milliseconds