Searched refs:IS_USER (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 173 #define IS_USER(s) 1 macro 175 #define IS_USER(s) (!(s->base.tb->flags & TB_FLAGS_MSR_S)) macro 476 base = gen_load(s, OS_LONG, add, 0, IS_USER(s)); in gen_lea_indexed() 1372 op_sign ? EA_LOADS : EA_LOADU, IS_USER(s)); \ 1381 EA_STORE, IS_USER(s)); \ 1412 if (!semihosting_enabled(IS_USER(s))) { in semihosting_test() 1745 NULL_QREG, NULL, EA_LOADU, IS_USER(s)); in DISAS_INSN() 1747 NULL_QREG, &addr, EA_LOADU, IS_USER(s)); in DISAS_INSN() 1752 EA_STORE, IS_USER(s)); in DISAS_INSN() 1782 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 | 2646 if (IS_USER(s)) { in msr_mask() 2658 if (IS_USER(s)) in gen_set_psr() 2712 if (IS_USER(s) || rn == 15) { in msr_banked_access_decode() 3889 if (IS_USER(s) || s->current_el == 2) { in DO_CMP2() 3911 if (IS_USER(s) || s->current_el == 2) { 4639 if (IS_USER(s)) { in trans_MRS_reg() 4786 if (IS_USER(s)) { in trans_ERET() 4828 if (IS_USER(s)) { in trans_HVC() 4841 if (IS_USER(s)) { in trans_SMC() 6308 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 | 52 #define IS_USER(ctx) 1 macro 55 #define IS_USER(ctx) (!(ctx->tbflags & (1u << SR_MD))) macro 365 if (IS_USER(ctx)) { \
|