/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | Waddress-space-from.c | 2 #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)))
|
D | Waddress-space-all-attr.c | 2 #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)))
|
D | typeof-attribute.c | 1 #define __percpu __attribute__((noderef, address_space(3))) 5 (*(typeof(v) __attribute__((address_space(0), force)) *)(&v))
|
D | address_space.c | 1 #define __user __attribute__((address_space(1)))
|
D | as-name.c | 1 #define __user __attribute__((address_space(__user)))
|
D | struct-as.c | 5 #define __user __attribute__((address_space(1)))
|
D | fored_arg.c | 5 #define __iomem __attribute__((noderef, address_space(2)))
|
D | attr_in_parameter.c | 1 #define A __attribute__((address_space(1)))
|
D | type-attribute-as.c | 1 #define __as __attribute__((address_space(__as)))
|
D | type-compare.c | 1 #define __user __attribute__((address_space(1)))
|
D | typeof-addresspace.c | 1 #define __as __attribute__((address_space(1)))
|
D | Waddress-space-strict.c | 1 #define __user __attribute__((address_space(1)))
|
D | function-redecl.c | 1 #define __user __attribute__((address_space(1)))
|
D | Wcast-to-as.c | 1 #define __user __attribute__((address_space(1)))
|
D | ptr-inherit.c | 1 #define __user __attribute__((address_space(1)))
|
D | autotype.c | 42 #define __as __attribute__((address_space(42)))
|
/third_party/boost/libs/compute/include/boost/compute/detail/ |
D | meta_kernel.hpp | 192 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/ |
D | meta_kernel.hpp | 192 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/ |
D | buffer_iterator.hpp | 59 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/ |
D | buffer_iterator.hpp | 59 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/ |
D | parseheader.py | 47 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/ |
D | aub_read.c | 136 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()
|
D | error2aub.c | 142 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/ |
D | etnaviv_device.c | 72 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/ |
D | has-attribute.c | 38 && __has_attribute(address_space) \
|