OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NASID_BITMASK
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/arch-mips/asm/sn/sn0/
addrs.h
24
#define
NASID_BITMASK
(0xffLL)
34
#define NASID_MASK (UINT64_CAST
NASID_BITMASK
<< NASID_SHFT)
35
#define NASID_GET(_pa) (int) ((UINT64_CAST (_pa) >> NASID_SHFT) &
NASID_BITMASK
)
/development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
addrs.h
24
#define
NASID_BITMASK
(0xffLL)
34
#define NASID_MASK (UINT64_CAST
NASID_BITMASK
<< NASID_SHFT)
35
#define NASID_GET(_pa) (int) ((UINT64_CAST (_pa) >> NASID_SHFT) &
NASID_BITMASK
)
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
addrs.h
24
#define
NASID_BITMASK
(0xffLL)
34
#define NASID_MASK (UINT64_CAST
NASID_BITMASK
<< NASID_SHFT)
35
#define NASID_GET(_pa) (int) ((UINT64_CAST (_pa) >> NASID_SHFT) &
NASID_BITMASK
)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
addrs.h
24
#define
NASID_BITMASK
(0xffLL)
34
#define NASID_MASK (UINT64_CAST
NASID_BITMASK
<< NASID_SHFT)
35
#define NASID_GET(_pa) (int) ((UINT64_CAST (_pa) >> NASID_SHFT) &
NASID_BITMASK
)
/external/kernel-headers/original/asm-mips/sn/sn0/
addrs.h
57
#define
NASID_BITMASK
(0x1ffLL)
70
#define
NASID_BITMASK
(0xffLL)
83
#define NASID_MASK (UINT64_CAST
NASID_BITMASK
<< NASID_SHFT)
85
NASID_SHFT) &
NASID_BITMASK
)
Completed in 403 milliseconds