/openbmc/openbmc/poky/meta/recipes-support/boost/boost/ |
H A D | 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch | 4 Subject: [PATCH] Don't set up arch/instruction-set flags, we do that 19 @@ -1144,156 +1144,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + : 30 -toolset.flags gcc OPTIONS <architecture>x86/<address-model>32/<instruction-set> : -march=i686 ; 31 -cpu-flags gcc OPTIONS : x86 : native : -march=native ; 32 -cpu-flags gcc OPTIONS : x86 : i486 : -march=i486 ; 33 -cpu-flags gcc OPTIONS : x86 : i586 : -march=i586 ; 34 -cpu-flags gcc OPTIONS : x86 : i686 : -march=i686 ; 35 -cpu-flags gcc OPTIONS : x86 : pentium : -march=pentium ; 36 -cpu-flags gcc OPTIONS : x86 : pentium-mmx : -march=pentium-mmx ; 37 -cpu-flags gcc OPTIONS : x86 : pentiumpro : -march=pentiumpro ; [all …]
|
/openbmc/linux/tools/testing/selftests/membarrier/ |
H A D | membarrier_test_impl.h | 14 static int sys_membarrier(int cmd, int flags) in sys_membarrier() argument 16 return syscall(__NR_membarrier, cmd, flags); in sys_membarrier() 21 int ret, flags = 0; in test_membarrier_get_registrations() local 30 "%s test: flags = %d, errno = %d\n", in test_membarrier_get_registrations() 31 test_name, flags, errno); in test_membarrier_get_registrations() 34 "%s test: flags = %d, ret = %d, registrations = %d\n", in test_membarrier_get_registrations() 35 test_name, flags, ret, registrations); in test_membarrier_get_registrations() 38 "%s test: flags = %d, ret = %d, registrations = %d\n", in test_membarrier_get_registrations() 39 test_name, flags, ret, registrations); in test_membarrier_get_registrations() 46 int cmd = -1, flags = 0; in test_membarrier_cmd_fail() local [all …]
|
/openbmc/linux/drivers/usb/phy/ |
H A D | phy-ulpi.c | 44 unsigned int flags = ULPI_OTG_CTRL_DP_PULLDOWN | in ulpi_set_otg_flags() local 47 if (phy->flags & ULPI_OTG_ID_PULLUP) in ulpi_set_otg_flags() 48 flags |= ULPI_OTG_CTRL_ID_PULLUP; in ulpi_set_otg_flags() 54 if (phy->flags & ULPI_OTG_DP_PULLDOWN_DIS) in ulpi_set_otg_flags() 55 flags &= ~ULPI_OTG_CTRL_DP_PULLDOWN; in ulpi_set_otg_flags() 57 if (phy->flags & ULPI_OTG_DM_PULLDOWN_DIS) in ulpi_set_otg_flags() 58 flags &= ~ULPI_OTG_CTRL_DM_PULLDOWN; in ulpi_set_otg_flags() 60 if (phy->flags & ULPI_OTG_EXTVBUSIND) in ulpi_set_otg_flags() 61 flags |= ULPI_OTG_CTRL_EXTVBUSIND; in ulpi_set_otg_flags() 63 return usb_phy_io_write(phy, flags, ULPI_OTG_CTRL); in ulpi_set_otg_flags() [all …]
|
/openbmc/u-boot/include/asm-generic/ |
H A D | atomic.h | 22 unsigned long flags = 0; in atomic_add() local 24 local_irq_save(flags); in atomic_add() 26 local_irq_restore(flags); in atomic_add() 31 unsigned long flags = 0; in atomic_sub() local 33 local_irq_save(flags); in atomic_sub() 35 local_irq_restore(flags); in atomic_sub() 40 unsigned long flags = 0; in atomic_inc() local 42 local_irq_save(flags); in atomic_inc() 44 local_irq_restore(flags); in atomic_inc() 49 unsigned long flags = 0; in atomic_dec() local [all …]
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | vtable.hpp | 14 constexpr vtable_t start(decltype(vtable_t::flags) flags = 0); 25 * @param[in] flags - optional sdbusplus::vtable::method_ value. 29 decltype(vtable_t::flags) flags = 0); 38 * @param[in] flags - optional sdbusplus::vtable::method_ value. 43 decltype(vtable_t::flags) flags = 0); 49 * @param[in] flags - None supported. 52 decltype(vtable_t::flags) flags = 0); 59 * @param[in] flags - optional sdbusplus::vtable::property_ value. 63 decltype(vtable_t::flags) flags = 0); 71 * @param[in] flags - optional sdbusplus::vtable::property_ value. [all …]
|
/openbmc/linux/lib/ |
H A D | test-string_helpers.c | 14 static __init bool test_string_check_buf(const char *name, unsigned int flags, in test_string_check_buf() argument 22 pr_warn("Test '%s' failed: flags = %#x\n", name, flags); in test_string_check_buf() 37 unsigned int flags; member 44 .flags = UNESCAPE_SPACE, 49 .flags = UNESCAPE_OCTAL, 54 .flags = UNESCAPE_HEX, 59 .flags = UNESCAPE_SPECIAL, 63 static void __init test_string_unescape(const char *name, unsigned int flags, in test_string_unescape() argument 83 /* Copy expected result for given flags */ in test_string_unescape() 84 if (flags & strings[i].flags) { in test_string_unescape() [all …]
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | pm_netlink.sh | 87 ip netns exec $ns1 ./pm_nl_ctl add 10.0.1.2 flags subflow dev lo 88 ip netns exec $ns1 ./pm_nl_ctl add 10.0.1.3 flags signal,backup 89 check "ip netns exec $ns1 ./pm_nl_ctl get 1" "id 1 flags 10.0.1.1" "simple add/get addr" 92 "id 1 flags 10.0.1.1 93 id 2 flags subflow dev lo 10.0.1.2 94 id 3 flags signal,backup 10.0.1.3" "dump addrs" 99 "id 1 flags 10.0.1.1 100 id 3 flags signal,backup 10.0.1.3" "dump addrs after del" 105 ip netns exec $ns1 ./pm_nl_ctl add 10.0.1.4 flags signal 106 check "ip netns exec $ns1 ./pm_nl_ctl get 4" "id 4 flags signal 10.0.1.4" "id addr increment" [all …]
|
/openbmc/u-boot/drivers/spi/ |
H A D | fsl_qspi.c | 78 /* fsl_qspi_platdata flags */ 90 * @flags: Flags for QSPI QSPI_FLAG_... 99 u32 flags; member 111 * @flags: Flags for QSPI QSPI_FLAG_... 124 u32 flags; member 138 static u32 qspi_read32(u32 flags, u32 *addr) in qspi_read32() argument 140 return flags & QSPI_FLAG_REGMAP_ENDIAN_BIG ? in qspi_read32() 144 static void qspi_write32(u32 flags, u32 *addr, u32 val) in qspi_write32() argument 146 flags & QSPI_FLAG_REGMAP_ENDIAN_BIG ? in qspi_write32() 158 val = qspi_read32(priv->flags, &priv->regs->sr); in is_controller_busy() [all …]
|
/openbmc/linux/arch/sparc/lib/ |
H A D | atomic32.c | 35 unsigned long flags; \ 36 spin_lock_irqsave(ATOMIC_HASH(v), flags); \ 41 spin_unlock_irqrestore(ATOMIC_HASH(v), flags); \ 50 unsigned long flags; \ 51 spin_lock_irqsave(ATOMIC_HASH(v), flags); \ 55 spin_unlock_irqrestore(ATOMIC_HASH(v), flags); \ 73 unsigned long flags; in arch_atomic_xchg() local 75 spin_lock_irqsave(ATOMIC_HASH(v), flags); in arch_atomic_xchg() 78 spin_unlock_irqrestore(ATOMIC_HASH(v), flags); in arch_atomic_xchg() 86 unsigned long flags; in arch_atomic_cmpxchg() local [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-shift.h | 11 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument 17 : "=g" (res), "=g" (flags)\ 18 : "r" (s1), "0" (res), "1" (flags)); 20 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument 26 : "=q" (res), "=g" (flags)\ 27 : "c" (s1), "0" (res), "1" (flags)); 33 long res, flags; in exec_opq() local 35 flags = iflags; in exec_opq() 36 EXECSHIFT("q", "", res, s1, s2, flags); in exec_opq() 39 flags &= ~CC_O; in exec_opq() [all …]
|
H A D | test-i386.h | 8 #define EXECOP2(size, rsize, res, s1, flags) \ argument 14 : "=q" (res), "=g" (flags)\ 15 : "q" (s1), "0" (res), "1" (flags)); \ 17 stringify(OP) size, s0, s1, res, iflags, flags & CC_MASK); 19 #define EXECOP1(size, rsize, res, flags) \ argument 25 : "=q" (res), "=g" (flags)\ 26 : "0" (res), "1" (flags)); \ 28 stringify(OP) size, s0, res, iflags, flags & CC_MASK); 34 long res, flags; in exec_opq() local 36 flags = iflags; in exec_opq() [all …]
|
/openbmc/linux/fs/ubifs/ |
H A D | ioctl.c | 20 /* Need to be kept consistent with checked flags in ioctl2ubifs() */ 25 /* Need to be kept consistent with checked flags in ubifs2ioctl() */ 30 * ubifs_set_inode_flags - set VFS inode flags. 31 * @inode: VFS inode to set flags for 33 * This function propagates flags from UBIFS inode object to VFS inode object. 37 unsigned int flags = ubifs_inode(inode)->flags; in ubifs_set_inode_flags() local 41 if (flags & UBIFS_SYNC_FL) in ubifs_set_inode_flags() 43 if (flags & UBIFS_APPEND_FL) in ubifs_set_inode_flags() 45 if (flags & UBIFS_IMMUTABLE_FL) in ubifs_set_inode_flags() 47 if (flags & UBIFS_DIRSYNC_FL) in ubifs_set_inode_flags() [all …]
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_fw_la.h | 106 #define ICP_QAT_FW_LA_CIPH_IV_FLD_FLAG_GET(flags) \ argument 107 QAT_FIELD_GET(flags, QAT_LA_CIPH_IV_FLD_BITPOS, \ 110 #define ICP_QAT_FW_LA_CIPH_AUTH_CFG_OFFSET_FLAG_GET(flags) \ argument 111 QAT_FIELD_GET(flags, QAT_LA_CIPH_AUTH_CFG_OFFSET_BITPOS, \ 114 #define ICP_QAT_FW_LA_ZUC_3G_PROTO_FLAG_GET(flags) \ argument 115 QAT_FIELD_GET(flags, QAT_FW_LA_ZUC_3G_PROTO_FLAG_BITPOS, \ 118 #define ICP_QAT_FW_LA_GCM_IV_LEN_FLAG_GET(flags) \ argument 119 QAT_FIELD_GET(flags, QAT_LA_GCM_IV_LEN_FLAG_BITPOS, \ 122 #define ICP_QAT_FW_LA_PROTO_GET(flags) \ argument 123 QAT_FIELD_GET(flags, QAT_LA_PROTO_BITPOS, QAT_LA_PROTO_MASK) [all …]
|
H A D | icp_qat_fw_comp.h | 61 #define ICP_QAT_FW_COMP_SESSION_TYPE_GET(flags) \ argument 62 QAT_FIELD_GET(flags, ICP_QAT_FW_COMP_SESSION_TYPE_BITPOS, \ 65 #define ICP_QAT_FW_COMP_SESSION_TYPE_SET(flags, val) \ argument 66 QAT_FIELD_SET(flags, val, ICP_QAT_FW_COMP_SESSION_TYPE_BITPOS, \ 69 #define ICP_QAT_FW_COMP_AUTO_SELECT_BEST_GET(flags) \ argument 70 QAT_FIELD_GET(flags, ICP_QAT_FW_COMP_AUTO_SELECT_BEST_BITPOS, \ 73 #define ICP_QAT_FW_COMP_EN_ASB_GET(flags) \ argument 74 QAT_FIELD_GET(flags, ICP_QAT_FW_COMP_ENHANCED_AUTO_SELECT_BEST_BITPOS, \ 77 #define ICP_QAT_FW_COMP_RET_UNCOMP_GET(flags) \ argument 78 QAT_FIELD_GET(flags, \ [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | hflags.c | 68 CPUARMTBFlags flags) in rebuild_hflags_common() argument 70 DP_TBFLAG_ANY(flags, FPEXC_EL, fp_el); in rebuild_hflags_common() 71 DP_TBFLAG_ANY(flags, MMUIDX, arm_to_core_mmu_idx(mmu_idx)); in rebuild_hflags_common() 74 DP_TBFLAG_ANY(flags, SS_ACTIVE, 1); in rebuild_hflags_common() 77 return flags; in rebuild_hflags_common() 82 CPUARMTBFlags flags) in rebuild_hflags_common_32() argument 87 DP_TBFLAG_A32(flags, SCTLR__B, 1); in rebuild_hflags_common_32() 90 DP_TBFLAG_ANY(flags, BE_DATA, 1); in rebuild_hflags_common_32() 92 DP_TBFLAG_A32(flags, NS, !access_secure_reg(env)); in rebuild_hflags_common_32() 94 return rebuild_hflags_common(env, fp_el, mmu_idx, flags); in rebuild_hflags_common_32() [all …]
|
/openbmc/u-boot/env/ |
H A D | flags.c | 61 * Print the whole list of available type flags. 75 * Print the whole list of available access flags. 106 * Parse the flags string from a .flags attribute list into the vartype enum. 108 enum env_flags_vartype env_flags_parse_vartype(const char *flags) in env_flags_parse_vartype() argument 112 if (strlen(flags) <= ENV_FLAGS_VARTYPE_LOC) in env_flags_parse_vartype() 116 flags[ENV_FLAGS_VARTYPE_LOC]); in env_flags_parse_vartype() 123 flags[ENV_FLAGS_VARTYPE_LOC]); in env_flags_parse_vartype() 128 * Parse the flags string from a .flags attribute list into the varaccess enum. 130 enum env_flags_varaccess env_flags_parse_varaccess(const char *flags) in env_flags_parse_varaccess() argument 134 if (strlen(flags) <= ENV_FLAGS_VARACCESS_LOC) in env_flags_parse_varaccess() [all …]
|
/openbmc/qemu/target/tricore/ |
H A D | fpu_helper.c | 87 static void f_update_psw_flags(CPUTriCoreState *env, uint8_t flags) in f_update_psw_flags() argument 92 if (flags & float_flag_invalid) { in f_update_psw_flags() 97 if (flags & float_flag_overflow) { in f_update_psw_flags() 102 if (flags & float_flag_underflow || flags & float_flag_output_denormal) { in f_update_psw_flags() 107 if (flags & float_flag_divbyzero) { in f_update_psw_flags() 112 if (flags & float_flag_inexact || flags & float_flag_output_denormal) { in f_update_psw_flags() 125 uint32_t flags; \ 129 flags = f_get_excp_flags(env); \ 130 if (flags) { \ 133 if ((flags & float_flag_invalid) \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/ |
H A D | 0002-apr-Remove-workdir-path-references-from-installed-ap.patch | 26 flags="$flags $LDFLAGS" 30 flags="$flags -I$includedir $EXTRA_INCLUDES" 32 - flags="$flags -I$APR_TARGET_DIR/$includedir $EXTRA_INCLUDES" 34 - flags="$flags -I$APR_SOURCE_DIR/include $EXTRA_INCLUDES" 37 - flags="$flags -I$APR_BUILD_DIR/include -I$APR_SOURCE_DIR/include $EXTRA_INCLUDES" 48 - flags="$flags -L$libdir -l${APR_LIBNAME}" 50 - flags="$flags -L$APR_TARGET_DIR/$libdir -l${APR_LIBNAME}" 53 - flags="$flags -L$APR_BUILD_DIR -l${APR_LIBNAME}" 55 + flags="$flags -l${APR_LIBNAME}" 63 - flags="$flags $LA_FILE" [all …]
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfad_bsg.c | 22 unsigned long flags; in bfad_iocmd_ioc_enable() local 24 spin_lock_irqsave(&bfad->bfad_lock, flags); in bfad_iocmd_ioc_enable() 27 spin_unlock_irqrestore(&bfad->bfad_lock, flags); in bfad_iocmd_ioc_enable() 35 spin_unlock_irqrestore(&bfad->bfad_lock, flags); in bfad_iocmd_ioc_enable() 45 unsigned long flags; in bfad_iocmd_ioc_disable() local 47 spin_lock_irqsave(&bfad->bfad_lock, flags); in bfad_iocmd_ioc_disable() 49 spin_unlock_irqrestore(&bfad->bfad_lock, flags); in bfad_iocmd_ioc_disable() 55 spin_unlock_irqrestore(&bfad->bfad_lock, flags); in bfad_iocmd_ioc_disable() 62 spin_unlock_irqrestore(&bfad->bfad_lock, flags); in bfad_iocmd_ioc_disable() 78 unsigned long flags; in bfad_iocmd_ioc_get_info() local [all …]
|
/openbmc/linux/kernel/sched/ |
H A D | isolation.c | 28 unsigned long flags; member 35 return !!(housekeeping.flags & BIT(type)); in housekeeping_enabled() 44 if (housekeeping.flags & BIT(type)) { in housekeeping_any_cpu() 59 if (housekeeping.flags & BIT(type)) in housekeeping_cpumask() 68 if (housekeeping.flags & BIT(type)) in housekeeping_affine() 76 if (housekeeping.flags & BIT(type)) in housekeeping_test_cpu() 86 if (!housekeeping.flags) in housekeeping_init() 91 if (housekeeping.flags & HK_FLAG_TICK) in housekeeping_init() 94 for_each_set_bit(type, &housekeeping.flags, HK_TYPE_MAX) { in housekeeping_init() 109 static int __init housekeeping_setup(char *str, unsigned long flags) in housekeeping_setup() argument [all …]
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | firmware.c | 178 unsigned long flags; in set_firmware_width() local 184 spin_lock_irqsave(&pdc_lock, flags); in set_firmware_width() 186 spin_unlock_irqrestore(&pdc_lock, flags); in set_firmware_width() 228 unsigned long flags; in pdc_add_valid() local 230 spin_lock_irqsave(&pdc_lock, flags); in pdc_add_valid() 232 spin_unlock_irqrestore(&pdc_lock, flags); in pdc_add_valid() 247 unsigned long flags; in pdc_instr() local 249 spin_lock_irqsave(&pdc_lock, flags); in pdc_instr() 253 spin_unlock_irqrestore(&pdc_lock, flags); in pdc_instr() 269 unsigned long flags; in pdc_chassis_info() local [all …]
|
/openbmc/openpower-hw-diags/analyzer/ras-data/data/ |
H A D | ras-data-odyssey-10.json | 612 "flags": ["odp_data_corrupt_root_cause", "mask_but_dont_clear"] array 625 "flags": ["odp_data_corrupt_root_cause", "mask_but_dont_clear"] array 630 "flags": ["odp_data_corrupt_root_cause", "mask_but_dont_clear"] array 635 "flags": ["odp_data_corrupt_root_cause", "mask_but_dont_clear"] array 640 "flags": ["odp_data_corrupt_root_cause", "mask_but_dont_clear"] array 645 "flags": ["odp_data_corrupt_root_cause", "mask_but_dont_clear"] array 695 "flags": ["sue_source"] array 699 "flags": ["sue_source"] array 703 "flags": ["sue_source"] array 730 "flags": ["sue_source"] array [all …]
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | float_madds.ref | 3 res: f32(-nan:0xffe00000) flags=INVALID (0/0) 5 res: f32(-nan:0xffe00000) flags=INVALID (0/1) 7 res: f32(-nan:0xffe00000) flags=INVALID (0/2) 9 res: f32(-nan:0xffc00000) flags=OK (1/0) 11 res: f32(-nan:0xffc00000) flags=OK (1/1) 13 res: f32(-nan:0xffc00000) flags=OK (1/2) 15 res: f32(inf:0x7f800000) flags=OK (2/0) 17 res: f32(-inf:0xff800000) flags=OK (2/1) 19 res: f32(inf:0x7f800000) flags=OK (2/2) 21 res: f32(inf:0x7f800000) flags=OVERFLOW INEXACT (3/0) [all …]
|
/openbmc/qemu/tests/tcg/loongarch64/ |
H A D | float_madds.ref | 3 res: f32(-nan:0xffe00000) flags=INVALID (0/0) 5 res: f32(-nan:0xffe00000) flags=INVALID (0/1) 7 res: f32(-nan:0xffe00000) flags=INVALID (0/2) 9 res: f32(-nan:0xffc00000) flags=OK (1/0) 11 res: f32(-nan:0xffc00000) flags=OK (1/1) 13 res: f32(-nan:0xffc00000) flags=OK (1/2) 15 res: f32(inf:0x7f800000) flags=OK (2/0) 17 res: f32(-inf:0xff800000) flags=OK (2/1) 19 res: f32(inf:0x7f800000) flags=OK (2/2) 21 res: f32(inf:0x7f800000) flags=OVERFLOW INEXACT (3/0) [all …]
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | float_madds.ref | 3 res: f32(-nan:0xffe00000) flags=INVALID (0/0) 5 res: f32(-nan:0xffe00000) flags=INVALID (0/1) 7 res: f32(-nan:0xffe00000) flags=INVALID (0/2) 9 res: f32(-nan:0xffc00000) flags=OK (1/0) 11 res: f32(-nan:0xffc00000) flags=OK (1/1) 13 res: f32(-nan:0xffc00000) flags=OK (1/2) 15 res: f32(inf:0x7f800000) flags=OK (2/0) 17 res: f32(-inf:0xff800000) flags=OK (2/1) 19 res: f32(inf:0x7f800000) flags=OK (2/2) 21 res: f32(inf:0x7f800000) flags=OVERFLOW INEXACT (3/0) [all …]
|