Home
last modified time | relevance | path

Searched refs:cfm (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/arch/ia64/kernel/
Dcrash.c60 unsigned long cfm, sof, sol; in crash_save_this_cpu() local
70 cfm = dst[43]; in crash_save_this_cpu()
71 sol = (cfm >> 7) & 0x7f; in crash_save_this_cpu()
72 sof = cfm & 0x7f; in crash_save_this_cpu()
Dptrace.c317 unsigned long cfm, *urbs_kargs; in put_rnat() local
329 cfm = pt->cr_ifs; in put_rnat()
330 urbs_kargs = ia64_rse_skip_regs(urbs_end, -(cfm & 0x7f)); in put_rnat()
510 unsigned long *krbs, *bspstore, cfm = pt->cr_ifs; in ia64_get_user_rbs_end() local
518 ndirty += (cfm & 0x7f); in ia64_get_user_rbs_end()
520 cfm &= ~(1UL << 63); /* clear valid bit */ in ia64_get_user_rbs_end()
523 *cfmp = cfm; in ia64_get_user_rbs_end()
724 unsigned long cfm) in convert_to_non_syscall() argument
765 pt->cr_ifs = (1UL << 63) | cfm; in convert_to_non_syscall()
824 unsigned long psr, ec, lc, rnat, bsp, cfm, nat_bits, val; in ptrace_getregs() local
[all …]
Dsignal.c45 unsigned long ip, flags, nat, um, cfm, rsc; in restore_sigcontext() local
55 err |= __get_user(cfm, &sc->sc_cfm); in restore_sigcontext()
69 scr->pt.cr_ifs = cfm | (1UL << 63); in restore_sigcontext()
227 unsigned long flags = 0, ifs, cfm, nat; in setup_sigcontext() local
237 cfm = ifs & ((1UL << 38) - 1); in setup_sigcontext()
249 err |= __put_user(cfm, &sc->sc_cfm); in setup_sigcontext()
Dkprobes.c1015 unsigned long cfm; member
1029 unw_get_cfm(info, (unsigned long*)&lp->cfm); in ia64_get_bsp_cfm()
1034 lp->cfm = 0; in ia64_get_bsp_cfm()
1060 bytes = (char *)ia64_rse_skip_regs(pa.bsp, pa.cfm & 0x3f) in setjmp_pre_handler()
1066 kcb->cfm = pa.cfm; in setjmp_pre_handler()
1100 bytes = (char *)ia64_rse_skip_regs(kcb->bsp, kcb->cfm & 0x3f) in longjmp_break_handler()
Dprocess.c445 unsigned long mask, sp, nat_bits = 0, ar_rnat, urbs_end, cfm; in do_copy_task_regs() local
460 urbs_end = ia64_get_user_rbs_end(task, pt, &cfm); in do_copy_task_regs()
494 dst[43] = cfm; in do_copy_task_regs()
/linux-4.4.14/Documentation/hwmon/
Dlm9049 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3497
54 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3497
59 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3500
64 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3497
69 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2578
74 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2578
79 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2578
85 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3370
91 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3370
96 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3500
Dlm9218 Datasheet: http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3074
/linux-4.4.14/drivers/net/fddi/skfp/
DMakefile7 skfp-objs := skfddi.o hwmtm.o fplustm.o smt.o cfm.o \
Dsmtinit.c116 cfm(smc,0) ; /* CFM state machine */ in init_smt()
Dqueue.c87 cfm(smc,(int)ev->event) ; in ev_dispatcher()
Dcfm.c213 void cfm(struct s_smc *smc, int event) in cfm() function
/linux-4.4.14/arch/ia64/include/asm/
Dkprobes.h83 unsigned long cfm; member
/linux-4.4.14/arch/ia64/include/uapi/asm/
Dptrace.h211 unsigned long cfm; member
/linux-4.4.14/net/bluetooth/
Dsmp.c1457 struct smp_cmd_pairing_confirm cfm; in sc_passkey_send_confirm() local
1466 cfm.confirm_val)) in sc_passkey_send_confirm()
1469 smp_send_cmd(conn, SMP_CMD_PAIRING_CONFIRM, sizeof(cfm), &cfm); in sc_passkey_send_confirm()
1479 u8 cfm[16], r; in sc_passkey_round() local
1491 smp->rrnd, r, cfm)) in sc_passkey_round()
1494 if (memcmp(smp->pcnf, cfm, 16)) in sc_passkey_round()
2136 u8 cfm[16]; in smp_cmd_pairing_random() local
2139 smp->rrnd, 0, cfm); in smp_cmd_pairing_random()
2143 if (memcmp(smp->pcnf, cfm, 16)) in smp_cmd_pairing_random()
2608 struct smp_cmd_pairing_confirm cfm; in smp_cmd_public_key() local
[all …]
Dl2cap_core.c4552 struct l2cap_move_chan_cfm cfm; in l2cap_send_move_chan_cfm() local
4558 cfm.icid = cpu_to_le16(chan->scid); in l2cap_send_move_chan_cfm()
4559 cfm.result = cpu_to_le16(result); in l2cap_send_move_chan_cfm()
4562 sizeof(cfm), &cfm); in l2cap_send_move_chan_cfm()
4569 struct l2cap_move_chan_cfm cfm; in l2cap_send_move_chan_cfm_icid() local
4573 cfm.icid = cpu_to_le16(icid); in l2cap_send_move_chan_cfm_icid()
4574 cfm.result = cpu_to_le16(L2CAP_MC_UNCONFIRMED); in l2cap_send_move_chan_cfm_icid()
4577 sizeof(cfm), &cfm); in l2cap_send_move_chan_cfm_icid()
5111 struct l2cap_move_chan_cfm *cfm = data; in l2cap_move_channel_confirm() local
5115 if (cmd_len != sizeof(*cfm)) in l2cap_move_channel_confirm()
[all …]
/linux-4.4.14/drivers/net/fddi/skfp/h/
Dcmtdef.h501 void cfm(struct s_smc *smc, int event);
/linux-4.4.14/Documentation/RCU/
DRTFP.txt234 http://portal.acm.org/citation.cfm?id=320619&dl=GUIDE,
2114 http://portal.acm.org/citation.cfm?doid=1400097.1400099
2483 http://portal.acm.org/citation.cfm?id=1842733.1842750
2627 ,url = {http://dl.acm.org/citation.cfm?id=2075416.2075425}