Searched refs:IS_USER (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/target/m68k/ |
| H A D | translate.c | 174 #define IS_USER(s) 1 macro 176 #define IS_USER(s) (!(s->base.tb->flags & TB_FLAGS_MSR_S)) macro 477 base = gen_load(s, OS_LONG, add, 0, IS_USER(s)); in gen_lea_indexed() 1373 op_sign ? EA_LOADS : EA_LOADU, IS_USER(s)); \ 1382 EA_STORE, IS_USER(s)); \ 1413 if (!semihosting_enabled(IS_USER(s))) { in semihosting_test() 1746 NULL_QREG, NULL, EA_LOADU, IS_USER(s)); in DISAS_INSN() 1748 NULL_QREG, &addr, EA_LOADU, IS_USER(s)); in DISAS_INSN() 1753 EA_STORE, IS_USER(s)); in DISAS_INSN() 1783 NULL_QREG, NULL, EA_LOADU, IS_USER(s)); in DISAS_INSN() [all …]
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate-a32.h | 160 #define IS_USER(s) 1 macro 162 #define IS_USER(s) (s->user)
|
| H A D | translate-m-nocp.c | 400 if (IS_USER(s)) { in gen_M_fp_sysreg_write() 548 if (IS_USER(s)) { in gen_M_fp_sysreg_read()
|
| H A D | translate.c | 2636 if (IS_USER(s)) { in msr_mask() 2648 if (IS_USER(s)) in gen_set_psr() 2702 if (IS_USER(s) || rn == 15) { in msr_banked_access_decode() 3879 if (IS_USER(s) || s->current_el == 2) { in DO_CMP2() 3901 if (IS_USER(s) || s->current_el == 2) { 4629 if (IS_USER(s)) { in trans_MRS_reg() 4776 if (IS_USER(s)) { in trans_ERET() 4818 if (IS_USER(s)) { in trans_HVC() 4831 if (IS_USER(s)) { in trans_SMC() 6339 if (IS_USER(s)) { in op_stm() [all …]
|
| H A D | translate-vfp.c | 769 if (IS_USER(s) && dc_isar_feature(aa32_fpsp_v3, s)) { in trans_VMSR_VMRS() 776 if (IS_USER(s) || !arm_dc_feature(s, ARM_FEATURE_MVFR)) { in trans_VMSR_VMRS() 782 if (IS_USER(s) || !arm_dc_feature(s, ARM_FEATURE_V8)) { in trans_VMSR_VMRS() 790 if (IS_USER(s)) { in trans_VMSR_VMRS() 798 if (IS_USER(s) || dc_isar_feature(aa32_fpsp_v3, s)) { in trans_VMSR_VMRS()
|
| /openbmc/qemu/target/sh4/ |
| H A D | translate.c | 53 #define IS_USER(ctx) 1 macro 56 #define IS_USER(ctx) (!(ctx->tbflags & (1u << SR_MD))) macro 366 if (IS_USER(ctx)) { \
|