/openbmc/qemu/tests/fp/ |
H A D | fp-test-log2.c | 25 static void compare(ufloat64 test, ufloat64 real, ufloat64 soft, bool exact) in compare() argument 30 if (real.i == soft.i) { in compare() 33 msb = 63 - __builtin_clzll(real.i ^ soft.i); in compare() 36 if (real.i > soft.i) { in compare() 37 ulp = real.i - soft.i; in compare() 39 ulp = soft.i - real.i; in compare() 51 test.i, test.d, soft.i, soft.d, real.i, real.d); in compare() 57 (int)(soft.i >> 52) - (int)(real.i >> 52)); in compare() 69 ufloat64 test, real, soft; in main() local 79 soft.i = float64_log2(test.i, &qsf); in main() [all …]
|
/openbmc/linux/Documentation/admin-guide/mm/ |
D | soft-dirty.rst |
|
/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/ |
H A D | feature-microblaze-math.inc | 7 TUNEVALID[fpu-soft] = "Software FPU" 11 TUNECONFLICTS[fpu-soft] = "fpu-hard fpu-hard-extended" 12 TUNECONFLICTS[fpu-hard] = "fpu-soft" 13 TUNECONFLICTS[fpu-hard-extended] = "fpu-soft" 16 …any('TUNE_FEATURES', ['multiply-low', 'multiply-high'], ' -mno-xl-soft-mul', ' -mxl-soft-mul', d)}" 19 …= "${@bb.utils.contains('TUNE_FEATURES', 'divide-hard', ' -mno-xl-soft-div', ' -mxl-soft-div', d)}" 21 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-soft', '', '', d)}" 25 # Set target fpu (bitbake known target) to soft or hard (basic or extended) 26 …{@bb.utils.contains_any('TUNE_FEATURES', 'fpu-hard fpu-hard-extended', 'fpu-hard', 'fpu-soft', d)}"
|
/openbmc/linux/drivers/platform/mellanox/ |
D | mlxbf-bootctl.h |
|
/openbmc/linux/arch/x86/math-emu/ |
D | fpu_system.h |
|
D | fpu_aux.c |
|
/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/ |
H A D | arch-powerpc.inc | 3 # *) Hard/Soft Floating Point 24 TUNEVALID[fpu-soft] = "Use software FPU." 25 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-soft', ' -msoft-float', '', d)}" 26 TARGET_FPU .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-soft', 'soft', '', d)}" 34 TUNE_FEATURES:tune-powerpc-nf = "m32 fpu-soft bigendian" 44 TUNE_FEATURES:tune-powerpcle-nf = "m32 fpu-soft"
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
D | mirror_gre.sh |
|
/openbmc/u-boot/drivers/misc/ |
H A D | fsl_sec_mon.c | 53 * If initial state is Trusted, Secure or Soft-Fail, then first set in set_sec_mon_state_non_sec() 54 * the Software Security Violation Bit and transition to Soft-Fail in set_sec_mon_state_non_sec() 60 printf("SEC_MON state transitioning to Soft Fail.\n"); in set_sec_mon_state_non_sec() 63 /* polling loop till SEC_MON is in Soft-Fail state */ in set_sec_mon_state_non_sec() 83 * If SSM Soft Fail to Non-Secure State Transition in set_sec_mon_state_non_sec() 124 printf("SEC_MON state transitioning to Soft Fail.\n"); in set_sec_mon_state_soft_fail() 127 /* polling loop till SEC_MON is in Soft-Fail state */ in set_sec_mon_state_soft_fail()
|
/openbmc/openbmc-test-automation/systest/ |
H A D | htx_softbootme_test.robot | 33 Soft Bootme Test 34 [Documentation] Using HTX exerciser soft boot option. 40 # Set up the (soft) bootme iteration (loop) counter. 44 Repeat Keyword ${HTX_LOOP} times Run HTX Soft Bootme Exerciser 50 Run HTX Soft Bootme Exerciser 51 [Documentation] Run HTX Soft Bootme Exerciser. 56 # - Soft bootme (OS Reboot). 83 Run Soft Bootme ${BOOTME_PERIOD}
|
/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/ |
H A D | Yocto_Build_Appliance.vmx | 40 powerType.powerOff = "soft" 41 powerType.powerOn = "soft" 42 powerType.suspend = "soft" 43 powerType.reset = "soft"
|
/openbmc/linux/Documentation/devicetree/bindings/power/reset/ |
D | keystone-reset.txt |
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | linuxloader.bbclass | 15 …SPKGSFX_BYTE}${MIPSPKGSFX_R6}${MIPSPKGSFX_ENDIAN}${@['', '-sf'][d.getVar('TARGET_FPU') == 'soft']}" 17 ldso_arch = "powerpc${@['', '-sf'][d.getVar('TARGET_FPU') == 'soft']}" 29 ldso_arch = "riscv64${@['', '-sf'][d.getVar('TARGET_FPU') == 'soft']}" 31 ldso_arch = "riscv32${@['', '-sf'][d.getVar('TARGET_FPU') == 'soft']}" 64 …loader = "${base_libdir}/ld-linux-riscv64-lp64${@['d', ''][d.getVar('TARGET_FPU') == 'soft']}.so.1" 66 …oader = "${base_libdir}/ld-linux-riscv32-ilp32${@['d', ''][d.getVar('TARGET_FPU') == 'soft']}.so.1"
|
/openbmc/linux/include/dt-bindings/reset/ |
D | realtek,rtd1195.h |
|
D | realtek,rtd1295.h |
|
/openbmc/u-boot/doc/device-tree-bindings/spi/ |
H A D | soft-spi.txt | 1 Soft SPI 3 The soft SPI bus implementation allows the use of GPIO pins to simulate a 7 The soft SPI node requires the following properties: 27 soft-spi {
|
/openbmc/linux/sound/oss/dmasound/ |
D | dmasound_q40.c |
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ |
D | ia_css_hdr_param.h |
|
/openbmc/pldm/softoff/ |
H A D | softoff.hpp | 35 * trigger the host soft off,so the pldm-softpoweroff will exit. 49 /** @brief Is the host soft off completed. 90 /** @brief When host soft off completed, stop the timer and 139 /** @brief Failed to send host soft off command flag. 143 /** @brief Host soft off completed flag. 155 * When the host soft off is complete, it sends an platform event message
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
D | panfrost_issues.h |
|
/openbmc/phosphor-fan-presence/docs/monitor/ |
H A D | power_off_config.md | 12 - `type` - ["hard", "soft", "epow"] 14 - "soft" - Perform an orderly shutdown requesting that the host OS power off 27 ### "hard" & "soft" `type` power offs 67 "type": "soft",
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
D | smu_v13_0_1_ppsmc.h |
|
/openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/ |
H A D | SoftPowerOff.interface.yaml | 2 Implement the Soft Power Off function. On receiving the SMS_ATTN from BMC, 22 Possible response types from Host for a Soft Power Off function. 30 needs to do a Soft Power Off.
|
/openbmc/linux/tools/testing/selftests/net/ |
D | ipv6_route_update_soft_lockup.sh |
|
/openbmc/linux/net/batman-adv/ |
D | log.h |
|