Home
last modified time | relevance | path

Searched refs:access_type (Results 1 – 14 of 14) sorted by relevance

/external/qemu/target-mips/
Dhelper.c39 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 …]
Dcpu.h43 …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/
Ddrd_load_store.c89 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()
Dpub_drd_bitmap.h85 const BmAccessTypeT access_type);
100 const BmAccessTypeT access_type);
108 const Addr address, const BmAccessTypeT access_type);
119 const BmAccessTypeT access_type);
Ddrd_bitmap.c117 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 …]
Ddrd_load_store.h50 const BmAccessTypeT access_type);
Ddrd_error.c205 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()
Ddrd_error.h106 BmAccessTypeT access_type; // Access type: load or store. member
Ddrd_thread.c1273 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_()
Ddrd_thread.h190 const BmAccessTypeT access_type);
/external/qemu/target-arm/
Dhelper.c967 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/
Dunit_bitmap.c64 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/
Dgstavdtpsink.c145 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/
Druntime.cc903 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 …]