Home
last modified time | relevance | path

Searched refs:access (Results 126 - 150 of 2536) sorted by relevance

12345678910>>...102

/kernel/linux/linux-6.6/arch/s390/mm/
H A Dfault.c94 /* access register mode, not used in the kernel */ in get_fault_type()
97 /* home space exception -> access via kernel ASCE */ in get_fault_type()
190 pr_cont("access register "); in dump_fault_info()
263 * Oops. The kernel tried to access some bad page. We'll have to in do_no_context()
279 NULL pointer write access in kernel mode. */ in do_low_address()
305 /* Bad memory access. Check if it is kernel or user space. */ in do_fault_error()
357 static inline vm_fault_t do_exception(struct pt_regs *regs, int access) in do_exception() argument
405 access = VM_WRITE; in do_exception()
406 if (access == VM_WRITE) in do_exception()
413 if (!(vma->vm_flags & access)) { in do_exception()
537 int access; do_protection_exception() local
573 int access; do_dat_exception() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dstore-store-elimination.cc249 StoreOffset ToOffset(const FieldAccess& access) { in ToOffset() argument
250 DCHECK_GE(access.offset, 0); in ToOffset()
251 return static_cast<StoreOffset>(access.offset); in ToOffset()
317 const FieldAccess& access = FieldAccessOf(node->op()); in RecomputeSet() local
318 StoreOffset offset = ToOffset(access); in RecomputeSet()
322 observation, access.maybe_initializing_or_transitioning_store); in RecomputeSet()
326 offset, MachineReprToString(access.machine_type.representation()), in RecomputeSet()
332 access.maybe_initializing_or_transitioning_store && in RecomputeSet()
352 MachineReprToString(access.machine_type.representation()), in RecomputeSet()
359 const FieldAccess& access in RecomputeSet() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1216 * _PAGE_RWX: no access.
1248 * 2 -> no access. in subpage_protection()
1262 void hash_failure_debug(unsigned long ea, unsigned long access, in hash_failure_debug() argument
1268 pr_info("mm: Hashing failure ! EA=0x%lx access=0x%lx current=%s\n", in hash_failure_debug()
1269 ea, access, current->comm); in hash_failure_debug()
1295 * -2 - access not permitted by subpage protection mechanism
1298 unsigned long access, unsigned long trap, in hash_page_mm()
1310 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n", in hash_page_mm()
1311 ea, access, trap); in hash_page_mm()
1312 trace_hash_fault(ea, access, tra in hash_page_mm()
1297 hash_page_mm(struct mm_struct *mm, unsigned long ea, unsigned long access, unsigned long trap, unsigned long flags) hash_page_mm() argument
1507 hash_page(unsigned long ea, unsigned long access, unsigned long trap, unsigned long dsisr) hash_page() argument
1527 unsigned long access = _PAGE_PRESENT | _PAGE_READ; __hash_page() local
1588 unsigned long access = _PAGE_PRESENT | _PAGE_READ | (is_exec ? _PAGE_EXEC : 0); hash_preload() local
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dfunc_test.cpp84 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
109 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
132 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
155 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
177 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
201 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
224 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
247 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
270 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
294 if (!access("/syste in HWTEST_F()
[all...]
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c287 * If access is allowed, set the regval to the protected VM's view of the
316 #define AARCH32(REG) { SYS_DESC(REG), .access = pvm_access_id_aarch32 }
319 #define AARCH64(REG) { SYS_DESC(REG), .access = pvm_access_id_aarch64 }
328 .access = pvm_access_id_aarch64, \
332 #define RAZ_WI(REG) { SYS_DESC(REG), .access = pvm_access_raz_wi }
335 #define HOST_HANDLED(REG) { SYS_DESC(REG), .access = NULL }
433 { SYS_DESC(SYS_ICC_SRE_EL1), .access = pvm_gic_read_sre, },
493 if (r->access == NULL) in kvm_handle_pvm_sysreg()
497 if (r->access(vcpu, &params, r)) in kvm_handle_pvm_sysreg()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dhash_64k.c38 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K() argument
57 /* If PTE busy, retry the access */ in __hash_page_4K()
61 if (unlikely(!check_pte_access(access, old_pte))) in __hash_page_4K()
65 * a write access. Since this is 4K insert of 64K page size in __hash_page_4K()
69 if (access & _PAGE_WRITE) in __hash_page_4K()
213 hash_failure_debug(ea, access, vsid, trap, ssize, in __hash_page_4K()
228 int __hash_page_64K(unsigned long ea, unsigned long access, in __hash_page_64K() argument
246 /* If PTE busy, retry the access */ in __hash_page_64K()
250 if (unlikely(!check_pte_access(access, old_pte))) in __hash_page_64K()
261 * a write access in __hash_page_64K()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dzl6100.c25 ktime_t access; /* chip access time */ member
122 s64 delta = ktime_us_delta(ktime_get(), data->access); in zl6100_wait()
172 data->access = ktime_get(); in zl6100_read_word_data()
221 data->access = ktime_get(); in zl6100_read_byte_data()
263 data->access = ktime_get(); in zl6100_write_word_data()
279 data->access = ktime_get(); in zl6100_write_byte()
355 * Since there was a direct I2C device access above, wait before in zl6100_probe()
358 data->access = ktime_get(); in zl6100_probe()
383 data->access in zl6100_probe()
[all...]
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-ctl.c104 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ,
114 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
123 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
202 .access = SNDRV_CTL_ELEM_ACCESS_READ,
240 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
253 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
274 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
287 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc33 DWORD GetProtectionFromMemoryPermission(OS::MemoryPermission access) { in GetProtectionFromMemoryPermission() argument
34 switch (access) { in GetProtectionFromMemoryPermission()
100 MemoryPermission access) { in Allocate()
107 DWORD flags = (access == OS::MemoryPermission::kNoAccess) in Allocate()
110 DWORD protect = GetProtectionFromMemoryPermission(access); in Allocate()
165 bool OS::SetPermissions(void* address, size_t size, MemoryPermission access) { in SetPermissions() argument
168 if (access == MemoryPermission::kNoAccess) { in SetPermissions()
171 DWORD protect = GetProtectionFromMemoryPermission(access); in SetPermissions()
99 Allocate(void* hint, size_t size, size_t alignment, MemoryPermission access) Allocate() argument
/third_party/skia/third_party/externals/tint/src/sem/
H A Dpointer_type.cc27 ast::Access access) in Pointer()
28 : subtype_(subtype), storage_class_(storage_class), access_(access) { in Pointer()
30 TINT_ASSERT(Semantic, access != ast::Access::kUndefined); in Pointer()
25 Pointer(const Type* subtype, ast::StorageClass storage_class, ast::Access access) Pointer() argument
H A Dreference_type.cc26 ast::Access access) in Reference()
27 : subtype_(subtype), storage_class_(storage_class), access_(access) { in Reference()
29 TINT_ASSERT(Semantic, access != ast::Access::kUndefined); in Reference()
24 Reference(const Type* subtype, ast::StorageClass storage_class, ast::Access access) Reference() argument
/foundation/multimedia/media_foundation/test/moduletest/video/
H A Dapi_test.cpp196 if (!access("/system/lib64/", 0)) { in HWTEST_F()
224 if (!access("/system/lib64/", 0)) { in HWTEST_F()
283 if (!access("/system/lib64/", 0)) { in HWTEST_F()
314 if (!access("/system/lib64/", 0)) { in HWTEST_F()
362 if (!access("/system/lib64/", 0)) { in HWTEST_F()
383 if (!access("/system/lib64/", 0)) { in HWTEST_F()
410 if (!access("/system/lib64/", 0)) { in HWTEST_F()
435 if (!access("/system/lib64/", 0)) { in HWTEST_F()
496 if (!access("/system/lib64/", 0)) { in HWTEST_F()
517 if (!access("/syste in HWTEST_F()
[all...]
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_uninstaller_test/
H A Dbms_bundle_uninstaller_test.cpp171 int bundleDataExist = access(BUNDLE_DATA_DIR1.c_str(), F_OK); in CheckFileExist()
174 bundleDataExist = access(BUNDLE_DATA_DIR2.c_str(), F_OK); in CheckFileExist()
177 bundleDataExist = access(BUNDLE_DATA_DIR3.c_str(), F_OK); in CheckFileExist()
180 bundleDataExist = access(BUNDLE_DATA_DIR4.c_str(), F_OK); in CheckFileExist()
183 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckFileExist()
189 int bundleDataExist = access(BUNDLE_DATA_DIR1.c_str(), F_OK); in CheckFileNonExist()
192 bundleDataExist = access(BUNDLE_DATA_DIR2.c_str(), F_OK); in CheckFileNonExist()
195 bundleDataExist = access(BUNDLE_DATA_DIR3.c_str(), F_OK); in CheckFileNonExist()
198 bundleDataExist = access(BUNDLE_DATA_DIR4.c_str(), F_OK); in CheckFileNonExist()
201 int bundleCodeExist = access(BUNDLE_CODE_DI in CheckFileNonExist()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dzl6100.c25 ktime_t access; /* chip access time */ member
129 s64 delta = ktime_us_delta(ktime_get(), data->access); in zl6100_wait()
179 data->access = ktime_get(); in zl6100_read_word_data()
228 data->access = ktime_get(); in zl6100_read_byte_data()
270 data->access = ktime_get(); in zl6100_write_word_data()
286 data->access = ktime_get(); in zl6100_write_byte()
369 * Since there was a direct I2C device access above, wait before in zl6100_probe()
372 data->access = ktime_get(); in zl6100_probe()
407 data->access in zl6100_probe()
[all...]
/third_party/ffmpeg/libavformat/
H A Dfile.c147 if (access(filename, F_OK) < 0) in file_check()
150 if (access(filename, R_OK) >= 0) in file_check()
153 if (access(filename, W_OK) >= 0) in file_check()
209 int access; in file_open() local
216 access = O_CREAT | O_RDWR; in file_open()
218 access |= O_TRUNC; in file_open()
220 access = O_CREAT | O_WRONLY; in file_open()
222 access |= O_TRUNC; in file_open()
224 access = O_RDONLY; in file_open()
227 access | in file_open()
[all...]
/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c138 ret = ext->callback->get_attribute(ext, key, &type, &info->access, &info->count); in snd_ctl_ext_elem_info()
213 unsigned int access, count; in snd_ctl_ext_elem_read() local
218 ret = ext->callback->get_attribute(ext, key, &type, &access, &count); in snd_ctl_ext_elem_read()
267 unsigned int access, count; in snd_ctl_ext_elem_write() local
272 ret = ext->callback->get_attribute(ext, key, &type, &access, &count); in snd_ctl_ext_elem_write()
334 unsigned int access, count, len; in snd_ctl_ext_elem_tlv() local
351 ret = ext->callback->get_attribute(ext, key, &type, &access, &count); in snd_ctl_ext_elem_tlv()
355 if ((op_flag == 0 && (access & SND_CTL_EXT_ACCESS_TLV_READ) == 0) || in snd_ctl_ext_elem_tlv()
356 (op_flag > 0 && (access & SND_CTL_EXT_ACCESS_TLV_WRITE) == 0) || in snd_ctl_ext_elem_tlv()
357 (op_flag < 0 && (access in snd_ctl_ext_elem_tlv()
[all...]
/kernel/linux/linux-5.10/sound/core/oss/
H A Dio.c46 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) { in io_playback_transfer()
72 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) { in io_capture_transfer()
101 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) { in io_src_channels()
130 plugin->access = params_access(params); in snd_pcm_plugin_build_io()
133 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) in snd_pcm_plugin_build_io()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dio.c46 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) { in io_playback_transfer()
72 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) { in io_capture_transfer()
101 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) { in io_src_channels()
130 plugin->access = params_access(params); in snd_pcm_plugin_build_io()
133 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) in snd_pcm_plugin_build_io()
/kernel/linux/linux-5.10/fs/9p/
H A Dfid.c106 int i, n, l, clone, access; in v9fs_fid_lookup_with_uid() local
111 access = v9ses->flags & V9FS_ACCESS_MASK; in v9fs_fid_lookup_with_uid()
134 if (access == V9FS_ACCESS_SINGLE) in v9fs_fid_lookup_with_uid()
219 int any, access; in v9fs_fid_lookup() local
223 access = v9ses->flags & V9FS_ACCESS_MASK; in v9fs_fid_lookup()
224 switch (access) { in v9fs_fid_lookup()
/kernel/linux/linux-6.6/fs/9p/
H A Dfid.c175 int i, n, l, access; in v9fs_fid_lookup_with_uid() local
180 access = v9ses->flags & V9FS_ACCESS_MASK; in v9fs_fid_lookup_with_uid()
206 if (access == V9FS_ACCESS_SINGLE) in v9fs_fid_lookup_with_uid()
291 int any, access; in v9fs_fid_lookup() local
295 access = v9ses->flags & V9FS_ACCESS_MASK; in v9fs_fid_lookup()
296 switch (access) { in v9fs_fid_lookup()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dmmu.h179 * Check if a given access (described through the I/D, W/R and U/S bits of a
181 * access rights (in ACC_* format).
183 * Return zero if the access does not fault; return the page fault error code
184 * if the access faults.
188 u64 access) in permission_fault()
191 unsigned int pfec = access; in permission_fault()
199 * be set or not set when user access with neither has any bearing in permission_fault()
206 u64 implicit_access = access & PFERR_IMPLICIT_ACCESS; in permission_fault()
295 gpa_t translate_nested_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u64 access,
300 gpa_t gpa, u64 access, in kvm_translate_gpa()
186 permission_fault(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, unsigned pte_access, unsigned pte_pkey, u64 access) permission_fault() argument
298 kvm_translate_gpa(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, gpa_t gpa, u64 access, struct x86_exception *exception) kvm_translate_gpa() argument
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_simple.c55 snd_pcm_access_t access) in set_hw_params()
65 err = snd_pcm_hw_params_set_access(pcm, hw_params, access); in set_hw_params()
151 * \param access PCM acceess type
163 snd_pcm_access_t access, in snd_spcm_init()
182 &buffer_time, NULL, access); in snd_spcm_init()
202 * \param access PCM acceess type
216 snd_pcm_access_t access, in snd_spcm_init_duplex()
249 &buffer_time[i], &period_time[i], access); in snd_spcm_init_duplex()
47 set_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *hw_params, unsigned int *rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, unsigned int *buffer_time, unsigned int *period_time, snd_pcm_access_t access) set_hw_params() argument
157 snd_spcm_init(snd_pcm_t *pcm, unsigned int rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, snd_spcm_latency_t latency, snd_pcm_access_t access, snd_spcm_xrun_type_t xrun_type) snd_spcm_init() argument
209 snd_spcm_init_duplex(snd_pcm_t *playback_pcm, snd_pcm_t *capture_pcm, unsigned int rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, snd_spcm_latency_t latency, snd_pcm_access_t access, snd_spcm_xrun_type_t xrun_type, snd_spcm_duplex_type_t duplex_type) snd_spcm_init_duplex() argument

Completed in 17 milliseconds

12345678910>>...102