Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dvm86_32.c87 #define set_flags(X, new, mask) \ macro
145 set_flags(regs->pt.flags, VEFLAGS, X86_EFLAGS_VIF | current->thread.v86mask); in save_v86_state()
398 set_flags(VEFLAGS, flags, current->thread.v86mask); in set_vflags_long()
399 set_flags(regs->pt.flags, flags, SAFE_MASK); in set_vflags_long()
408 set_flags(VFLAGS, flags, current->thread.v86mask); in set_vflags_short()
409 set_flags(regs->pt.flags, flags, SAFE_MASK); in set_vflags_short()
Dptrace.c394 static int set_flags(struct task_struct *task, unsigned long value) in set_flags() function
426 return set_flags(child, value); in putreg()
987 return set_flags(child, value); in putreg32()
/linux-4.1.27/drivers/s390/net/
Dqeth_l3.h19 enum qeth_ipa_setdelip_flags set_flags; member
Dqeth_l3_sys.c390 tmpipa->set_flags |= in qeth_l3_dev_ipato_enable_store()
397 if (tmpipa->set_flags & in qeth_l3_dev_ipato_enable_store()
399 tmpipa->set_flags &= in qeth_l3_dev_ipato_enable_store()
Dqeth_l3_main.c263 addr->set_flags |= QETH_IPA_SETIP_TAKEOVER_FLAG; in __qeth_l3_insert_ip_todo()
796 ipaddr->set_flags = QETH_IPA_SETIP_VIPA_FLAG; in qeth_l3_add_vipa()
861 ipaddr->set_flags = QETH_IPA_SETIP_TAKEOVER_FLAG; in qeth_l3_add_rxip()
927 addr->set_flags); in qeth_l3_register_addr_entry()
/linux-4.1.27/include/net/
Dlib80211.h79 unsigned long (*set_flags) (unsigned long flags, void *priv); member
/linux-4.1.27/net/wireless/
Dlib80211_crypt_tkip.c747 .set_flags = lib80211_tkip_set_flags,
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c484 goto set_flags; in qlcnic_tx_pkt()
489 set_flags: in qlcnic_tx_pkt()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2100.c7642 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth()
7652 crypt->ops->set_flags(flags, crypt->priv); in ipw2100_wx_set_auth()
Dipw2200.c6644 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth()
6654 crypt->ops->set_flags(flags, crypt->priv); in ipw_wx_set_auth()