Home
last modified time | relevance | path

Searched defs:flags (Results 26 – 50 of 6793) sorted by relevance

12345678910>>...272

/openbmc/sdbusplus/include/sdbusplus/
H A Dvtable.hpp125 constexpr vtable_t start(decltype(vtable_t::flags) flags) in start()
135 constexpr vtable_t method(const char* member, const char* signature, in method()
142 constexpr vtable_t method_o(const char* member, const char* signature, in method_o()
151 constexpr vtable_t signal(const char* member, const char* signature, in signal()
157 constexpr vtable_t property(const char* member, const char* signature, in property()
164 constexpr vtable_t property(const char* member, const char* signature, in property()
173 constexpr vtable_t property_o(const char* member, const char* signature, in property_o()
180 constexpr vtable_t property_o(const char* member, const char* signature, in property_o()
/openbmc/linux/arch/nios2/include/asm/
H A Dirqflags.h19 static inline void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
26 unsigned long flags; in arch_local_irq_disable() local
34 unsigned long flags; in arch_local_irq_enable() local
40 static inline int arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
52 unsigned long flags; in arch_local_irq_save() local
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-dev.c137 unsigned long flags; in ccp_add_device() local
160 unsigned long flags; in ccp_del_device() local
205 unsigned long flags; in ccp_get_device() local
234 unsigned long flags; in ccp_present() local
254 unsigned long flags; in ccp_version() local
292 unsigned long flags; in ccp_enqueue_cmd() local
349 unsigned long flags; in ccp_do_cmd_backlog() local
379 unsigned long flags; in ccp_dequeue_cmd() local
537 unsigned long flags; in ccp_queues_suspended() local
554 unsigned long flags; in ccp_dev_suspend() local
[all …]
/openbmc/linux/arch/xtensa/include/asm/
H A Dirqflags.h21 unsigned long flags; in arch_local_save_flags() local
28 unsigned long flags; in arch_local_irq_save() local
60 unsigned long flags; in arch_local_irq_enable() local
64 static inline void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
70 static inline bool arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
/openbmc/linux/drivers/crypto/qce/
H A Dcommon.h61 #define IS_DES(flags) (flags & QCE_ALG_DES) argument
62 #define IS_3DES(flags) (flags & QCE_ALG_3DES) argument
63 #define IS_AES(flags) (flags & QCE_ALG_AES) argument
65 #define IS_SHA1(flags) (flags & QCE_HASH_SHA1) argument
66 #define IS_SHA256(flags) (flags & QCE_HASH_SHA256) argument
67 #define IS_SHA1_HMAC(flags) (flags & QCE_HASH_SHA1_HMAC) argument
68 #define IS_SHA256_HMAC(flags) (flags & QCE_HASH_SHA256_HMAC) argument
69 #define IS_CMAC(flags) (flags & QCE_HASH_AES_CMAC) argument
70 #define IS_SHA(flags) (IS_SHA1(flags) || IS_SHA256(flags)) argument
71 #define IS_SHA_HMAC(flags) \ argument
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c149 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
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
468 uint32_t flags; in helper_utof() local
485 int32_t flags; in helper_ftoiz() local
510 int32_t flags = 0; in helper_ftou() local
[all …]
/openbmc/linux/sound/isa/gus/
H A Dgus_reset.c86 unsigned long flags; in snd_gf1_clear_regs() local
98 unsigned long flags; in snd_gf1_look_regs() local
114 unsigned long flags; in snd_gf1_smart_stop_voice() local
128 unsigned long flags; in snd_gf1_stop_voice() local
149 unsigned long flags; in snd_gf1_clear_voices() local
190 unsigned long flags; in snd_gf1_stop_voices() local
243 unsigned long flags; in snd_gf1_alloc_voice() local
276 unsigned long flags; in snd_gf1_free_voice() local
302 unsigned long flags; in snd_gf1_start() local
/openbmc/qemu/hw/pci/
H A Dmsi.c57 static inline uint8_t msi_cap_sizeof(uint16_t flags) in msi_cap_sizeof()
86 static inline unsigned int msi_nr_vectors(uint16_t flags) in msi_nr_vectors()
128 uint16_t flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_set_message() local
141 uint16_t flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_prepare_message() local
197 uint16_t flags; in msi_init() local
258 uint16_t flags; in msi_uninit() local
275 uint16_t flags; in msi_reset() local
301 uint16_t flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_is_masked() local
322 uint16_t flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_set_mask() local
354 uint16_t flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_notify() local
[all …]
/openbmc/linux/drivers/usb/phy/
H A Dphy-ulpi.c44 unsigned int flags = ULPI_OTG_CTRL_DP_PULLDOWN | in ulpi_set_otg_flags() local
68 unsigned int flags = 0; in ulpi_set_fc_flags() local
110 unsigned int flags = 0; in ulpi_set_ic_flags() local
202 unsigned int flags = usb_phy_io_read(phy, ULPI_IFC_CTRL); in ulpi_set_host() local
228 unsigned int flags = usb_phy_io_read(phy, ULPI_OTG_CTRL); in ulpi_set_vbus() local
245 unsigned int flags) in otg_ulpi_init()
260 unsigned int flags) in otg_ulpi_create()
284 unsigned int flags) in devm_otg_ulpi_create()
/openbmc/linux/arch/parisc/lib/
H A Dbitops.c23 unsigned long temp, flags; in __xchg64() local
35 unsigned long flags; in __xchg32() local
48 unsigned long flags; in __xchg8() local
61 unsigned long flags; in __cmpxchg_u64() local
73 unsigned long flags; in __cmpxchg_u32() local
85 unsigned long flags; in __cmpxchg_u8() local
/openbmc/linux/drivers/acpi/acpica/
H A Devxfgpe.c96 acpi_cpu_flags flags; in ACPI_EXPORT_SYMBOL() local
152 acpi_cpu_flags flags; in ACPI_EXPORT_SYMBOL() local
203 acpi_cpu_flags flags; in ACPI_EXPORT_SYMBOL() local
263 acpi_cpu_flags flags; in ACPI_EXPORT_SYMBOL() local
310 acpi_cpu_flags flags; in ACPI_EXPORT_SYMBOL() local
360 acpi_cpu_flags flags; in ACPI_EXPORT_SYMBOL() local
497 acpi_cpu_flags flags; in ACPI_EXPORT_SYMBOL() local
572 acpi_cpu_flags flags; in ACPI_EXPORT_SYMBOL() local
615 acpi_cpu_flags flags; in ACPI_EXPORT_SYMBOL() local
682 acpi_cpu_flags flags; in ACPI_EXPORT_SYMBOL() local
/openbmc/linux/drivers/char/
H A Dtlclk.c283 unsigned long flags; in show_current_ref() local
299 unsigned long flags; in show_telclock_version() local
315 unsigned long flags; in show_alarms() local
331 unsigned long flags; in store_received_ref_clk3a() local
353 unsigned long flags; in store_received_ref_clk3b() local
375 unsigned long flags; in store_enable_clk3b_output() local
394 unsigned long flags; in store_enable_clk3a_output() local
415 unsigned long flags; in store_enable_clkb1_output() local
437 unsigned long flags; in store_enable_clka1_output() local
458 unsigned long flags; in store_enable_clkb0_output() local
[all …]
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dsystem.h12 #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/linux/arch/ia64/include/asm/
H A Dirqflags.h19 static inline void arch_maybe_save_ip(unsigned long flags) in arch_maybe_save_ip()
25 #define arch_maybe_save_ip(flags) do {} while (0) argument
44 unsigned long flags = arch_local_save_flags(); in arch_local_irq_save() local
69 static inline void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
78 static inline bool arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
/openbmc/linux/arch/loongarch/include/asm/
H A Dbug.h22 #define __BUG_ENTRY(flags) argument
24 #define __BUG_ENTRY(flags) \ argument
34 #define ASM_BUG_FLAGS(flags) \ argument
40 #define __BUG_FLAGS(flags) \ argument
43 #define __WARN_FLAGS(flags) \ argument
/openbmc/qemu/target/nios2/
H A Dtranslate.c44 #define INSTRUCTION_FLG(func, flags) { (func), (flags) } argument
147 uint32_t flags; member
272 static void nop(DisasContext *dc, uint32_t code, uint32_t flags) in nop()
280 static void jmpi(DisasContext *dc, uint32_t code, uint32_t flags) in jmpi()
286 static void call(DisasContext *dc, uint32_t code, uint32_t flags) in call()
329 static void br(DisasContext *dc, uint32_t code, uint32_t flags) in br()
500 static void eret(DisasContext *dc, uint32_t code, uint32_t flags) in eret()
521 static void ret(DisasContext *dc, uint32_t code, uint32_t flags) in ret()
530 static void bret(DisasContext *dc, uint32_t code, uint32_t flags) in bret()
548 static void jmp(DisasContext *dc, uint32_t code, uint32_t flags) in jmp()
[all …]
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dwext.c95 unsigned long flags; in orinoco_get_wireless_stats() local
163 unsigned long flags; in orinoco_ioctl_setwap() local
224 unsigned long flags; in orinoco_ioctl_getwap() local
249 unsigned long flags; in orinoco_ioctl_setiwencode() local
337 unsigned long flags; in orinoco_ioctl_getiwencode() local
373 unsigned long flags; in orinoco_ioctl_setessid() local
407 unsigned long flags; in orinoco_ioctl_getessid() local
435 unsigned long flags; in orinoco_ioctl_setfreq() local
507 unsigned long flags; in orinoco_ioctl_getsens() local
535 unsigned long flags; in orinoco_ioctl_setsens() local
[all …]
/openbmc/linux/drivers/clk/
H A Dclk-divider.c69 unsigned long flags) in _get_maxdiv()
174 unsigned long flags) in _is_valid_div()
221 unsigned long flags) in _div_round_up()
235 unsigned long flags) in _div_round_closest()
259 unsigned long flags) in _div_round()
277 unsigned long flags) in _next_div()
293 unsigned long flags) in clk_divider_bestdiv()
348 unsigned long flags) in divider_determine_rate()
387 u8 width, unsigned long flags) in divider_round_rate_parent()
472 unsigned long flags) in divider_get_val()
[all …]
/openbmc/linux/drivers/tty/
H A Damiserial.c136 unsigned long flags; in rs_stop() local
153 unsigned long flags; in rs_start() local
446 unsigned long flags; in startup() local
520 unsigned long flags; in shutdown() local
575 unsigned long flags; in change_speed() local
702 unsigned long flags; in rs_put_char() local
726 unsigned long flags; in rs_flush_chars() local
748 unsigned long flags; in rs_write() local
804 unsigned long flags; in rs_flush_buffer() local
851 unsigned long flags; in rs_throttle() local
[all …]
/openbmc/linux/arch/parisc/kernel/
H A Dsys_parisc.c101 unsigned long flags, enum mmap_allocation_direction dir) in arch_get_unmapped_area_common()
178 unsigned long flags) in arch_get_unmapped_area_topdown()
185 unsigned long prot, unsigned long flags, unsigned long fd, in sys_mmap2()
195 unsigned long prot, unsigned long flags, unsigned long fd, in sys_mmap()
278 unsigned int flags) in parisc_sync_file_range()
319 static int FIX_O_NONBLOCK(int flags) in FIX_O_NONBLOCK()
338 size_t sizemask, int flags) in parisc_signalfd4()
347 compat_size_t sizemask, int flags) in parisc_compat_signalfd4()
360 asmlinkage long parisc_userfaultfd(int flags) in parisc_userfaultfd()
366 asmlinkage long parisc_pipe2(int __user *fildes, int flags) in parisc_pipe2()
[all …]
/openbmc/linux/arch/arc/kernel/
H A Dmcip.c29 unsigned long flags; in mcip_update_gfrc_halt_mask() local
54 unsigned long flags; in mcip_update_debug_halt_mask() local
99 unsigned long flags; in mcip_ipi_send() local
127 unsigned long flags; in mcip_ipi_clear() local
223 unsigned long flags; in idu_irq_mask_raw() local
237 unsigned long flags; in idu_irq_unmask() local
246 unsigned long flags; in idu_irq_ack() local
255 unsigned long flags; in idu_irq_mask_ack() local
267 unsigned long flags; in idu_irq_set_affinity() local
295 unsigned long flags; in idu_irq_set_type() local
/openbmc/linux/include/linux/sched/
H A Dmm.h172 #define arch_get_mmap_end(addr, len, flags) (TASK_SIZE) argument
235 static inline gfp_t current_gfp_context(gfp_t flags) in current_gfp_context()
322 unsigned int flags = current->flags & PF_MEMALLOC_NOIO; in memalloc_noio_save() local
335 static inline void memalloc_noio_restore(unsigned int flags) in memalloc_noio_restore()
353 unsigned int flags = current->flags & PF_MEMALLOC_NOFS; in memalloc_nofs_save() local
366 static inline void memalloc_nofs_restore(unsigned int flags) in memalloc_nofs_restore()
373 unsigned int flags = current->flags & PF_MEMALLOC; in memalloc_noreclaim_save() local
378 static inline void memalloc_noreclaim_restore(unsigned int flags) in memalloc_noreclaim_restore()
385 unsigned int flags = current->flags & PF_MEMALLOC_PIN; in memalloc_pin_save() local
391 static inline void memalloc_pin_restore(unsigned int flags) in memalloc_pin_restore()
/openbmc/linux/net/wireless/
H A Dlib80211.c90 unsigned long flags; in lib80211_crypt_deinit_entries() local
111 unsigned long flags; in lib80211_crypt_quiescing() local
122 unsigned long flags; in lib80211_crypt_deinit_handler() local
140 unsigned long flags; in lib80211_crypt_delayed_deinit() local
166 unsigned long flags; in lib80211_register_crypto_ops() local
189 unsigned long flags; in lib80211_unregister_crypto_ops() local
212 unsigned long flags; in lib80211_get_crypto_ops() local
/openbmc/linux/drivers/usb/dwc3/
H A Ddebugfs.c333 unsigned long flags; in dwc3_lsp_show() local
373 unsigned long flags; in dwc3_lsp_write() local
403 unsigned long flags; in dwc3_mode_show() local
478 unsigned long flags; in dwc3_testmode_show() local
530 unsigned long flags; in dwc3_testmode_write() local
575 unsigned long flags; in dwc3_link_state_show() local
618 unsigned long flags; in dwc3_link_state_write() local
690 unsigned long flags; in dwc3_tx_fifo_size_show() local
719 unsigned long flags; in dwc3_rx_fifo_size_show() local
748 unsigned long flags; in dwc3_tx_request_queue_show() local
[all …]
/openbmc/linux/arch/microblaze/include/asm/
H A Dirqflags.h16 unsigned long flags; in arch_local_irq_save() local
49 unsigned long flags, tmp; in arch_local_irq_save() local
91 unsigned long flags; in arch_local_save_flags() local
100 static inline notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
109 static inline notrace bool arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()

12345678910>>...272