/external/qemu/target-mips/ |
D | helper.c | 39 target_ulong address, int rw, int access_type) in no_mmu_map_address() argument 48 target_ulong address, int rw, int access_type) in fixed_mmu_map_address() argument 66 target_ulong address, int rw, int access_type) in r4k_map_address() argument 104 int rw, int access_type) in get_physical_address() argument 127 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type); in get_physical_address() 133 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type); in get_physical_address() 141 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type); in get_physical_address() 158 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type); in get_physical_address() 182 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type); in get_physical_address() 190 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type); in get_physical_address() [all …]
|
D | cpu.h | 43 …tate *env, target_phys_addr_t *physical, int *prot, target_ulong address, int rw, int access_type); 470 target_ulong address, int rw, int access_type); 472 target_ulong address, int rw, int access_type); 474 target_ulong address, int rw, int access_type);
|
/external/valgrind/main/drd/ |
D | drd_load_store.c | 89 const BmAccessTypeT access_type) in DRD_() 97 access_type == eLoad ? "load " in DRD_() 98 : access_type == eStore ? "store" in DRD_() 99 : access_type == eStart ? "start" in DRD_() 100 : access_type == eEnd ? "end " : "????", in DRD_() 119 const BmAccessTypeT access_type) in drd_report_race() argument 126 drei.access_type = access_type; in drd_report_race()
|
D | pub_drd_bitmap.h | 85 const BmAccessTypeT access_type); 100 const BmAccessTypeT access_type); 108 const Addr address, const BmAccessTypeT access_type); 119 const BmAccessTypeT access_type);
|
D | drd_bitmap.c | 117 const BmAccessTypeT access_type) in DRD_() 119 tl_assert(access_type == eLoad || access_type == eStore); in DRD_() 121 if (access_type == eLoad) in DRD_() 321 const BmAccessTypeT access_type) in DRD_() 323 tl_assert(access_type == eLoad || access_type == eStore); in DRD_() 325 if (access_type == eLoad) in DRD_() 501 const Addr a, const BmAccessTypeT access_type) in DRD_() 514 p0 = (access_type == eLoad) ? p1->bm0_r : p1->bm0_w; in DRD_() 773 const BmAccessTypeT access_type) in DRD_() 815 if (access_type == eLoad) in DRD_() [all …]
|
D | drd_load_store.h | 50 const BmAccessTypeT access_type);
|
D | drd_error.c | 205 what_prefix, dri->access_type == eStore ? "store" : "load", in drd_report_data_race() 244 dri->access_type); in drd_report_data_race() 270 return dri1->access_type == dri2->access_type in drd_compare_error_contexts()
|
D | drd_error.h | 106 BmAccessTypeT access_type; // Access type: load or store. member
|
D | drd_thread.c | 1273 const BmAccessTypeT access_type, in thread_report_conflicting_segments_segment() argument 1300 access_type)) in thread_report_conflicting_segments_segment() 1329 const BmAccessTypeT access_type) in DRD_() 1338 if (DRD_(bm_has)(DRD_(sg_bm)(p), addr, addr + size, access_type)) in DRD_() 1341 access_type, p); in DRD_()
|
D | drd_thread.h | 190 const BmAccessTypeT access_type);
|
/external/qemu/target-arm/ |
D | helper.c | 967 static inline int check_ap(CPUState *env, int ap, int domain, int access_type, in check_ap() argument 975 if (access_type == 1) in check_ap() 982 if (access_type == 1) in check_ap() 1029 static int get_phys_addr_v5(CPUState *env, uint32_t address, int access_type, in get_phys_addr_v5() argument 1110 *prot = check_ap(env, ap, domain, access_type, is_user); in get_phys_addr_v5() 1122 static int get_phys_addr_v6(CPUState *env, uint32_t address, int access_type, in get_phys_addr_v6() argument 1201 if (xn && access_type == 2) in get_phys_addr_v6() 1210 *prot = check_ap(env, ap, domain, access_type, is_user); in get_phys_addr_v6() 1225 static int get_phys_addr_mpu(CPUState *env, uint32_t address, int access_type, in get_phys_addr_mpu() argument 1247 if (access_type == 2) { in get_phys_addr_mpu() [all …]
|
/external/valgrind/main/drd/tests/ |
D | unit_bitmap.c | 64 struct { Addr address; SizeT size; BmAccessTypeT access_type; } member 132 s_test1_args[i].access_type); in bm_test1() 143 s_test1_args[i].access_type)); in bm_test1()
|
/external/bluetooth/bluez/audio/ |
D | gstavdtpsink.c | 145 const char *access_type = "w"; in gst_avdtp_sink_transport_release() local 151 dbus_message_append_args(msg, DBUS_TYPE_STRING, &access_type, in gst_avdtp_sink_transport_release() 1320 const char *access_type = "w"; in gst_avdtp_sink_transport_acquire() local 1333 dbus_message_append_args(msg, DBUS_TYPE_STRING, &access_type, in gst_avdtp_sink_transport_acquire()
|
/external/v8/src/ |
D | runtime.cc | 903 v8::AccessType access_type) { in CheckAccessException() argument 909 (access_type == v8::ACCESS_HAS && in CheckAccessException() 911 (access_type == v8::ACCESS_GET && info->all_can_read()) || in CheckAccessException() 912 (access_type == v8::ACCESS_SET && info->all_can_write()); in CheckAccessException() 924 v8::AccessType access_type) { in CheckAccess() argument 932 !isolate->MayNamedAccess(current, name, access_type)) { in CheckAccess() 949 if (CheckAccessException(result, access_type)) { in CheckAccess() 959 if (CheckAccessException(result, access_type)) { in CheckAccess() 969 isolate->ReportFailedAccessCheck(current, access_type); in CheckAccess() 977 v8::AccessType access_type) { in CheckElementAccess() argument [all …]
|