/openbmc/qemu/target/arm/tcg/ |
H A D | translate-mve.c | 157 /* CONSTRAINED UNPREDICTABLE: we choose to UNDEF */ in do_ldst() 225 /* Rn case is UNPREDICTABLE */ in DO_VLDST_WIDE_NARROW() 250 /* VLDRB/VSTRB (ie msize 1) with OS=1 is UNPREDICTABLE; we UNDEF */ 266 return false; /* UNPREDICTABLE */ in trans_VLDR_S_sg() 286 return false; /* UNPREDICTABLE */ in trans_VLDR_U_sg() 345 return false; /* UNPREDICTABLE */ in trans_VLDRW_sg_imm() 357 return false; /* UNPREDICTABLE */ in trans_VLDRD_sg_imm() 388 /* Variously UNPREDICTABLE or UNDEF or related-encoding */ in do_vldst_il() 481 /* UNPREDICTABLE; we choose to UNDEF */ in trans_VDUP() 893 * VCADD Qd == Qm at size MO_32 is UNPREDICTABLE; we choose not to diagnose in DO_2OP_VEC() [all …]
|
H A D | translate.c | 226 * if PL2, UNPREDICTABLE (we choose to implement as if PL0) in get_a32_user_mem_index() 234 case ARMMMUIdx_E2: /* this one is UNPREDICTABLE */ in get_a32_user_mem_index() 309 * In ARM mode, for ARMv4 and ARMv5, it is UNPREDICTABLE if bits [1:0] in store_reg() 848 * - we don't need to do gen_set_condexec() because BXNS is UNPREDICTABLE in gen_bxns() 851 * is correct in the non-UNPREDICTABLE cases, and we can choose in gen_bxns() 852 * "zeroes the IT bits" as our UNPREDICTABLE behaviour otherwise. in gen_bxns() 2687 * unpredictable cases. in msr_banked_access_decode() 2688 * MSR (banked) and MRS (banked) are CONSTRAINED UNPREDICTABLE if: in msr_banked_access_decode() 2826 * and UNPREDICTABLE if accessed from anything except Monitor in msr_banked_access_decode() 3393 * - UNPREDICTABLE in User or System mode in gen_srs() [all …]
|
H A D | translate-vfp.c | 900 /* UNPREDICTABLE; we choose to UNDEF */ in trans_VMOV_half() 1049 /* For thumb, use of PC is UNPREDICTABLE. */ in trans_VLDR_VSTR_hp() 1080 /* For thumb, use of PC is UNPREDICTABLE. */ in trans_VLDR_VSTR_sp() 1118 /* For thumb, use of PC is UNPREDICTABLE. */ in trans_VLDR_VSTR_dp() 1145 * UNPREDICTABLE cases for bad immediates: we choose to in trans_VLDM_VSTM_sp() 1151 /* writeback to PC is UNPREDICTABLE, we choose to UNDEF */ in trans_VLDM_VSTM_sp() 1161 /* For thumb, use of PC is UNPREDICTABLE. */ in trans_VLDM_VSTM_sp() 1223 * UNPREDICTABLE cases for bad immediates: we choose to in trans_VLDM_VSTM_dp() 1229 /* writeback to PC is UNPREDICTABLE, we choose to UNDEF */ in trans_VLDM_VSTM_dp() 1244 /* For thumb, use of PC is UNPREDICTABLE. */ in trans_VLDM_VSTM_dp() [all …]
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | microcode.rst | 124 can result in unpredictable results if the SMT sibling thread happens to 132 unpredictable behavior. 182 pulled into NMI, that can cause unpredictable behavior due to the
|
/openbmc/qemu/tests/tcg/sh4/ |
H A D | Makefile.target | 7 # Random SIGSEGV at unpredictable guest address, cause unknown.
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-asm.h | 87 * CVMX_PREPARE_FOR_STORE makes each byte of the block unpredictable 90 * unpredictable, but may also change again - up until the point when one
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/haveged/ |
H A D | haveged_1.9.19.bb | 2 DESCRIPTION = "The haveged project is an attempt to provide an easy-to-use, unpredictable random nu…
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | pcalign-a32.c | 42 * From v8, it is CONSTRAINED UNPREDICTABLE whether BXWritePC aligns in main()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | denali_dt.c | 186 * will cause unpredictable behavior in the controller. in denali_dt_probe() 199 * Otherwise, it will result in unpredictable behavior. in denali_dt_probe()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/srt/ |
H A D | srt_1.4.4.bb | 3 that optimizes streaming performance across unpredictable networks, such as the Internet."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/ |
H A D | fix_for_mips_with_gcc-4.5.0.patch | 1 … was necessary to remove this constraint in order to avoid generating unpredictable code sequences…
|
/openbmc/linux/drivers/gpio/ |
H A D | TODO | 27 base as -1 in struct gpio_chip) has also became unpredictable due to factors 29 ordering of independent GPIO chips essentially unpredictable, as their base
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | armv7_mpu.h | 49 UNPREDICTABLE, enumerator
|
/openbmc/qemu/target/arm/ |
H A D | debug_helper.c | 185 * CONSTRAINED UNPREDICTABLE: either behave as if disabled, or in linked_bp_matches() 583 * CONSTRAINED UNPREDICTABLE; we opt to ignore BAS in this case, in hw_watchpoint_update() 598 * If masked bits in WVR are not zero it's CONSTRAINED UNPREDICTABLE in hw_watchpoint_update() 623 * range of bytes. Otherwise it is CONSTRAINED UNPREDICTABLE whether in hw_watchpoint_update() 689 * value is read as written. It is CONSTRAINED UNPREDICTABLE in hw_breakpoint_update() 695 * wide instructions; it is CONSTRAINED UNPREDICTABLE whether in hw_breakpoint_update() 1101 * they contain the value written. It is CONSTRAINED UNPREDICTABLE in dbgwvr_write()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | ucontext.h | 37 * bytes, to prevent unpredictable padding in the signal frame.
|
H A D | dma.h | 137 * still in progress will return unpredictable results.
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_scalar_ids.c | 376 /* if r6 > r7 is an unpredictable jump */ in __flag() 428 /* if r6 > r7 is an unpredictable jump */ in __flag() 472 /* unpredictable jump */ in __flag() 508 /* unpredictable jump */ in __flag()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | stpddc60.rst | 43 unpredictable results.
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | device_finder.hpp | 80 * leading to unpredictable behavior.
|
/openbmc/phosphor-power/ |
H A D | compatible_system_types_finder.hpp | 78 * leading to unpredictable behavior.
|
H A D | dbus_interfaces_finder.hpp | 80 * leading to unpredictable behavior.
|
/openbmc/qemu/hw/intc/ |
H A D | gic_internal.h | 226 * Having multiple LRs with the same VirtualID leads to UNPREDICTABLE 297 /* UNPREDICTABLE behaviour, we choose to ignore the request */ in gic_clear_active()
|
/openbmc/linux/arch/arm/mm/ |
H A D | Kconfig | 1123 memory with differing types results in unpredictable behaviour, 1126 Multiple mappings with differing attributes is also unpredictable 1131 and therefore turning this on may result in unpredictable driver
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | sleep.S | 105 @ (see Errata 31, GPIO output signals, ... unpredictable in sleep
|
/openbmc/linux/mm/kasan/ |
H A D | sw_tags.c | 61 * PRNG at unpredictable points do only good.
|