| /openbsd-src/gnu/llvm/clang/lib/Headers/ |
| H A D | CMakeLists.txt | 373 "target specific header lists! The resource-headers " 385 # The catch-all clang-resource-headers target 386 add_custom_target("clang-resource-headers" ALL DEPENDS ${out_files}) 387 set_target_properties("clang-resource-headers" PROPERTIES 390 add_dependencies("clang-resource-headers" 391 "core-resource-headers" 392 "arm-common-resource-headers" 393 "arm-resource-headers" 394 "aarch64-resource-headers" 395 "cuda-resource-headers" [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | CrashRecoveryContext.h | 162 T *resource; 163 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase() argument 164 : CrashRecoveryContextCleanup(context), resource(resource) {} in CrashRecoveryContextCleanupBase() 186 T *resource) in CrashRecoveryContextDestructorCleanup() argument 188 CrashRecoveryContextDestructorCleanup<T>, T>(context, resource) {} in CrashRecoveryContextDestructorCleanup() 191 this->resource->~T(); in recoverResources() 200 CrashRecoveryContextDeleteCleanup(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextDeleteCleanup() argument 202 CrashRecoveryContextDeleteCleanup<T>, T>(context, resource) {} in CrashRecoveryContextDeleteCleanup() 204 void recoverResources() override { delete this->resource; } in recoverResources() 213 T *resource) in CrashRecoveryContextReleaseRefCleanup() argument [all …]
|
| /openbsd-src/sys/dev/pci/drm/ttm/ |
| H A D | ttm_bo_util.c | 151 struct ttm_resource *src_mem = bo->resource; in ttm_bo_move_memcpy() 259 if (fbo->base.resource) { in ttm_buffer_object_transfer() 260 ttm_resource_set_bo(fbo->base.resource, &fbo->base); in ttm_buffer_object_transfer() 261 bo->resource = NULL; in ttm_buffer_object_transfer() 317 struct ttm_resource *mem = bo->resource; in ttm_bo_ioremap() 319 if (bo->resource->bus.addr) { in ttm_bo_ioremap() 321 map->virtual = ((u8 *)bo->resource->bus.addr) + offset; in ttm_bo_ioremap() 333 bo->resource->bus.offset + offset, in ttm_bo_ioremap() 335 &bo->resource->bus.bsh)) { in ttm_bo_ioremap() 340 bo->resource->bus.bsh); in ttm_bo_ioremap() [all …]
|
| H A D | ttm_bo.c | 78 if (bo->resource) in ttm_bo_move_to_lru_tail() 79 ttm_resource_move_to_lru_tail(bo->resource); in ttm_bo_move_to_lru_tail() 106 if (bo->resource) in ttm_bo_set_bulk_move() 107 ttm_resource_del_bulk_move(bo->resource, bo); in ttm_bo_set_bulk_move() 109 if (bo->resource) in ttm_bo_set_bulk_move() 110 ttm_resource_add_bulk_move(bo->resource, bo); in ttm_bo_set_bulk_move() 124 old_use_tt = !bo->resource || ttm_manager_type(bdev, bo->resource->mem_type)->use_tt; in ttm_bo_handle_move_mem() 183 ttm_resource_free(bo, &bo->resource); in ttm_bo_cleanup_memtype_use() 344 ttm_mem_io_free(bdev, bo->resource); in ttm_bo_release() 366 ttm_resource_move_to_lru_tail(bo->resource); in ttm_bo_release() [all …]
|
| H A D | ttm_bo_vm.c | 94 return (bo->resource->bus.offset >> PAGE_SHIFT) + page_offset; in ttm_bo_io_mem_pfn() 208 err = ttm_mem_io_reserve(bdev, bo->resource); in ttm_bo_vm_fault_reserved() 220 prot = ttm_io_prot(bo, bo->resource, prot); in ttm_bo_vm_fault_reserved() 221 if (!bo->resource->bus.is_iomem) { in ttm_bo_vm_fault_reserved() 248 if (bo->resource->bus.is_iomem) { in ttm_bo_vm_fault_reserved() 408 return (bo->resource->bus.offset >> PAGE_SHIFT) + page_offset; in ttm_bo_io_mem_pfn() 510 err = ttm_mem_io_reserve(bdev, bo->resource); in ttm_bo_vm_fault_reserved() 523 pmap_flags = ttm_io_prot(bo, bo->resource, 0); in ttm_bo_vm_fault_reserved() 524 if (!bo->resource->bus.is_iomem) { in ttm_bo_vm_fault_reserved() 555 if (bo->resource in ttm_bo_vm_fault_reserved() [all...] |
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | bigcore.c | 93 print_rlimit (int resource) in print_rlimit() argument 96 getrlimit (resource, &rl); in print_rlimit() 104 maximize_rlimit (int resource, const char *prefix) in maximize_rlimit() argument 110 print_rlimit (resource); in maximize_rlimit() 111 getrlimit (resource, &rl); in maximize_rlimit() 113 setrlimit (resource, &rl); in maximize_rlimit() 115 print_rlimit (resource); in maximize_rlimit()
|
| /openbsd-src/sys/dev/pci/drm/i915/gem/ |
| H A D | i915_gem_ttm_move.c | 86 if (i915_ttm_cpu_maps_iomem(bo->resource) || bo->ttm->caching != ttm_cached) { in i915_ttm_adjust_domains_after_move() 116 if (!bo->resource) { in i915_ttm_adjust_gem_after_move() 121 mem_flags = i915_ttm_cpu_maps_iomem(bo->resource) ? I915_BO_FLAG_IOMEM : in i915_ttm_adjust_gem_after_move() 123 mem_type = bo->resource->mem_type; in i915_ttm_adjust_gem_after_move() 124 cache_level = i915_ttm_cache_level(to_i915(bo->base.dev), bo->resource, in i915_ttm_adjust_gem_after_move() 223 i915_ttm_resource_get_st(obj, bo->resource); in i915_ttm_accel_move() 228 src_level = i915_ttm_cache_level(i915, bo->resource, src_ttm); in i915_ttm_accel_move() 233 i915_ttm_gtt_binds_lmem(bo->resource), in i915_ttm_accel_move() 322 src_reg = i915_ttm_region(bo->bdev, bo->resource->mem_type); in i915_ttm_memcpy_init() 330 arg->src_iter = !i915_ttm_cpu_maps_iomem(bo->resource) ? in i915_ttm_memcpy_init() [all …]
|
| H A D | i915_gem_ttm.c | 297 if (obj->flags & I915_BO_ALLOC_CPU_CLEAR && (!bo->resource || in i915_ttm_tt_create() 298 ttm_manager_type(bo->bdev, bo->resource->mem_type)->use_tt)) in i915_ttm_tt_create() 492 if (!bo->ttm || i915_ttm_cpu_maps_iomem(bo->resource)) in i915_ttm_shrink() 536 * This gets called twice by ttm, so long as we have a ttm resource or in i915_ttm_delete_mem_notify() 538 * we maybe have NULL bo->resource, but in that case we should always in i915_ttm_delete_mem_notify() 541 if ((bo->resource || bo->ttm) && !i915_ttm_is_ghost_object(bo)) { in i915_ttm_delete_mem_notify() 581 * resource memory 586 * pointed to by @res. If @res is the object's current resource it may also 612 if (bo->resource == res) { in i915_ttm_resource_get_st() 668 * i915_ttm_resource_mappable - Return true if the ttm resource i [all...] |
| /openbsd-src/gnu/llvm/clang/docs/HLSL/ |
| H A D | ResourceTypes.rst | 13 abstractions for reading and writing resource data. 18 In Clang resource types are forward declared by the ``HLSLExternalSemaSource`` 23 specifies the expected return type of resource loads, and the expected parameter 26 In Clang's AST and code generation, resource types are classes that store a 32 code generation for resource binding metadata. The ``hlsl`` metadata nodes are
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Rs/ |
| H A D | allch.out_markdown | 21 [uniform resource locator](uniform resource locator), 43 [uniform resource locator](uniform resource locator),
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | mac-as.r | 7 resource 'vers' (1) { 17 resource 'vers' (2, purgeable) { 31 resource 'cfrg' (0) {
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | mac-binutils.r | 7 resource 'vers' (1) { 17 resource 'vers' (2, purgeable) { 31 resource 'cfrg' (0) {
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | mac-ld.r | 7 resource 'vers' (1) { 17 resource 'vers' (2, purgeable) { 31 resource 'cfrg' (0) {
|
| /openbsd-src/sys/dev/pci/drm/include/linux/ |
| H A D | ioport.h | 10 struct resource { struct 17 resource_size(const struct resource *r) in resource_size() 23 (struct resource) { \ 16 endresource resource_size() argument
|
| H A D | platform_device.h | 13 struct resource *resource; member 52 struct resource *platform_get_resource(struct platform_device *, u_int, u_int);
|
| H A D | of_address.h | 7 struct resource; 9 int of_address_to_resource(struct device_node *, int, struct resource *);
|
| /openbsd-src/gnu/llvm/libcxx/benchmarks/ |
| H A D | monotonic_buffer.bench.cpp | 16 std::pmr::monotonic_buffer_resource resource(buffer, sizeof(buffer)); in bm_list() local 18 std::pmr::list<int> l(&resource); in bm_list() 23 resource.release(); in bm_list()
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | wordprocessors | 31 >8 short 276 WordPerfect driver resource data 34 >8 short 281 WordPerfect macro resource data 37 >8 short 286 WordPerfect equation resource data 57 >8 short 1817 Editor macro resource file 69 >8 short 2329 PlanPerfect macro resource data 85 >8 short 4362 Terminal resource data 86 >8 short 4363 Terminal resource data 87 >8 short 4395 Terminal resource data 89 >8 short 4620 graphics resource data
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | amdgpu_object.c | 404 ttm_resource_free(&(*bo_ptr)->tbo, &(*bo_ptr)->tbo.resource); in amdgpu_bo_create_kernel_at() 411 &(*bo_ptr)->tbo.resource, &ctx); in amdgpu_bo_create_kernel_at() 632 amdgpu_res_cpu_visible(adev, bo->tbo.resource)) in amdgpu_bo_create() 639 bo->tbo.resource->mem_type == TTM_PL_VRAM) { in amdgpu_bo_create() 928 uint32_t mem_type = bo->tbo.resource->mem_type; in amdgpu_bo_pin_restricted() 929 uint32_t mem_flags = bo->tbo.resource->placement; in amdgpu_bo_pin_restricted() 986 domain = amdgpu_mem_type_to_domain(bo->tbo.resource->mem_type); in amdgpu_bo_pin_restricted() 1040 if (bo->tbo.resource->mem_type == TTM_PL_VRAM) { in amdgpu_bo_unpin() 1044 } else if (bo->tbo.resource->mem_type == TTM_PL_TT) { in amdgpu_bo_unpin() 1285 struct ttm_resource *old_mem = bo->resource; in amdgpu_bo_move_notify() [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/experimental/ |
| H A D | memory_resource | 50 // The default memory resource 103 // 8.5, memory.resource 108 // 8.5.2, memory.resource.public 124 // 8.5.3, memory.resource.priv 131 // 8.5.4, memory.resource.eq 183 : __res_(__other.resource()) 279 memory_resource * resource() const _NOEXCEPT 328 return *__lhs.resource() == *__rhs.resource(); 340 // 8.7, memory.resource.adaptor 343 // 8.7.1, memory.resource.adaptor.overview [all …]
|
| /openbsd-src/gnu/llvm/lldb/cmake/modules/ |
| H A D | LLDBFramework.cmake | 95 add_custom_target(liblldb-resource-headers DEPENDS ${lldb_staged_headers}) 96 set_target_properties(liblldb-resource-headers PROPERTIES FOLDER "lldb misc") 97 add_dependencies(liblldb liblldb-resource-headers) 109 if (TARGET clang-resource-headers) 110 add_dependencies(liblldb clang-resource-headers) 111 … set(clang_resource_headers_dir $<TARGET_PROPERTY:clang-resource-headers,RUNTIME_OUTPUT_DIRECTORY>) 115 …message(WARNING "Expected directory for clang-resource headers not found: ${clang_resource_headers…
|
| /openbsd-src/bin/ksh/ |
| H A D | c_ulimit.c | 35 int resource; /* resource to get/set */ member 160 getrlimit(l->resource, &limit); in set_ulimit() 165 if (setrlimit(l->resource, &limit) == -1) { in set_ulimit() 182 getrlimit(l->resource, &limit); in print_ulimit()
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | run.py | 118 import resource 119 NPROC = resource.RLIMIT_NPROC 121 soft_limit, hard_limit = resource.getrlimit(NPROC) 125 resource.setrlimit(NPROC, (desired_limit, hard_limit))
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/ |
| H A D | CMakeLists.txt | 95 foreach(resource ${LibScanbuildResources}) 96 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/lib/libscanbuild/resources/${resource} 104 ${CMAKE_CURRENT_SOURCE_DIR}/lib/libscanbuild/resources/${resource} 106 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/lib/libscanbuild/resources/${resource}) 107 list(APPEND Depends ${CMAKE_BINARY_DIR}/lib/libscanbuild/resources/${resource}) 108 install(FILES lib/libscanbuild/resources/${resource}
|
| /openbsd-src/sys/dev/pci/drm/apple/ |
| H A D | dcp-internal.h | 138 struct resource *disp_registers[MAX_DISP_REGISTERS]; 141 struct resource disp_bw_scratch_res; 142 struct resource disp_bw_doorbell_res;
|