Home
last modified time | relevance | path

Searched refs:tf (Results 126 – 150 of 163) sorted by relevance

1234567

/freebsd/sys/powerpc/powerpc/
H A Dpic_if.m70 struct trapframe *tf;
H A Dintr_machdep.c632 powerpc_dispatch_intr(u_int vector, struct trapframe *tf) in powerpc_dispatch_intr() argument
653 if (intr_event_handle(ie, tf) != 0) { in powerpc_dispatch_intr()
/freebsd/contrib/sendmail/src/
H A Dqueue.c365 char tf[MAXPATHLEN]; local
388 (void) sm_strlcpy(tf, queuename(e, NEWQFL_LETTER), sizeof(tf));
398 (void) sm_strlcpy(tf, queuename(e, ANYQFL_LETTER), sizeof(tf));
413 tf, (long) geteuid(), tfd, (void *)tfp);
436 tf, (long) geteuid(),
450 if (lockfile(tfd, tf, NULL, LOCK_EX|LOCK_NB))
457 tf, sm_errstring(errno));
482 tf, (long) geteuid());
917 if (rename(tf, qf) < 0)
919 tf, qf, (long) geteuid());
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp856 TransferFunctions tf(vals, cfg, block, ac, classification, handler); in runOnBlock() local
859 tf.Visit(const_cast<Stmt *>(cs->getStmt())); in runOnBlock()
864 tf.Visit(as); in runOnBlock()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c203 struct trapframe *tf);
215 struct trapframe *tf);
4616 inuserspace = TRAPF_USERMODE(tf); in pmc_add_sample()
4623 cpu, pm, tf, inuserspace, in pmc_add_sample()
4651 ps->ps_pc[0] = PMC_TRAPFRAME_TO_PC(tf); in pmc_add_sample()
4659 callchaindepth, tf); in pmc_add_sample()
4700 (td->td_proc->p_flag & P_KPROC) == 0 && !TRAPF_USERMODE(tf)) { in pmc_process_interrupt()
4702 return (pmc_add_sample(PMC_UR, pm, tf)); in pmc_process_interrupt()
4704 return (pmc_add_sample(ring, pm, tf)); in pmc_process_interrupt()
4713 pmc_capture_user_callchain(int cpu, int ring, struct trapframe *tf) in pmc_capture_user_callchain() argument
[all …]
H A Dhwpmc_cmn600.c641 cmn600_pmu_intr(struct trapframe *tf, int unit, int i) in cmn600_pmu_intr() argument
670 error = pmc_process_interrupt(PMC_HR, pm, tf); in cmn600_pmu_intr()
H A Dhwpmc_dmc620.c506 dmc620_intr(struct trapframe *tf, int class, int unit, int i) in dmc620_intr() argument
536 error = pmc_process_interrupt(PMC_HR, pm, tf); in dmc620_intr()
/freebsd/sys/powerpc/powernv/
H A Dxive.c496 xive_dispatch(device_t dev, struct trapframe *tf) in xive_dispatch() argument
537 powerpc_dispatch_intr(vector, tf); in xive_dispatch()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1422 uint32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar5212GetMibCycleCounts() local
1439 hsample->tx_busy = tf - ahp->ah_txBusy; in ar5212GetMibCycleCounts()
1449 ahp->ah_txBusy = tf; in ar5212GetMibCycleCounts()
/freebsd/sys/arm/arm/
H A Dgic.c540 struct trapframe *tf; in arm_gic_intr() local
571 tf = curthread->td_intr_frame; in arm_gic_intr()
597 if (intr_isrc_dispatch(&gi->gi_isrc, tf) != 0) { in arm_gic_intr()
/freebsd/sys/arm64/rockchip/
H A Drk_gpio.c208 struct trapframe *tf = curthread->td_intr_frame; in rk_gpio_intr() local
220 if (intr_isrc_dispatch(RK_GPIO_ISRC(sc, pin), tf)) { in rk_gpio_intr()
/freebsd/contrib/file/magic/Magdir/
H A Dxenix15 # URL: http://www.polarhome.com/service/man/?qf=86rel&tf=2&of=Xenix
/freebsd/sys/teken/
H A Dteken.c179 teken_init(teken_t *t, const teken_funcs_t *tf, void *softc) in teken_init() argument
183 t->t_funcs = tf; in teken_init()
/freebsd/usr.sbin/etcupdate/
H A Detcupdate.sh957 (tf) theirs-full - accept new version of entire file (lose local changes)
990 tf)
/freebsd/sys/riscv/riscv/
H A Dtrap.c77 void intr_irq_handler(struct trapframe *tf);
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1100 u_int32_t tf, rf, rc, cc; in ar9300_print_reg() local
1102 tf = OS_REG_READ(ah, AR_TFCNT); in ar9300_print_reg()
1108 "AR_TFCNT Diff= 0x%x\n", tf - ahp->last_tf); in ar9300_print_reg()
1116 ahp->last_tf = tf; in ar9300_print_reg()
1606 u_int32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar9300_get_mib_cycle_counts_pct() local
1622 u_int32_t tf_d = tf - ahp->ah_tx_frame; in ar9300_get_mib_cycle_counts_pct()
1636 ahp->ah_tx_frame = tf; in ar9300_get_mib_cycle_counts_pct()
/freebsd/sys/arm/nvidia/
H A Dtegra_pcie.c610 struct trapframe *tf; in tegra_pcib_msi_intr() local
614 tf = curthread->td_intr_frame; in tegra_pcib_msi_intr()
625 if (intr_isrc_dispatch(&tgi->isrc, tf) != 0) { in tegra_pcib_msi_intr()
/freebsd/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c531 fasttrap_return_probe(struct trapframe *tf) in fasttrap_return_probe() argument
/freebsd/sys/arm64/arm64/
H A Dgic_v3.c597 struct trapframe *tf; in arm_gic_v3_intr() local
627 tf = curthread->td_intr_frame; in arm_gic_v3_intr()
643 if (intr_isrc_dispatch(&gi->gi_isrc, tf) != 0) { in arm_gic_v3_intr()
/freebsd/sys/arm64/vmm/
H A Dvmm.c1645 if ((hypctx->tf.tf_esr & ESR_ELx_ISS_MASK) != 0) in vm_handle_smccc_call()
1649 vme->u.smccc_call.func_id = hypctx->tf.tf_x[0]; in vm_handle_smccc_call()
1651 vme->u.smccc_call.args[i] = hypctx->tf.tf_x[i + 1]; in vm_handle_smccc_call()
/freebsd/stand/i386/libi386/
H A Dvidconsole.c63 static teken_funcs_t tf = { variable
923 gfx_state.tg_functions = &tf; in cons_update_mode()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td328 // abs.[ds], abs.ps, bc1[tf]l?, mov[tf].[ds], mov[tf], mov.[ds], [cm][ft]c1,
H A DMicroMipsInstrFormats.td801 class BC1F_FM_MM<bits<5> tf> : MMArch {
808 let Inst{25-21} = tf;
/freebsd/stand/efi/libefi/
H A Defi_console.c77 static teken_funcs_t tf = { variable
968 gfx_state.tg_functions = &tf; in cons_update_mode()
/freebsd/sys/arm64/include/
H A Dcmn600_reg.h46 int cmn600_pmu_intr_cb(void *arg, int (*handler)(struct trapframe *tf,

1234567