Searched refs:is_user (Results 1 - 4 of 4) sorted by relevance

/external/qemu/target-arm/
H A Dhelper.c968 int is_user)
986 return is_user ? 0 : PAGE_READ;
993 return is_user ? 0 : PAGE_READ | PAGE_WRITE;
995 if (is_user)
1004 return is_user ? 0 : prot_ro;
1030 int is_user, uint32_t *phys_ptr, int *prot,
1110 *prot = check_ap(env, ap, domain, access_type, is_user);
1123 int is_user, uint32_t *phys_ptr, int *prot,
1210 *prot = check_ap(env, ap, domain, access_type, is_user);
1226 int is_user, uint32_
967 check_ap(CPUState *env, int ap, int domain, int access_type, int is_user) argument
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
1327 int ret, is_user; local
1588 int ret, is_user = op2 & 2; local
[all...]
/external/qemu/target-i386/
H A Dhelper.c986 int error_code, is_dirty, prot, page_size, ret, is_write, is_user; local
991 is_user = mmu_idx == MMU_USER_IDX;
994 addr, is_write1, is_user, env->eip);
1087 if (is_user) {
1129 if (is_user) {
1164 if (is_user) {
1201 if (is_user) {
1229 if (is_user) {
1253 if (is_user)
/external/bluetooth/glib/gio/
H A Dglocalfileinfo.c713 gboolean is_user; local
740 is_user = TRUE;
746 is_user = FALSE;
752 if (is_user)
760 if (is_user)
/external/qemu/target-mips/
H A Dop_helper.c1805 static void do_unaligned_access (target_ulong addr, int is_write, int is_user, void *retaddr);
1822 static void do_unaligned_access (target_ulong addr, int is_write, int is_user, void *retaddr) argument
1869 static unsigned long v2p_mmu(target_ulong addr, int is_user) argument
1878 tlb_addr = env->tlb_table[is_user][index].addr_read;
1880 physaddr = addr + env->tlb_table[is_user][index].addend;
1884 tlb_fill(addr, 0, is_user, retaddr);
1895 target_phys_addr_t v2p(target_ulong ptr, int is_user) argument
1906 if (__builtin_expect(env->tlb_table[is_user][index].addr_read !=
1908 physaddr = v2p_mmu(addr, is_user);
1910 physaddr = (target_phys_addr_t)addr + env->tlb_table[is_user][inde
[all...]

Completed in 147 milliseconds