Searched defs:access_type (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-arm/
H A Dhelper.c890 static inline int check_ap(CPUState *env, int ap, int domain, int access_type, argument
898 if (access_type == 1)
905 if (access_type == 1)
952 static int get_phys_addr_v5(CPUState *env, uint32_t address, int access_type, argument
1028 *prot = check_ap(env, ap, domain, access_type, is_user);
1039 static int get_phys_addr_v6(CPUState *env, uint32_t address, int access_type, argument
1110 if (xn && access_type == 2)
1119 *prot = check_ap(env, ap, domain, access_type, is_user);
1130 static int get_phys_addr_mpu(CPUState *env, uint32_t address, int access_type, argument
1152 if (access_type
1189 get_phys_addr(CPUState *env, uint32_t address, int access_type, int is_user, uint32_t *phys_ptr, int *prot) argument
1214 cpu_arm_handle_mmu_fault(CPUState *env, target_ulong address, int access_type, int mmu_idx, int is_softmmu) argument
[all...]

Completed in 15 milliseconds