Searched refs:DP_TBFLAG_M32 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | hflags.c | 109 DP_TBFLAG_M32(flags, HANDLER, 1); in rebuild_hflags_m32() 120 DP_TBFLAG_M32(flags, STACKCHECK, 1); in rebuild_hflags_m32() 124 DP_TBFLAG_M32(flags, SECURE, 1); in rebuild_hflags_m32()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 3201 #define DP_TBFLAG_M32(DST, WHICH, VAL) \ macro
|
H A D | helper.c | 12694 DP_TBFLAG_M32(flags, FPCCR_S_WRONG, 1); in cpu_get_tb_cpu_state() 12706 DP_TBFLAG_M32(flags, NEW_FP_CTXT_NEEDED, 1); in cpu_get_tb_cpu_state() 12711 DP_TBFLAG_M32(flags, LSPACT, 1); in cpu_get_tb_cpu_state() 12715 DP_TBFLAG_M32(flags, MVE_NO_PRED, 1); in cpu_get_tb_cpu_state()
|