/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 2381 # _real_access() - "callout" for access error exception # 2392 # If access error: # 2393 # - The system stack is changed to an access error stack frame # 2445 # "callout" returns a failing result indicating an access error, then # 2446 # we must create an access error stack frame from the current stack # 3077 # facc_out_{b,w,l}() - store to memory took access error (opcl 3) # 3084 # No access error: # 3101 # which creates an access error stack frame from the current operr # 3274 # No access error: # 3291 # which creates an access erro [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 2381 # _real_access() - "callout" for access error exception # 2392 # If access error: # 2393 # - The system stack is changed to an access error stack frame # 2445 # "callout" returns a failing result indicating an access error, then # 2446 # we must create an access error stack frame from the current stack # 3077 # facc_out_{b,w,l}() - store to memory took access error (opcl 3) # 3084 # No access error: # 3101 # which creates an access error stack frame from the current operr # 3274 # No access error: # 3291 # which creates an access erro [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_common.c | 3068 * @access: access type 3077 enum i40e_aq_resource_access_type access, in i40e_aq_request_resource() 3089 cmd_resp->access_type = cpu_to_le16(access); in i40e_aq_request_resource() 5300 /* if the AQ access failed, try the old-fashioned way */ in i40e_read_rx_ctl() 5362 /* if the AQ access failed, try the old-fashioned way */ in i40e_write_rx_ctl() 3075 i40e_aq_request_resource(struct i40e_hw *hw, enum i40e_aq_resources_ids resource, enum i40e_aq_resource_access_type access, u8 sdp_number, u64 *timeout, struct i40e_asq_cmd_details *cmd_details) i40e_aq_request_resource() argument
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm_adsp.c | 1303 kcontrol->access = wmfw_convert_flags(ctl->flags, ctl->len); in wmfw_add_ctl() 1311 if (kcontrol->access & SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK) { in wmfw_add_ctl()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 1412 cfile->fid.access = fid->access; in smb2_set_fid()
|
/kernel/linux/linux-5.10/mm/ |
H A D | memory.c | 131 * Those arches which don't have hw access flag feature need to in arch_faults_on_old_pte() 659 * in a direct-access (dax) mapping, so let's just replicate the in vm_normal_page_pmd() 2203 * in null mappings (currently treated as "copy-on-access") 2975 * no process can access the old page before the in wp_page_copy() 4362 * accessible ptes, some can allow access by kernel mode. in do_numa_page() 5083 * we can access using slightly different code. in __access_remote_vm() 5088 if (vma->vm_ops && vma->vm_ops->access) in __access_remote_vm() 5089 ret = vma->vm_ops->access(vma, addr, buf, in __access_remote_vm() 5123 * access_remote_vm - access another process' address space 5125 * @addr: start address to access [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_common.c | 2597 * to avoid race conditions in access to hw->aq.asq_last_status. 2673 * to avoid race conditions in access to hw->aq.asq_last_status. 2944 * @access: access type 2953 enum i40e_aq_resource_access_type access, in i40e_aq_request_resource() 2965 cmd_resp->access_type = cpu_to_le16(access); in i40e_aq_request_resource() 5246 /* if the AQ access failed, try the old-fashioned way */ in i40e_read_rx_ctl() 5308 /* if the AQ access failed, try the old-fashioned way */ in i40e_write_rx_ctl() 2951 i40e_aq_request_resource(struct i40e_hw *hw, enum i40e_aq_resources_ids resource, enum i40e_aq_resource_access_type access, u8 sdp_number, u64 *timeout, struct i40e_asq_cmd_details *cmd_details) i40e_aq_request_resource() argument
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2ops.c | 1385 cfile->fid.access = fid->access; in smb2_set_fid()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-script.c | 2942 if (access(script, R_OK)) { in find_script() 2951 if (access(script, R_OK)) in find_script()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory.c | 664 * in a direct-access (dax) mapping, so let's just replicate the in vm_normal_page_pmd() 727 * Currently device exclusive access only supports anonymous in restore_exclusive_pte() 2341 * in null mappings (currently treated as "copy-on-access") 3189 * no process can access the old page before the in wp_page_copy() 3692 * This is actually a page-missing access, but with uffd-wp special pte 4859 * to record page access time. So use default value. in do_numa_page() 4899 * non-accessible ptes, some can allow access by kernel mode. in do_numa_page() 5727 * generic_access_phys - generic implementation for iomem mmap access 5728 * @vma: the vma to access 5734 * This is a generic implementation for &vm_operations_struct.access fo [all...] |
/third_party/elfutils/tests/ |
H A D | run-allregs.sh | 2236 access registers: 2309 access registers:
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 828 int access, w, h; in realloc_texture() local 829 if (!*texture || SDL_QueryTexture(*texture, &format, &access, &w, &h) < 0 || new_width != w || new_height != h || new_format != format) { in realloc_texture() 1170 * directly access it but it is more than fast enough. */ in video_audio_display()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-native-context-specialization.cc | 12 #include "src/compiler/access-builder.h" 13 #include "src/compiler/access-info.h" 22 #include "src/compiler/property-access-builder.h" 322 // constant-folding for optimizing property access, but we should in ReduceJSAdd() 370 // We can constant-fold the super constructor access if the in ReduceJSGetSuperConstructor() 431 // Monomorphic property access. in ReduceJSInstanceOf() 467 // Monomorphic property access. in ReduceJSInstanceOf() 709 // Compute property access info for "then" on {resolution}. in ReduceJSResolvePromise() 758 FieldAccess access = { in ForPropertyCellValue() local 761 return access; in ForPropertyCellValue() [all...] |
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.cc | 2439 ConstantPoolEntry::Access access = ConstantPoolAddEntry(value); in CallRecordWriteStub() local 2440 if (access == ConstantPoolEntry::OVERFLOWED) { in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 178 // These variables provide access to the current embedded blob without requiring 180 // not have access to an isolate but still needs to access the embedded blob. 212 // This mutex protects access to the following variables: 1471 // Get the data object from access check info. in ReportFailedAccessCheck() 1632 ExecutionAccess access(this); in RequestInterrupt() 1639 // Note: callback below should be called outside of execution access lock. in InvokeApiInterruptCallbacks() 1643 ExecutionAccess access(this); in InvokeApiInterruptCallbacks() 3186 // the isolate can access it in their destructors without having a in ThrowInternal() 4294 os << "=== Stack access counter in ThrowInternal() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_ext_autogen.h | 1214 GLbitfield access, 2227 GLenum access,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES3.cpp | 3054 GLbitfield access) in ValidateMapBufferRange() 3062 return ValidateMapBufferRangeBase(context, entryPoint, target, offset, length, access); in ValidateMapBufferRange() 3049 ValidateMapBufferRange(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr length, GLbitfield access) ValidateMapBufferRange() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 1878 bool verifyPoint (tcu::TestLog& log, tcu::PixelBufferAccess& access, float pointSize); 1899 tcu::PixelBufferAccess access (resultBuffer.getAccess()); in iterate() 1906 drawPoint(access, point); in iterate() 1915 const bool compareOk (verifyPoint(m_context.getTestContext().getLog(), access, pointSize)); in iterate() 8995 // Rasterization order attachment access tests
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 1874 bool verifyPoint (tcu::TestLog& log, tcu::PixelBufferAccess& access, float pointSize); 1895 tcu::PixelBufferAccess access (resultBuffer.getAccess()); in iterate() 1902 drawPoint(access, point); in iterate() 1911 const bool compareOk (verifyPoint(m_context.getTestContext().getLog(), access, pointSize)); in iterate() 7764 // Rasterization order attachment access tests
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_ca0132.c | 1054 /* chip access */ 1055 struct mutex chipio_mutex; /* chip access mutex */ 1479 * CA0132 codec access 1509 /* Chip access helper function */ 1861 * giving access to the special function registers located at addresses 3919 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \ 3937 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \ 4255 knew.access = SNDRV_CTL_ELEM_ACCESS_READWRITE | in add_tuning_control()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_ca0132.c | 1088 /* chip access */ 1089 struct mutex chipio_mutex; /* chip access mutex */ 1513 * CA0132 codec access 1543 /* Chip access helper function */ 1907 * giving access to the special function registers located at addresses 4039 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \ 4057 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \ 4375 knew.access = SNDRV_CTL_ELEM_ACCESS_READWRITE | in add_tuning_control()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderImageLoadStoreTests.cpp | 548 bool CheckBinding(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, in CheckBinding() argument 588 if (static_cast<GLenum>(i) != access) in CheckBinding() 591 << " should be " << access << tcu::TestLog::EndMessage; in CheckBinding()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 563 bool CheckBinding(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, in CheckBinding() argument 603 if (static_cast<GLenum>(i) != access) in CheckBinding() 606 << " should be " << access << "." << tcu::TestLog::EndMessage; in CheckBinding()
|
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/ |
H A D | Rkvpu_OMX_VdecControl.c | 2648 if (access("/dev/rkvdec", 06) != 0) { // 06:access para in Rkvpu_CheckPortDefinition()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | file.c | 41 struct mutex mutex; /* protects access to these buffers */ 286 .access = spufs_mem_mmap_access, 670 /* low-level ibox access function */
|