Home
last modified time | relevance | path

Searched refs:access (Results 226 - 250 of 2240) sorted by relevance

12345678910>>...90

/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h167 * taken as such, concurrent access on pre POWER5 hardware could result
456 extern int __hash_page_4K(unsigned long ea, unsigned long access,
459 extern int __hash_page_64K(unsigned long ea, unsigned long access,
465 unsigned long access, unsigned long trap,
467 extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap,
469 int __hash_page_huge(unsigned long ea, unsigned long access, unsigned long vsid,
473 extern int __hash_page_thp(unsigned long ea, unsigned long access,
477 static inline int __hash_page_thp(unsigned long ea, unsigned long access, in __hash_page_thp() argument
486 extern void hash_failure_debug(unsigned long ea, unsigned long access,
561 * GPU has restrictions of not able to access beyon
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h167 * taken as such, concurrent access on pre POWER5 hardware could result
459 extern int __hash_page_4K(unsigned long ea, unsigned long access,
462 extern int __hash_page_64K(unsigned long ea, unsigned long access,
468 unsigned long access, unsigned long trap,
470 extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap,
474 int __hash_page_huge(unsigned long ea, unsigned long access, unsigned long vsid,
478 extern int __hash_page_thp(unsigned long ea, unsigned long access,
482 static inline int __hash_page_thp(unsigned long ea, unsigned long access, in __hash_page_thp() argument
491 extern void hash_failure_debug(unsigned long ea, unsigned long access,
573 * GPU has restrictions of not able to access beyon
[all...]
/third_party/alsa-utils/axfer/
H A Dsubcmd-transfer.c165 static int capture_pre_process(struct context *ctx, snd_pcm_access_t *access, in capture_pre_process() argument
178 access, frames_per_buffer); in capture_pre_process()
229 static int playback_pre_process(struct context *ctx, snd_pcm_access_t *access, in playback_pre_process() argument
325 access, frames_per_buffer); in playback_pre_process()
331 snd_pcm_access_t access; in context_pre_process() local
339 err = capture_pre_process(ctx, &access, &frames_per_buffer, in context_pre_process()
343 err = playback_pre_process(ctx, &access, &frames_per_buffer, in context_pre_process()
359 err = mapper_context_pre_process(&ctx->mapper, access, bytes_per_sample, in context_pre_process()
H A Dframe-cache.h17 snd_pcm_access_t access; member
26 int frame_cache_init(struct frame_cache *cache, snd_pcm_access_t access,
/third_party/node/deps/v8/src/base/platform/
H A Dplatform.h327 // Remaps already-mapped memory at |new_address| with |access| permissions.
337 MemoryPermission access);
359 MemoryPermission access);
362 MemoryPermission access);
371 void* address, size_t size, OS::MemoryPermission access,
379 MemoryPermission access);
422 // to be inaccessible and cause a fault on access. As such, creating guard
439 OS::MemoryPermission access);
444 OS::MemoryPermission access,
451 OS::MemoryPermission access);
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBuffer.cpp250 angle::Result Buffer::map(const Context *context, GLenum access) in map() argument
255 ANGLE_TRY(mImpl->map(context, access, &mState.mMapPointer)); in map()
257 ASSERT(access == GL_WRITE_ONLY_OES); in map()
262 mState.mAccess = access; in map()
275 GLbitfield access) in mapRange()
281 ANGLE_TRY(mImpl->mapRange(context, offset, length, access, &mState.mMapPointer)); in mapRange()
287 mState.mAccessFlags = access; in mapRange()
294 if ((access & GL_MAP_WRITE_BIT) > 0) in mapRange()
272 mapRange(const Context *context, GLintptr offset, GLsizeiptr length, GLbitfield access) mapRange() argument
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c420 _mesa_access_flags_to_transfer_flags(GLbitfield access, bool wholeBuffer) in _mesa_access_flags_to_transfer_flags() argument
424 if (access & GL_MAP_WRITE_BIT) in _mesa_access_flags_to_transfer_flags()
427 if (access & GL_MAP_READ_BIT) in _mesa_access_flags_to_transfer_flags()
430 if (access & GL_MAP_FLUSH_EXPLICIT_BIT) in _mesa_access_flags_to_transfer_flags()
433 if (access & GL_MAP_INVALIDATE_BUFFER_BIT) { in _mesa_access_flags_to_transfer_flags()
436 else if (access & GL_MAP_INVALIDATE_RANGE_BIT) { in _mesa_access_flags_to_transfer_flags()
443 if (access & GL_MAP_UNSYNCHRONIZED_BIT) in _mesa_access_flags_to_transfer_flags()
446 if (access & GL_MAP_PERSISTENT_BIT) in _mesa_access_flags_to_transfer_flags()
449 if (access & GL_MAP_COHERENT_BIT) in _mesa_access_flags_to_transfer_flags()
455 if (access in _mesa_access_flags_to_transfer_flags()
470 _mesa_bufferobj_map_range(struct gl_context *ctx, GLintptr offset, GLsizeiptr length, GLbitfield access, struct gl_buffer_object *obj, gl_map_buffer_index index) _mesa_bufferobj_map_range() argument
788 simplified_access_mode(struct gl_context *ctx, GLbitfield access) simplified_access_mode() argument
3599 validate_map_buffer_range(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLintptr offset, GLsizeiptr length, GLbitfield access, const char *func) validate_map_buffer_range() argument
3736 map_buffer_range(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLintptr offset, GLsizeiptr length, GLbitfield access, const char *func) map_buffer_range() argument
3795 _mesa_MapBufferRange_no_error(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) _mesa_MapBufferRange_no_error() argument
3808 _mesa_MapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) _mesa_MapBufferRange() argument
3833 _mesa_MapNamedBufferRange_no_error(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access) _mesa_MapNamedBufferRange_no_error() argument
3844 map_named_buffer_range(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access, bool dsa_ext, const char *func) map_named_buffer_range() argument
3873 _mesa_MapNamedBufferRangeEXT(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access) _mesa_MapNamedBufferRangeEXT() argument
3887 _mesa_MapNamedBufferRange(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access) _mesa_MapNamedBufferRange() argument
3901 get_map_buffer_access_flags(struct gl_context *ctx, GLenum access, GLbitfield *flags) get_map_buffer_access_flags() argument
3921 _mesa_MapBuffer_no_error(GLenum target, GLenum access) _mesa_MapBuffer_no_error() argument
3936 _mesa_MapBuffer(GLenum target, GLenum access) _mesa_MapBuffer() argument
3960 _mesa_MapNamedBuffer_no_error(GLuint buffer, GLenum access) _mesa_MapNamedBuffer_no_error() argument
3974 _mesa_MapNamedBuffer(GLuint buffer, GLenum access) _mesa_MapNamedBuffer() argument
3998 _mesa_MapNamedBufferEXT(GLuint buffer, GLenum access) _mesa_MapNamedBufferEXT() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1371 * _PAGE_RWX: no access.
1403 * 2 -> no access. in subpage_protection()
1417 void hash_failure_debug(unsigned long ea, unsigned long access, in hash_failure_debug() argument
1423 pr_info("mm: Hashing failure ! EA=0x%lx access=0x%lx current=%s\n", in hash_failure_debug()
1424 ea, access, current->comm); in hash_failure_debug()
1450 * -2 - access not permitted by subpage protection mechanism
1453 unsigned long access, unsigned long trap, in hash_page_mm()
1464 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n", in hash_page_mm()
1465 ea, access, trap); in hash_page_mm()
1466 trace_hash_fault(ea, access, tra in hash_page_mm()
1452 hash_page_mm(struct mm_struct *mm, unsigned long ea, unsigned long access, unsigned long trap, unsigned long flags) hash_page_mm() argument
1662 hash_page(unsigned long ea, unsigned long access, unsigned long trap, unsigned long dsisr) hash_page() argument
1683 unsigned long access = _PAGE_PRESENT | _PAGE_READ; DEFINE_INTERRUPT_HANDLER() local
1761 unsigned long access = _PAGE_PRESENT | _PAGE_READ | (is_exec ? _PAGE_EXEC : 0); hash_preload() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp154 VkAccessFlags writeAccessToFlags (WriteAccess access) in writeAccessToFlags() argument
156 switch (access) in writeAccessToFlags()
178 VkAccessFlags readAccessToFlags (ReadAccess access) in readAccessToFlags() argument
180 switch (access) in readAccessToFlags()
196 // Check if the writing stage can use the specified write access.
197 bool canWriteFromStageAsAccess (Stage writeStage, WriteAccess access) in canWriteFromStageAsAccess() argument
201 case Stage::HOST: return (access == WriteAccess::HOST_WRITE); in canWriteFromStageAsAccess()
202 case Stage::TRANSFER: return (access == WriteAccess::TRANSFER_WRITE); in canWriteFromStageAsAccess()
205 case Stage::FRAG: return (access == WriteAccess::SHADER_WRITE); in canWriteFromStageAsAccess()
212 // Check if the reading stage can use the specified read access
213 canReadFromStageAsAccess(Stage readStage, ReadAccess access) canReadFromStageAsAccess() argument
229 canReadResourceAsAccess(ResourceType resType, ReadAccess access) canReadResourceAsAccess() argument
237 canWriteResourceAsAccess(ResourceType resType, WriteAccess access) canWriteResourceAsAccess() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp154 VkAccessFlags writeAccessToFlags (WriteAccess access) in writeAccessToFlags() argument
156 switch (access) in writeAccessToFlags()
178 VkAccessFlags readAccessToFlags (ReadAccess access) in readAccessToFlags() argument
180 switch (access) in readAccessToFlags()
196 // Check if the writing stage can use the specified write access.
197 bool canWriteFromStageAsAccess (Stage writeStage, WriteAccess access) in canWriteFromStageAsAccess() argument
201 case Stage::HOST: return (access == WriteAccess::HOST_WRITE); in canWriteFromStageAsAccess()
202 case Stage::TRANSFER: return (access == WriteAccess::TRANSFER_WRITE); in canWriteFromStageAsAccess()
205 case Stage::FRAG: return (access == WriteAccess::SHADER_WRITE); in canWriteFromStageAsAccess()
212 // Check if the reading stage can use the specified read access
213 canReadFromStageAsAccess(Stage readStage, ReadAccess access) canReadFromStageAsAccess() argument
229 canReadResourceAsAccess(ResourceType resType, ReadAccess access) canReadResourceAsAccess() argument
237 canWriteResourceAsAccess(ResourceType resType, WriteAccess access) canWriteResourceAsAccess() argument
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp1956 static inline Vec4 lookup (const ConstPixelBufferAccess& access, int i, int j, int k) in lookup() argument
1958 const TextureFormat& format = access.getFormat(); in lookup()
1963 return sRGB8ToLinear(access.getPixelUint(i, j, k)); in lookup()
1965 return sRGBA8ToLinear(access.getPixelUint(i, j, k)); in lookup()
1967 return sRGBToLinear(access.getPixel(i, j, k)); in lookup()
1971 return access.getPixel(i, j, k); in lookup()
2025 static Vec4 sampleNearest1D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u, const IVec2& offset) in sampleNearest1D() argument
2027 int width = access.getWidth(); in sampleNearest1D()
2033 return lookupBorder(access.getFormat(), sampler); in sampleNearest1D()
2037 return lookup(access, in sampleNearest1D()
2040 sampleNearest2D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, float v, const IVec3& offset) sampleNearest2D() argument
2059 sampleNearest3D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, float v, float w, const IVec3& offset) sampleNearest3D() argument
2082 sampleLinear1D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, const IVec2& offset) sampleLinear1D() argument
2105 sampleCubic1D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, const IVec2& offset) sampleCubic1D() argument
2143 sampleLinear2D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, float v, const IVec3& offset) sampleLinear2D() argument
2179 sampleCubic2D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, float v, const IVec3& offset) sampleCubic2D() argument
2230 sampleLinear1DCompare(const ConstPixelBufferAccess& access, const Sampler& sampler, float ref, float u, const IVec2& offset, bool isFixedPointDepthFormat) sampleLinear1DCompare() argument
2257 sampleLinear2DCompare(const ConstPixelBufferAccess& access, const Sampler& sampler, float ref, float u, float v, const IVec3& offset, bool isFixedPointDepthFormat) sampleLinear2DCompare() argument
2299 sampleLinear3D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, float v, float w, const IVec3& offset) sampleLinear3D() argument
2351 sampleCubic3D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, float v, float w, const IVec3& offset) sampleCubic3D() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp1518 vk::CommandBufferAccess access; in convertIndexBuffer() local
1519 access.onBufferComputeShaderRead(src); in convertIndexBuffer()
1520 access.onBufferComputeShaderWrite(dst); in convertIndexBuffer()
1523 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBuffer(access, &commandBuffer)); in convertIndexBuffer()
1582 vk::CommandBufferAccess access; in convertIndexIndirectBuffer() local
1583 access.onBufferComputeShaderRead(srcIndirectBuf); in convertIndexIndirectBuffer()
1584 access.onBufferComputeShaderRead(srcIndexBuf); in convertIndexIndirectBuffer()
1585 access.onBufferComputeShaderWrite(dstIndirectBuf); in convertIndexIndirectBuffer()
1586 access.onBufferComputeShaderWrite(dstIndexBuf); in convertIndexIndirectBuffer()
1589 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBuffer(access, in convertIndexIndirectBuffer()
1652 vk::CommandBufferAccess access; convertLineLoopIndexIndirectBuffer() local
1715 vk::CommandBufferAccess access; convertLineLoopArrayIndirectBuffer() local
1771 vk::CommandBufferAccess access; convertVertexBuffer() local
2622 vk::CommandBufferAccess access; stencilBlitResolveNoShaderExport() local
2972 vk::CommandBufferAccess access; copyImageBits() local
3409 vk::CommandBufferAccess access; cullOverlayWidgets() local
3486 vk::CommandBufferAccess access; drawOverlay() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dc2port.h20 unsigned int access:1; member
39 /* Enable or disable the access to C2 port */
40 void (*access)(struct c2port_device *dev, int status); member
H A Dnode.h70 unsigned access);
79 unsigned access) in node_set_perf_attrs()
145 unsigned access);
77 node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs, unsigned access) node_set_perf_attrs() argument
/kernel/linux/linux-6.6/include/linux/
H A Dc2port.h20 unsigned int access:1; member
39 /* Enable or disable the access to C2 port */
40 void (*access)(struct c2port_device *dev, int status); member
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_ipc_002.cpp53 fd = access(fullPath.c_str(), W_OK | X_OK); in ItProcessPlimitsIpc002()
55 fd = access(fullPath.c_str(), F_OK | R_OK); in ItProcessPlimitsIpc002()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dsymlink.c36 if (access(link_name, 0) != 0) { in symlink_0100()
56 if (access(link_name, 0) == 0) { in symlink_0200()
/third_party/skia/third_party/externals/tint/src/ast/
H A Dpointer.h20 #include "src/ast/access.h"
35 /// @param access the access control of the pointer
40 ast::Access access);
61 /// The access control of the pointer
62 ast::Access const access; member in tint::ast::Pointer::ast
/third_party/toybox/toys/other/
H A Dwhich.c31 if (!access(filename, X_OK)) { in which_in_path()
48 if (!access(list->str, X_OK)) { in which_in_path()
/kernel/linux/linux-6.6/drivers/iio/
H A Dindustrialio-buffer.c10 * - Alternative access techniques?
43 return buf->access->data_available(buf); in iio_buffer_data_available()
94 * iio_buffer_read() - chrdev read for buffer access
120 if (!rb || !rb->access->read) in iio_buffer_read()
158 ret = rb->access->read(rb, n, buf); in iio_buffer_read()
169 if (buf->access->space_available) in iio_buffer_space_available()
170 return buf->access->space_available(buf); in iio_buffer_space_available()
188 if (!rb || !rb->access->write) in iio_buffer_write()
217 ret = rb->access->write(rb, n - written, buf + written); in iio_buffer_write()
231 * @filp: File structure pointer for device access
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Dnode.c70 * @dev: Device for this memory access class
71 * @list_node: List element in the node's access list
72 * @access: The access class rank
78 unsigned access; member
125 unsigned access) in node_init_node_access()
131 if (access_node->access == access) in node_init_node_access()
138 access_node->access = access; in node_init_node_access()
124 node_init_node_access(struct node *node, unsigned access) node_init_node_access() argument
189 node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs, unsigned access) node_set_perf_attrs() argument
706 register_memory_node_under_compute_node(unsigned int mem_nid, unsigned int cpu_nid, unsigned access) register_memory_node_under_compute_node() argument
[all...]
/kernel/linux/linux-6.6/drivers/base/
H A Dnode.c74 * @dev: Device for this memory access class
75 * @list_node: List element in the node's access list
76 * @access: The access class rank
82 unsigned int access; member
129 unsigned int access) in node_init_node_access()
135 if (access_node->access == access) in node_init_node_access()
142 access_node->access = access; in node_init_node_access()
128 node_init_node_access(struct node *node, unsigned int access) node_init_node_access() argument
193 node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs, unsigned int access) node_set_perf_attrs() argument
690 register_memory_node_under_compute_node(unsigned int mem_nid, unsigned int cpu_nid, unsigned int access) register_memory_node_under_compute_node() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrViewTests.cpp430 PixelSetter (const tcu::PixelBufferAccess& access) : m_access(access) {} in PixelSetter()
444 FloatPixelSetter (const tcu::PixelBufferAccess& access) : PixelSetter(access) {} in FloatPixelSetter()
450 UintPixelSetter (const tcu::PixelBufferAccess& access) : PixelSetter(access) {} in UintPixelSetter()
456 IntPixelSetter (const tcu::PixelBufferAccess& access) : PixelSetter(access) {} in IntPixelSetter()
460 std::unique_ptr<PixelSetter> getPixelSetter (const tcu::PixelBufferAccess& access, VkFormat format) in getPixelSetter() argument
465 pixelSetterPtr.reset(new IntPixelSetter(access)); in getPixelSetter()
[all...]
/third_party/skia/src/core/
H A DSkMipmapAccessor.cpp103 auto* access = alloc->make<SkMipmapAccessor>(as_IB(image), inv, mipmap); in Make() local
105 return access->fUpper.addr() ? access : nullptr; in Make()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_variable_qualifier_test.cc25 ast::Access access; member
44 EXPECT_EQ(sc->access, params.access); in TEST_P()

Completed in 28 milliseconds

12345678910>>...90