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

/external/qemu/target-arm/
H A Dhelper.c1030 int is_user, uint32_t *phys_ptr, int *prot,
1116 *phys_ptr = phys_addr;
1123 int is_user, uint32_t *phys_ptr, int *prot,
1219 *phys_ptr = phys_addr;
1226 int is_user, uint32_t *phys_ptr, int *prot)
1232 *phys_ptr = address;
1288 uint32_t *phys_ptr, int *prot,
1295 uint32_t *phys_ptr, int *prot,
1304 *phys_ptr = address;
1310 return get_phys_addr_mpu(env, address, access_type, is_user, phys_ptr,
1029 get_phys_addr_v5(CPUState *env, uint32_t address, int access_type, int is_user, uint32_t *phys_ptr, int *prot, target_ulong *page_size) argument
1122 get_phys_addr_v6(CPUState *env, uint32_t address, int access_type, int is_user, uint32_t *phys_ptr, int *prot, target_ulong *page_size) argument
1225 get_phys_addr_mpu(CPUState *env, uint32_t address, int access_type, int is_user, uint32_t *phys_ptr, int *prot) argument
1293 get_phys_addr(CPUState *env, uint32_t address, int access_type, int is_user, uint32_t *phys_ptr, int *prot, target_ulong *page_size) argument
[all...]

Completed in 275 milliseconds