HomeSort by relevance Sort by last modified time
    Searched defs:access_type (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/drd/tests/
unit_bitmap.c 74 struct { Addr address; SizeT size; BmAccessTypeT access_type; } member in struct:__anon17013
142 s_test1_args[i].access_type);
153 s_test1_args[i].access_type));
  /external/qemu/target-mips/
helper.c 39 target_ulong address, int rw, int access_type)
48 target_ulong address, int rw, int access_type)
66 target_ulong address, int rw, int access_type)
110 int rw, int access_type)
133 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
139 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
147 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
164 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
188 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
196 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
446 int access_type; local
490 int access_type; local
    [all...]
  /external/valgrind/main/drd/
drd_error.h 105 BmAccessTypeT access_type; // Access type: load or store. member in struct:__anon16990
  /external/qemu/target-arm/
helper.c 967 static inline int check_ap(CPUState *env, int ap, int domain, int access_type,
975 if (access_type == 1)
982 if (access_type == 1)
1029 static int get_phys_addr_v5(CPUState *env, uint32_t address, int access_type,
1589 int access_type = op2 & 1; local
    [all...]

Completed in 499 milliseconds