Home
last modified time | relevance | path

Searched refs:address_space (Results 1 – 25 of 40) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/validation/
DWaddress-space-from.c2 #define __kernel __attribute__((address_space(0)))
3 #define __user __attribute__((address_space(__user)))
4 #define __iomem __attribute__((address_space(__iomem)))
5 #define __percpu __attribute__((address_space(__percpu)))
6 #define __rcu __attribute__((address_space(__rcu)))
DWaddress-space-all-attr.c2 #define __kernel __attribute__((address_space(0)))
3 #define __user __attribute__((address_space(1)))
4 #define __iomem __attribute__((address_space(2)))
5 #define __percpu __attribute__((address_space(3)))
6 #define __rcu __attribute__((address_space(4)))
Dtypeof-attribute.c1 #define __percpu __attribute__((noderef, address_space(3)))
5 (*(typeof(v) __attribute__((address_space(0), force)) *)(&v))
Daddress_space.c1 #define __user __attribute__((address_space(1)))
Das-name.c1 #define __user __attribute__((address_space(__user)))
Dstruct-as.c5 #define __user __attribute__((address_space(1)))
Dfored_arg.c5 #define __iomem __attribute__((noderef, address_space(2)))
Dattr_in_parameter.c1 #define A __attribute__((address_space(1)))
Dtype-attribute-as.c1 #define __as __attribute__((address_space(__as)))
Dtype-compare.c1 #define __user __attribute__((address_space(1)))
Dtypeof-addresspace.c1 #define __as __attribute__((address_space(1)))
DWaddress-space-strict.c1 #define __user __attribute__((address_space(1)))
Dfunction-redecl.c1 #define __user __attribute__((address_space(1)))
DWcast-to-as.c1 #define __user __attribute__((address_space(1)))
Dptr-inherit.c1 #define __user __attribute__((address_space(1)))
Dautotype.c42 #define __as __attribute__((address_space(42)))
/third_party/boost/libs/compute/include/boost/compute/detail/
Dmeta_kernel.hpp192 memory_object::address_space addr_space, in meta_kernel_buffer_info()
196 address_space(addr_space), in meta_kernel_buffer_info()
203 memory_object::address_space address_space; member
212 memory_object::address_space addr_space, in meta_kernel_svm_info()
216 address_space(addr_space), in meta_kernel_svm_info()
224 memory_object::address_space address_space; member
419 size_t add_arg(memory_object::address_space address_space, in add_arg() argument
422 return add_arg_with_qualifiers<T>(address_space_prefix(address_space), name); in add_arg()
705 const memory_object::address_space address_space = in get_buffer_identifier() argument
713 bi.address_space == address_space){ in get_buffer_identifier()
[all …]
/third_party/boost/boost/compute/detail/
Dmeta_kernel.hpp192 memory_object::address_space addr_space, in meta_kernel_buffer_info()
196 address_space(addr_space), in meta_kernel_buffer_info()
203 memory_object::address_space address_space; member
212 memory_object::address_space addr_space, in meta_kernel_svm_info()
216 address_space(addr_space), in meta_kernel_svm_info()
224 memory_object::address_space address_space; member
419 size_t add_arg(memory_object::address_space address_space, in add_arg() argument
422 return add_arg_with_qualifiers<T>(address_space_prefix(address_space), name); in add_arg()
705 const memory_object::address_space address_space = in get_buffer_identifier() argument
713 bi.address_space == address_space){ in get_buffer_identifier()
[all …]
/third_party/boost/boost/compute/iterator/
Dbuffer_iterator.hpp59 const memory_object::address_space address_space, in buffer_iterator_index_expr()
63 m_address_space(address_space), in buffer_iterator_index_expr()
93 const memory_object::address_space m_address_space;
/third_party/boost/libs/compute/include/boost/compute/iterator/
Dbuffer_iterator.hpp59 const memory_object::address_space address_space, in buffer_iterator_index_expr()
63 m_address_space(address_space), in buffer_iterator_index_expr()
93 const memory_object::address_space m_address_space;
/third_party/mesa3d/src/amd/registers/
Dparseheader.py47 def __init__(self, address_space): argument
50 self.address_space = address_space
175 map=Object(to=self.address_space, at=address),
/third_party/mesa3d/src/intel/tools/
Daub_read.c136 int address_space = p[1] & AUB_TRACE_ADDRESS_SPACE_MASK; in handle_trace_block() local
146 if (address_space == AUB_TRACE_MEMTYPE_GTT) { in handle_trace_block()
265 uint32_t address_space = p[3] >> 28; in handle_memtrace_mem_write() local
267 switch (address_space) { in handle_memtrace_mem_write()
Derror2aub.c142 enum address_space { enum
168 enum address_space gtt, in find_or_create()
281 enum address_space active_gtt = PPGTT; in main()
282 enum address_space default_gtt = PPGTT; in main()
395 enum address_space gtt; in main()
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_device.c72 util_vma_heap_init(&dev->address_space, req.value, _4GB - req.value); in etna_device_new()
106 util_vma_heap_finish(&dev->address_space); in etna_device_del_impl()
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Dhas-attribute.c38 && __has_attribute(address_space) \

12