Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dvm86_32.c85 #define set_flags(X, new, mask) \ macro
143 set_flags(regs->pt.flags, VEFLAGS, X86_EFLAGS_VIF | current->thread.v86mask); in save_v86_state()
406 set_flags(VEFLAGS, flags, current->thread.v86mask); in set_vflags_long()
407 set_flags(regs->pt.flags, flags, SAFE_MASK); in set_vflags_long()
416 set_flags(VFLAGS, flags, current->thread.v86mask); in set_vflags_short()
417 set_flags(regs->pt.flags, flags, SAFE_MASK); in set_vflags_short()
Dptrace.c398 static int set_flags(struct task_struct *task, unsigned long value) in set_flags() function
430 return set_flags(child, value); in putreg()
1025 return set_flags(child, value); in putreg32()
/linux-3.4.99/arch/arm/mach-msm/
Dclock.h42 int (*set_flags)(unsigned id, unsigned flags); member
Dclock-pcom.c133 .set_flags = pc_clk_set_flags,
Dclock.c128 return clk->ops->set_flags(clk->id, flags); in clk_set_flags()
/linux-3.4.99/drivers/s390/net/
Dqeth_l3.h21 enum qeth_ipa_setdelip_flags set_flags; member
Dqeth_l3_sys.c509 tmpipa->set_flags |= in qeth_l3_dev_ipato_enable_store()
516 if (tmpipa->set_flags & in qeth_l3_dev_ipato_enable_store()
518 tmpipa->set_flags &= in qeth_l3_dev_ipato_enable_store()
Dqeth_l3_main.c265 addr->set_flags |= QETH_IPA_SETIP_TAKEOVER_FLAG; in __qeth_l3_insert_ip_todo()
789 ipaddr->set_flags = QETH_IPA_SETIP_VIPA_FLAG; in qeth_l3_add_vipa()
853 ipaddr->set_flags = QETH_IPA_SETIP_TAKEOVER_FLAG; in qeth_l3_add_rxip()
918 addr->set_flags); in qeth_l3_register_addr_entry()
/linux-3.4.99/include/net/
Dlib80211.h82 unsigned long (*set_flags) (unsigned long flags, void *priv); member
/linux-3.4.99/net/wireless/
Dlib80211_crypt_tkip.c765 .set_flags = lib80211_tkip_set_flags,
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2012 goto set_flags; in qlcnic_tx_pkt()
2017 set_flags: in qlcnic_tx_pkt()
/linux-3.4.99/drivers/net/wireless/ipw2x00/
Dipw2100.c7719 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth()
7729 crypt->ops->set_flags(flags, crypt->priv); in ipw2100_wx_set_auth()
Dipw2200.c6727 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth()
6737 crypt->ops->set_flags(flags, crypt->priv); in ipw_wx_set_auth()