/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | system.h | 67 #define __save_flags(flags) \ argument 69 #define __restore_flags(flags) \ argument 72 #define __save_flags_cli(flags) \ argument 84 #define __save_flags_sti(flags) \ argument 97 #define local_irq_save(flags) __save_flags_cli (flags) argument 98 #define local_irq_set(flags) __save_flags_sti (flags) argument 99 #define local_irq_restore(flags) __restore_flags (flags) argument 105 #define save_flags(flags) __save_flags (flags) argument 106 #define restore_flags(flags) __restore_flags (flags) argument 107 #define save_flags_cli(flags) __save_flags_cli (flags) argument [all …]
|
/openbmc/u-boot/include/asm-generic/ |
H A D | atomic.h | 22 unsigned long flags = 0; in atomic_add() local 31 unsigned long flags = 0; in atomic_sub() local 40 unsigned long flags = 0; in atomic_inc() local 49 unsigned long flags = 0; in atomic_dec() local 58 unsigned long flags = 0; in atomic_dec_and_test() local 71 unsigned long flags = 0; in atomic_add_negative() local 84 unsigned long flags = 0; in atomic_clear_mask() local 95 unsigned long flags = 0; in atomic64_add() local 104 unsigned long flags = 0; in atomic64_sub() local 115 unsigned long flags = 0; in atomic64_add() local [all …]
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | irqflags.h | 24 unsigned long flags; in raw_local_irq_disable() local 67 unsigned long flags; in __raw_local_save_flags() local 80 #define raw_local_save_flags(flags) \ argument 83 static inline int raw_irqs_disabled_flags(unsigned long flags) in raw_irqs_disabled_flags() 90 unsigned long flags = __raw_local_save_flags(); in raw_irqs_disabled() local 97 unsigned long flags, __dummy; in __raw_local_irq_save() local 114 #define raw_local_irq_save(flags) \ argument 119 static inline void raw_local_irq_restore(unsigned long flags) in raw_local_irq_restore()
|
H A D | bitops.h | 18 unsigned long flags; in set_bit() local 36 unsigned long flags; in clear_bit() local 49 unsigned long flags; in change_bit() local 62 unsigned long flags; in test_and_set_bit() local 78 unsigned long flags; in test_and_clear_bit() local 94 unsigned long flags; in test_and_change_bit() local
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | system.h | 12 #define local_irq_save(flags) \ argument 17 #define local_irq_restore(flags) \ argument 22 #define local_irq_save(flags) ((void)(flags)) argument 23 #define local_irq_restore(flags) ((void)(flags)) argument
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.h | 8 #define EXECOP2(size, rsize, res, s1, flags) \ argument 19 #define EXECOP1(size, rsize, res, flags) \ argument 34 long res, flags; in exec_opq() local 43 long res, flags; in exec_opl() local 51 long res, flags; in exec_opw() local 59 long res, flags; in exec_opb() local 68 long res, flags; in exec_opq() local 77 long res, flags; in exec_opl() local 85 long res, flags; in exec_opw() local 93 long res, flags; in exec_opb() local
|
H A D | test-i386-shift.h | 11 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument 20 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument 33 long res, flags; in exec_opq() local 47 long res, flags; in exec_opl() local 60 long res, flags; in exec_opw() local 72 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument 84 long res, flags; in exec_opq() local 98 long res, flags; in exec_opl() local 111 long res, flags; in exec_opw() local 127 long res, flags; in exec_opb() local
|
H A D | test-i386-muldiv.h | 4 long res, s1, s0, flags; in glue() local 22 long res, s1, flags, resh; in glue() local 40 long res, s1, flags, resh; in glue() local 59 long res, s1, flags, resh; in glue() local
|
/openbmc/u-boot/arch/arm/mach-exynos/ |
H A D | pinmux.c | 76 static int exynos5_mmc_config(int peripheral, int flags) in exynos5_mmc_config() 129 static int exynos5420_mmc_config(int peripheral, int flags) in exynos5420_mmc_config() 195 static void exynos5_sromc_config(int flags) in exynos5_sromc_config() 266 static void exynos5_i2c_config(int peripheral, int flags) in exynos5_i2c_config() 474 static int exynos5_pinmux_config(int peripheral, int flags) in exynos5_pinmux_config() 533 static int exynos5420_pinmux_config(int peripheral, int flags) in exynos5420_pinmux_config() 581 static void exynos4_i2c_config(int peripheral, int flags) in exynos4_i2c_config() 619 static int exynos4_mmc_config(int peripheral, int flags) in exynos4_mmc_config() 696 static void exynos4x12_i2c_config(int peripheral, int flags) in exynos4x12_i2c_config() 734 static int exynos4x12_mmc_config(int peripheral, int flags) in exynos4x12_mmc_config() [all …]
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | vtable.hpp | 124 constexpr vtable_t start(decltype(vtable_t::flags) flags) in start() 134 constexpr vtable_t method(const char* member, const char* signature, in method() 141 constexpr vtable_t method_o(const char* member, const char* signature, in method_o() 150 constexpr vtable_t signal(const char* member, const char* signature, in signal() 156 constexpr vtable_t property(const char* member, const char* signature, in property() 163 constexpr vtable_t property( in property() 171 constexpr vtable_t property_o(const char* member, const char* signature, in property_o() 178 constexpr vtable_t property_o( in property_o()
|
/openbmc/qemu/hw/pci/ |
H A D | msi.c | 58 static inline uint8_t msi_cap_sizeof(uint16_t flags) in msi_cap_sizeof() 87 static inline unsigned int msi_nr_vectors(uint16_t flags) in msi_nr_vectors() 129 uint16_t flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_set_message() local 142 uint16_t flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_prepare_message() local 198 uint16_t flags; in msi_init() local 259 uint16_t flags; in msi_uninit() local 276 uint16_t flags; in msi_reset() local 302 uint16_t flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_is_masked() local 323 uint16_t flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_set_mask() local 355 uint16_t flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_notify() local [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() 149 uint32_t flags; in FADD_SUB() local 256 uint32_t flags; in helper_fdiv() local 283 uint32_t flags; in helper_fmadd() local 309 uint32_t flags; in helper_fmsub() local 336 uint32_t result, flags; in helper_fcmp() local 360 int32_t result, flags; in helper_ftoi() local 380 int32_t flags = 0; in helper_hptof() local 416 int32_t flags = 0; in helper_ftohp() local 453 uint32_t flags; in helper_itof() local [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | css.py | 74 def compile(self, select, namespaces=None, flags=0, **kwargs): argument 97 def select_one(self, select, namespaces=None, flags=0, **kwargs): argument 126 def select(self, select, namespaces=None, limit=0, flags=0, **kwargs): argument 162 def iselect(self, select, namespaces=None, limit=0, flags=0, **kwargs): argument 192 def closest(self, select, namespaces=None, flags=0, **kwargs): argument 220 def match(self, select, namespaces=None, flags=0, **kwargs): argument 247 def filter(self, select, namespaces=None, flags=0, **kwargs): argument
|
/openbmc/u-boot/arch/arm/thumb1/include/asm/proc-armv/ |
H A D | system.h | 31 unsigned long flags __attribute__((unused))) in local_irq_save() 57 unsigned long flags __attribute__((unused))) in local_save_flags() 63 unsigned long flags __attribute__((unused))) in local_irq_restore()
|
/openbmc/u-boot/arch/nios2/include/asm/bitops/ |
H A D | atomic.h | 69 unsigned long flags; in set_bit() local 90 unsigned long flags; in clear_bit() local 111 unsigned long flags; in change_bit() local 132 unsigned long flags; in test_and_set_bit() local 156 unsigned long flags; in test_and_clear_bit() local 179 unsigned long flags; in test_and_change_bit() local
|
/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 …]
|
H A D | ras-data-explorer-20.json | 390 "flags": ["sue_source"] array 394 "flags": ["sue_source"] array 428 "flags": ["sue_source"] array 449 "flags": ["sue_source"] array 453 "flags": ["sue_source"] array 645 "flags": ["sue_source"] array 649 "flags": ["sue_source"] array 653 "flags": ["sue_source"] array 657 "flags": ["sue_source"] array 661 "flags": ["sue_source"] array [all …]
|
H A D | ras-data-explorer-11.json | 390 "flags": ["sue_source"] array 394 "flags": ["sue_source"] array 428 "flags": ["sue_source"] array 449 "flags": ["sue_source"] array 453 "flags": ["sue_source"] array 645 "flags": ["sue_source"] array 649 "flags": ["sue_source"] array 653 "flags": ["sue_source"] array 657 "flags": ["sue_source"] array 661 "flags": ["sue_source"] array [all …]
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | prcm.c | 24 void prcm_apb0_enable(u32 flags) in prcm_apb0_enable() 36 void prcm_apb0_disable(u32 flags) in prcm_apb0_disable()
|
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | manager_open_unittest.cpp | 23 uint16_t flags = OpenFlags::read, sess; in TEST() local 39 uint16_t flags = OpenFlags::read, sess; in TEST() local 57 uint16_t flags = 0, sess; in TEST() local 75 uint16_t flags = OpenFlags::read, sess; in TEST() local
|
/openbmc/u-boot/arch/arm/include/asm/proc-armv/ |
H A D | system.h | 22 #define local_irq_save(flags) \ argument 35 #define local_irq_restore(flags) \ argument 188 unsigned long flags; in __xchg() local
|
/openbmc/qemu/net/ |
H A D | queue.c | 46 unsigned flags; member 95 unsigned flags, in qemu_net_queue_append() 118 unsigned flags, in qemu_net_queue_append_iov() 153 unsigned flags, in qemu_net_queue_deliver() 172 unsigned flags, in qemu_net_queue_deliver_iov() 198 unsigned flags, in qemu_net_queue_send() 223 unsigned flags, in qemu_net_queue_send_iov()
|
/openbmc/u-boot/env/ |
H A D | flags.c | 108 enum env_flags_vartype env_flags_parse_vartype(const char *flags) in env_flags_parse_vartype() 130 enum env_flags_varaccess env_flags_parse_varaccess(const char *flags) in env_flags_parse_varaccess() 283 static inline int env_flags_lookup(const char *flags_list, const char *name, in env_flags_lookup() 311 char flags[ENV_FLAGS_ATTR_MAX_LEN + 1]; in env_flags_get_type() local 328 char flags[ENV_FLAGS_ATTR_MAX_LEN + 1]; in env_flags_get_varaccess() local 403 static int env_parse_flags_to_bin(const char *flags) in env_parse_flags_to_bin() 424 char flags[ENV_FLAGS_ATTR_MAX_LEN + 1] = ""; in env_flags_init() local 476 int flags) in on_flags()
|
/openbmc/qemu/target/microblaze/ |
H A D | op_helper.c | 116 static void update_fpu_flags(CPUMBState *env, int flags, uintptr_t ra) in update_fpu_flags() 146 int flags; in helper_fadd() local 161 int flags; in helper_frsub() local 175 int flags; in helper_fmul() local 190 int flags; in helper_fdiv() local 228 int flags; in helper_fcmp_lt() local 243 int flags; in helper_fcmp_eq() local 259 int flags; in helper_fcmp_le() local 276 int flags, r; in helper_fcmp_gt() local 290 int flags, r; in helper_fcmp_ne() local [all …]
|
/openbmc/qemu/include/exec/ |
H A D | log.h | 16 static inline void log_cpu_state(CPUState *cpu, int flags) in log_cpu_state() 33 static inline void log_cpu_state_mask(int mask, CPUState *cpu, int flags) in log_cpu_state_mask()
|