OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ION_FLAG_CACHED
(Results
1 - 25
of
90
) sorted by null
1
2
3
4
/hardware/qcom/msm8960/kernel-headers/linux/
msm_ion.h
81
#define ION_SET_CACHED(__cache) (__cache |
ION_FLAG_CACHED
)
82
#define ION_SET_UNCACHED(__cache) (__cache & ~
ION_FLAG_CACHED
)
84
#define ION_IS_CACHED(__flags) ((__flags) &
ION_FLAG_CACHED
)
ion.h
41
#define
ION_FLAG_CACHED
1
/hardware/qcom/msm8994/kernel-headers/linux/
msm_ion.h
99
#define ION_SET_CACHED(__cache) (__cache |
ION_FLAG_CACHED
)
100
#define ION_SET_UNCACHED(__cache) (__cache & ~
ION_FLAG_CACHED
)
101
#define ION_IS_CACHED(__flags) ((__flags) &
ION_FLAG_CACHED
)
/hardware/qcom/msm8994/original-kernel-headers/linux/
msm_ion.h
120
#define ION_SET_CACHED(__cache) (__cache |
ION_FLAG_CACHED
)
121
#define ION_SET_UNCACHED(__cache) (__cache & ~
ION_FLAG_CACHED
)
123
#define ION_IS_CACHED(__flags) ((__flags) &
ION_FLAG_CACHED
)
/hardware/qcom/msm8x26/kernel-headers/linux/
msm_ion.h
97
#define ION_SET_CACHED(__cache) (__cache |
ION_FLAG_CACHED
)
99
#define ION_SET_UNCACHED(__cache) (__cache & ~
ION_FLAG_CACHED
)
100
#define ION_IS_CACHED(__flags) ((__flags) &
ION_FLAG_CACHED
)
ion.h
42
#define
ION_FLAG_CACHED
1
/hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_ion.h
114
#define ION_SET_CACHED(__cache) (__cache |
ION_FLAG_CACHED
)
115
#define ION_SET_UNCACHED(__cache) (__cache & ~
ION_FLAG_CACHED
)
117
#define ION_IS_CACHED(__flags) ((__flags) &
ION_FLAG_CACHED
)
ion.h
59
#define
ION_FLAG_CACHED
1 /* mappings of this buffer should be
/hardware/qcom/msm8x27/kernel-headers/linux/
msm_ion.h
81
#define ION_SET_CACHED(__cache) (__cache |
ION_FLAG_CACHED
)
82
#define ION_SET_UNCACHED(__cache) (__cache & ~
ION_FLAG_CACHED
)
84
#define ION_IS_CACHED(__flags) ((__flags) &
ION_FLAG_CACHED
)
ion.h
37
#define
ION_FLAG_CACHED
1
/hardware/qcom/msm8x84/kernel-headers/linux/
msm_ion.h
100
#define ION_SET_CACHED(__cache) (__cache |
ION_FLAG_CACHED
)
101
#define ION_SET_UNCACHED(__cache) (__cache & ~
ION_FLAG_CACHED
)
102
#define ION_IS_CACHED(__flags) ((__flags) &
ION_FLAG_CACHED
)
ion.h
40
#define
ION_FLAG_CACHED
1
/hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_ion.h
117
#define ION_SET_CACHED(__cache) (__cache |
ION_FLAG_CACHED
)
118
#define ION_SET_UNCACHED(__cache) (__cache & ~
ION_FLAG_CACHED
)
120
#define ION_IS_CACHED(__flags) ((__flags) &
ION_FLAG_CACHED
)
ion.h
54
#define
ION_FLAG_CACHED
1 /* mappings of this buffer should be
/hardware/qcom/msm8960/original-kernel-headers/linux/
msm_ion.h
99
#define ION_SET_CACHED(__cache) (__cache |
ION_FLAG_CACHED
)
100
#define ION_SET_UNCACHED(__cache) (__cache & ~
ION_FLAG_CACHED
)
102
#define ION_IS_CACHED(__flags) ((__flags) &
ION_FLAG_CACHED
)
/hardware/qcom/msm8996/kernel-headers/linux/
msm_ion.h
117
#define ION_SET_CACHED(__cache) (__cache |
ION_FLAG_CACHED
)
119
#define ION_SET_UNCACHED(__cache) (__cache & ~
ION_FLAG_CACHED
)
120
#define ION_IS_CACHED(__flags) ((__flags) &
ION_FLAG_CACHED
)
ion.h
42
#define
ION_FLAG_CACHED
1
/hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ion.h
142
#define ION_SET_CACHED(__cache) (__cache |
ION_FLAG_CACHED
)
143
#define ION_SET_UNCACHED(__cache) (__cache & ~
ION_FLAG_CACHED
)
145
#define ION_IS_CACHED(__flags) ((__flags) &
ION_FLAG_CACHED
)
ion.h
59
#define
ION_FLAG_CACHED
1 /* mappings of this buffer should be
/hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_ion.h
99
#define ION_SET_CACHED(__cache) (__cache |
ION_FLAG_CACHED
)
100
#define ION_SET_UNCACHED(__cache) (__cache & ~
ION_FLAG_CACHED
)
102
#define ION_IS_CACHED(__flags) ((__flags) &
ION_FLAG_CACHED
)
/bionic/libc/kernel/uapi/linux/
ion.h
42
#define
ION_FLAG_CACHED
1
/development/ndk/platforms/android-21/include/linux/
ion.h
42
#define
ION_FLAG_CACHED
1
/external/kernel-headers/original/uapi/linux/
ion.h
61
#define
ION_FLAG_CACHED
1 /*
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
ion.h
42
#define
ION_FLAG_CACHED
1
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
ion.h
42
#define
ION_FLAG_CACHED
1
Completed in 808 milliseconds
1
2
3
4