Home
last modified time | relevance | path

Searched refs:ION_FLAG_CACHED (Results 1 – 25 of 73) sorted by relevance

123

/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_ion.h81 #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)
/hardware/qcom/msm8x27/kernel-headers/linux/
Dmsm_ion.h81 #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)
Dion.h37 #define ION_FLAG_CACHED 1 macro
/hardware/qcom/msm8x26/original-kernel-headers/linux/
Dmsm_ion.h114 #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)
Dion.h59 #define ION_FLAG_CACHED 1 /* mappings of this buffer should be macro
/hardware/qcom/msm8x26/kernel-headers/linux/
Dmsm_ion.h97 #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)
Dion.h42 #define ION_FLAG_CACHED 1 macro
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_ion.h117 #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)
Dion.h54 #define ION_FLAG_CACHED 1 /* mappings of this buffer should be macro
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_ion.h100 #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)
Dion.h40 #define ION_FLAG_CACHED 1 macro
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_ion.h99 #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/
Dmsm_ion.h120 #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/msm8x09/kernel-headers/linux/
Dmsm_ion.h116 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED)
117 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
119 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
/hardware/qcom/msm8x09/original-kernel-headers/linux/
Dmsm_ion.h139 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED)
140 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
142 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
Dion.h59 #define ION_FLAG_CACHED 1 /* mappings of this buffer should be macro
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_ion.h142 #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)
Dion.h59 #define ION_FLAG_CACHED 1 /* mappings of this buffer should be macro
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_ion.h117 #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)
Dion.h42 #define ION_FLAG_CACHED 1 macro
/hardware/qcom/msm8998/kernel-headers/linux/
Dmsm_ion.h125 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED)
126 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
127 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
Dion.h42 #define ION_FLAG_CACHED 1 macro
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_ion.h99 #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/msm8x27/original-kernel-headers/linux/
Dmsm_ion.h99 #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/msm8998/original-kernel-headers/linux/
Dmsm_ion.h149 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED)
150 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
152 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)

123