Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Dhelper.c890 static inline int check_ap(CPUState *env, int ap, int domain, int access_type, in check_ap() argument
898 if (access_type == 1) in check_ap()
905 if (access_type == 1) in check_ap()
952 static int get_phys_addr_v5(CPUState *env, uint32_t address, int access_type, in get_phys_addr_v5() argument
1028 *prot = check_ap(env, ap, domain, access_type, is_user); in get_phys_addr_v5()
1039 static int get_phys_addr_v6(CPUState *env, uint32_t address, int access_type, in get_phys_addr_v6() argument
1110 if (xn && access_type == 2) in get_phys_addr_v6()
1119 *prot = check_ap(env, ap, domain, access_type, is_user); in get_phys_addr_v6()
1130 static int get_phys_addr_mpu(CPUState *env, uint32_t address, int access_type, in get_phys_addr_mpu() argument
1152 if (access_type == 2) { in get_phys_addr_mpu()
[all …]