Home
last modified time | relevance | path

Searched refs:set_flags (Results 1 – 20 of 20) sorted by relevance

/linux-6.3-rc2/arch/x86/kernel/
A Dvm86_32.c90 #define set_flags(X, new, mask) \ macro
111 set_flags(regs->pt.flags, VEFLAGS, X86_EFLAGS_VIF | vm86->veflags_mask); in save_v86_state()
380 set_flags(VEFLAGS, flags, current->thread.vm86->veflags_mask); in set_vflags_long()
381 set_flags(regs->pt.flags, flags, SAFE_MASK); in set_vflags_long()
390 set_flags(VFLAGS, flags, current->thread.vm86->veflags_mask); in set_vflags_short()
391 set_flags(regs->pt.flags, flags, SAFE_MASK); in set_vflags_short()
A Dptrace.c354 static int set_flags(struct task_struct *task, unsigned long value) in set_flags() function
386 return set_flags(child, value); in putreg()
937 return set_flags(child, value); in putreg32()
/linux-6.3-rc2/drivers/i3c/master/mipi-i3c-hci/
A Ddat.h25 void (*set_flags)(struct i3c_hci *hci, unsigned int dat_idx, u32 w0, u32 w1); member
A Ddat_v1.c179 .set_flags = hci_dat_v1_set_flags,
A Dcore.c450 mipi_i3c_hci_dat_v1.set_flags(hci, ret, DAT_0_I2C_DEVICE, 0); in i3c_hci_attach_i2c_dev()
481 mipi_i3c_hci_dat_v1.set_flags(hci, dat_idx, DAT_0_IBI_PAYLOAD, 0); in i3c_hci_request_ibi()
511 mipi_i3c_hci_dat_v1.set_flags(hci, dev_data->dat_idx, DAT_0_SIR_REJECT, 0); in i3c_hci_disable_ibi()
/linux-6.3-rc2/include/net/
A Dlib80211.h80 unsigned long (*set_flags) (unsigned long flags, void *priv); member
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/
A Dlegacy.c431 u8 set_flags = 0; in mlx5_eswitch_set_vport_vlan() local
438 set_flags = SET_VLAN_STRIP | SET_VLAN_INSERT; in mlx5_eswitch_set_vport_vlan()
449 err = __mlx5_eswitch_set_vport_vlan(esw, vport, vlan, qos, set_flags); in mlx5_eswitch_set_vport_vlan()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Deswitch.c148 u16 vlan, u8 qos, u8 set_flags) in modify_esw_vport_cvlan() argument
157 vport, vlan, qos, set_flags); in modify_esw_vport_cvlan()
159 if (set_flags & SET_VLAN_STRIP) in modify_esw_vport_cvlan()
163 if (set_flags & SET_VLAN_INSERT) { in modify_esw_vport_cvlan()
1856 u16 vport, u16 vlan, u8 qos, u8 set_flags) in __mlx5_eswitch_set_vport_vlan() argument
1868 err = modify_esw_vport_cvlan(esw->dev, vport, vlan, qos, set_flags); in __mlx5_eswitch_set_vport_vlan()
A Deswitch.h525 u16 vport, u16 vlan, u8 qos, u8 set_flags);
/linux-6.3-rc2/tools/testing/selftests/kvm/s390x/
A Dmemop.c36 uint64_t set_flags; member
99 ksmo.flags = desc->set_flags; in ksmo_from_desc()
219 #define SET_FLAGS(f) ._set_flags = 1, .set_flags = (f)
/linux-6.3-rc2/drivers/usb/gadget/udc/aspeed-vhub/
A Dhub.c497 u16 set_flags, in ast_vhub_change_port_stat() argument
505 p->status = (prev & ~clr_flags) | set_flags; in ast_vhub_change_port_stat()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_ethtool.c2117 static inline void set_flags(u32 *cur_flags, u32 new_flags, u32 flags) in set_flags() function
2127 set_flags(&adapter->eth_flags, flags, PRIV_FLAGS_ADAP); in cxgb4_set_priv_flags()
2128 set_flags(&pi->eth_flags, flags, PRIV_FLAGS_PORT); in cxgb4_set_priv_flags()
/linux-6.3-rc2/net/wireless/
A Dlib80211_crypt_tkip.c723 .set_flags = lib80211_tkip_set_flags,
/linux-6.3-rc2/include/linux/
A Dblk-mq.h717 unsigned int set_flags);
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/
A Dpm_nl_ctl.c1274 int set_flags(int fd, int pm_family, int argc, char *argv[]) in set_flags() function
1496 return set_flags(fd, pm_family, argc, argv); in main()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_svm.c3684 uint32_t set_flags = 0xffffffff; in kfd_criu_resume_svm() local
3731 set_flags = criu_svm_md->data.attrs[j].value; in kfd_criu_resume_svm()
3755 set_attr[num_attrs].value = ~set_flags; in kfd_criu_resume_svm()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_io.c485 goto set_flags; in qlcnic_tx_pkt()
490 set_flags: in qlcnic_tx_pkt()
/linux-6.3-rc2/block/
A Dblk-mq.c4514 unsigned int set_flags) in blk_mq_alloc_sq_tag_set() argument
4522 set->flags = set_flags; in blk_mq_alloc_sq_tag_set()
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/
A Dipw2100.c7595 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth()
7605 crypt->ops->set_flags(flags, crypt->priv); in ipw2100_wx_set_auth()
A Dipw2200.c6604 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth()
6614 crypt->ops->set_flags(flags, crypt->priv); in ipw_wx_set_auth()

Completed in 129 milliseconds