/external/qemu/target-arm/ |
translate.c | 79 #define IS_USER(s) 1 81 #define IS_USER(s) (s->user) 1073 tcg_gen_qemu_ld64(cpu_F0d, addr, IS_USER(s)); 1075 tcg_gen_qemu_ld32u(cpu_F0s, addr, IS_USER(s)); 1081 tcg_gen_qemu_st64(cpu_F0d, addr, IS_USER(s)); 1083 tcg_gen_qemu_st32(cpu_F0s, addr, IS_USER(s)); [all...] |
helper.c | 968 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, 1327 int ret, is_user; local 1588 int ret, is_user = op2 & 2; local [all...] |
/external/qemu/target-i386/ |
helper.c | 986 int error_code, is_dirty, prot, page_size, ret, is_write, is_user; local [all...] |
op_helper.c | 631 /* XXX: add a is_user flag to have proper security support */ [all...] |
/external/qemu/target-mips/ |
op_helper.c | [all...] |