Searched refs:tf (Results 126 - 150 of 151) sorted by relevance

1234567

/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_gpio.c398 struct trapframe *tf; local
404 tf = curthread->td_intr_frame;
422 if (intr_isrc_dispatch(&tgi->isrc, tf) != 0) {
H A Dtegra_pcie.c560 struct trapframe *tf; local
564 tf = curthread->td_intr_frame;
575 if (intr_isrc_dispatch(&tgi->isrc, tf) != 0) {
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1423 uint32_t tf = OS_REG_READ(ah, AR_TFCNT); local
1440 hsample->tx_busy = tf - ahp->ah_txBusy;
1450 ahp->ah_txBusy = tf;
/freebsd-11-stable/sys/arm64/arm64/
H A Dgicv3_its.c831 struct trapframe *tf; local
839 tf = curthread->td_intr_frame;
840 intr_isrc_dispatch(&girq->gi_isrc, tf);
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_core.c2794 core_intr(int cpu, struct trapframe *tf) argument
2802 PMCDBG3(MDP,INT, 1, "cpu=%d tf=0x%p um=%d", cpu, (void *) tf,
2803 TRAPF_USERMODE(tf));
2822 error = pmc_process_interrupt(cpu, PMC_HR, pm, tf,
2823 TRAPF_USERMODE(tf));
2853 core2_intr(int cpu, struct trapframe *tf) argument
2861 PMCDBG3(MDP,INT, 1, "cpu=%d tf=0x%p um=%d", cpu, (void *) tf,
2862 TRAPF_USERMODE(tf));
[all...]
H A Dhwpmc_xscale.c500 xscale_intr(int cpu, struct trapframe *tf) argument
H A Dhwpmc_mod.c189 static void pmc_capture_user_callchain(int cpu, int soft, struct trapframe *tf);
4100 pmc_process_interrupt(int cpu, int ring, struct pmc *pm, struct trapframe *tf, argument
4119 PMCDBG6(SAM,INT,1,"(spc) cpu=%d pm=%p tf=%p um=%d wr=%d rd=%d",
4120 cpu, pm, (void *) tf, inuserspace,
4130 PMCDBG6(SAM,INT,1,"cpu=%d pm=%p tf=%p um=%d wr=%d rd=%d", cpu, pm,
4131 (void *) tf, inuserspace,
4154 ps->ps_pc[0] = PMC_TRAPFRAME_TO_PC(tf);
4163 callchaindepth, tf);
4194 pmc_capture_user_callchain(int cpu, int ring, struct trapframe *tf) argument
4253 pmc_callchaindepth, tf);
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Dfp-bit.h142 # define PREFIXSFDF tf
/freebsd-11-stable/sys/arm/arm/
H A Dgic.c844 struct trapframe *tf; local
876 tf = curthread->td_intr_frame;
887 intr_ipi_dispatch(sgi_to_ipi[gi->gi_irq], tf);
903 if (intr_isrc_dispatch(&gi->gi_isrc, tf) != 0) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c523 fasttrap_return_probe(struct trapframe *tf) argument
/freebsd-11-stable/gnu/lib/libgcc/
H A DMakefile65 .for mode in sf df xf tf
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c140 struct trapframe *tf = td->td_frame; local
142 if ((tf->tf_eflags & (PSL_Z|PSL_PF|PSL_N|PSL_V))
/freebsd-11-stable/sys/teken/
H A Dteken.c150 teken_init(teken_t *t, const teken_funcs_t *tf, void *softc) argument
154 t->t_funcs = tf;
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh907 (tf) theirs-full - accept new version of entire file (lose local changes)
940 tf)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp856 TransferFunctions tf(vals, cfg, block, ac, classification, handler);
859 tf.Visit(const_cast<Stmt *>(cs->getStmt()));
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl411 .rotf bj[8],mj[2],tf[2],alo[10],ahi[10],nlo[10],nhi[10]
448 fcvt.fxu tf[1]=f0
501 (p16) xma.hu ahi[0]=ai0,bj[7],tf[1] // ap[0]*b[i]+t[0]
504 (p16) xma.lu alo[0]=ai0,bj[7],tf[1]
627 { .mfi; (p16) setf.sig tf[0]=t0 // 26:
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1081 u_int32_t tf, rf, rc, cc; local
1083 tf = OS_REG_READ(ah, AR_TFCNT);
1089 "AR_TFCNT Diff= 0x%x\n", tf - ahp->last_tf);
1097 ahp->last_tf = tf;
1583 u_int32_t tf = OS_REG_READ(ah, AR_TFCNT); local
1599 u_int32_t tf_d = tf - ahp->ah_tx_frame;
1613 ahp->ah_tx_frame = tf;
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.h519 tfont *tf; member in class:special_node
/freebsd-11-stable/contrib/gcc/
H A Dsched-rgn.c1382 int tf = prob[trg], cf = prob[i];
1385 sp->src_prob = (tf ? ((cf * REG_BR_PROB_BASE) / tf) : 0);
1381 int tf = prob[trg], cf = prob[i]; local
H A Dgimplify.c6405 tree tf, x, bind;
6407 tf = build2 (TRY_FINALLY_EXPR, void_type_node, NULL, NULL);
6408 TREE_SIDE_EFFECTS (tf) = 1;
6410 append_to_statement_list (x, &TREE_OPERAND (tf, 0));
6413 append_to_statement_list (x, &TREE_OPERAND (tf, 1));
6420 append_to_statement_list (tf, &BIND_EXPR_BODY (bind));
6403 tree tf, x, bind; local
H A Dmklibgcc.in78 for mode in sf df xf tf; do
H A Dexpr.c4752 tree tf = TREE_TYPE (f);
4755 && TREE_CODE (tf) == ARRAY_TYPE
4756 && TYPE_DOMAIN (tf)
4757 && TYPE_MIN_VALUE (TYPE_DOMAIN (tf))
4758 && integer_zerop (TYPE_MIN_VALUE (TYPE_DOMAIN (tf)))
4759 && !TYPE_MAX_VALUE (TYPE_DOMAIN (tf))
4739 tree tf = TREE_TYPE (f); local
H A Dgcc.c1813 static const char tf[] = "--traditional-format ";
1814 obstack_grow (&obstack, tf, sizeof(tf) - 1);
1804 static const char tf[] = "--traditional-format "; local
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmips-tdep.c1052 int tf = itype_rt (inst) & 0x01; local
1059 if (((cond >> cnum) & 0x01) == tf)
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h897 tf:1, member in struct:sli4_port_state_s

Completed in 315 milliseconds

1234567