Home
last modified time | relevance | path

Searched refs:tf (Results 101 – 125 of 163) sorted by relevance

1234567

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrFormats.td782 class BC1F_FM<bit nd, bit tf> : StdArch {
792 let Inst{16} = tf;
832 class CMov_F_I_FM<bit tf> : StdArch {
843 let Inst{16} = tf;
849 class CMov_F_F_FM<bits<5> fmt, bit tf> : StdArch {
860 let Inst{16} = tf;
/freebsd/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c919 fasttrap_pid_probe(struct trapframe *tf) in fasttrap_pid_probe() argument
933 fill_frame_regs(tf, &reg); in fasttrap_pid_probe()
1021 tf->tf_rip = pc; in fasttrap_pid_probe()
1023 tf->tf_eip = pc; in fasttrap_pid_probe()
1733 fasttrap_return_probe(struct trapframe *tf) in fasttrap_return_probe() argument
1740 fill_frame_regs(tf, &reg); in fasttrap_return_probe()
/freebsd/sys/powerpc/booke/
H A Dspe.c100 struct trapframe *tf; in enable_vec() local
103 tf = trapframe(td); in enable_vec()
118 tf->srr1 |= PSL_VEC; in enable_vec()
/freebsd/sys/powerpc/mpc85xx/
H A Datpic.c251 atpic_dispatch(device_t dev, struct trapframe *tf) in atpic_dispatch() argument
271 powerpc_dispatch_intr(sc->sc_vector[irq & 0x0f], tf); in atpic_dispatch()
/freebsd/share/timedef/
H A Dhu_HU.ISO8859-2.src45 h�tf
H A Dhu_HU.UTF-8.src45tfő
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_powerpc.h109 int powerpc_pmc_intr(struct trapframe *tf);
H A Dhwpmc_armv7.c315 armv7_intr(struct trapframe *tf) in armv7_intr() argument
356 error = pmc_process_interrupt(PMC_HR, pm, tf); in armv7_intr()
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c1418 tf = flags; in mpt_execute_req_a64()
1433 tf |= MPI_SGE_FLAGS_LAST_ELEMENT; in mpt_execute_req_a64()
1439 MPI_pSGE_SET_FLAGS(se, tf); in mpt_execute_req_a64()
1538 tf = flags; in mpt_execute_req_a64()
1562 MPI_pSGE_SET_FLAGS(se, tf); in mpt_execute_req_a64()
1809 uint32_t tf; in mpt_execute_req() local
1815 tf = flags; in mpt_execute_req()
1823 MPI_pSGE_SET_FLAGS(se, tf); in mpt_execute_req()
1846 uint32_t tf, cur_off; in mpt_execute_req() local
1926 tf = flags; in mpt_execute_req()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c225 uint32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar5416GetMibCycleCounts() local
242 hsample->tx_busy = tf - ahp->ah_txBusy; in ar5416GetMibCycleCounts()
252 ahp->ah_txBusy = tf; in ar5416GetMibCycleCounts()
/freebsd/lib/libc/tests/nss/
H A Dtestutil.h300 int (*tf)(struct ent *, void *), \
304 rv = __##ent##_test_data_foreach(td, tf, mdata); \
/freebsd/sys/teken/demo/
H A Dteken_demo.c58 static teken_funcs_t tf = { variable
309 teken_init(&t, &tf, NULL); in main()
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c66 tf = -1.21486290535849608095514557177691584e-01L, variable
285 r += tf + p; break; in lgammal_r()
/freebsd/crypto/openssh/regress/
H A Dmatch-subsystem.sh12 ${SSHD} -tf $OBJ/sshd_proxy || fatal "$_id: bad config"
/freebsd/sys/dev/xilinx/
H A Dxlnx_pcib.c204 struct trapframe *tf; in xlnx_pcib_handle_msi_intr() local
212 tf = curthread->td_intr_frame; in xlnx_pcib_handle_msi_intr()
226 if (intr_isrc_dispatch(&xi->isrc, tf) != 0) { in xlnx_pcib_handle_msi_intr()
/freebsd/sys/sys/
H A Dintr.h66 typedef int intr_irq_filter_t(void *arg, struct trapframe *tf);
/freebsd/sys/arm/ti/
H A Dti_gpio.c819 struct trapframe *tf; in ti_gpio_intr() local
823 tf = curthread->td_intr_frame; in ti_gpio_intr()
832 if (intr_isrc_dispatch(&tgi->tgi_isrc, tf) != 0) { in ti_gpio_intr()
/freebsd/sys/powerpc/powerpc/
H A Dopenpic.c295 openpic_dispatch(device_t dev, struct trapframe *tf) in openpic_dispatch() argument
310 powerpc_dispatch_intr(vector, tf); in openpic_dispatch()
/freebsd/sys/powerpc/pseries/
H A Dxics.c364 xicp_dispatch(device_t dev, struct trapframe *tf) in xicp_dispatch() argument
423 powerpc_dispatch_intr(sc->intvecs[i].vector, tf); in xicp_dispatch()
/freebsd/lib/msun/ld80/
H A De_lgammal_r.c97 #define tf (tfu.e) macro
319 r += tf + p; break; in lgammal_r()
/freebsd/sys/arm64/vmm/
H A Darm64.h43 struct trapframe tf; member
/freebsd/contrib/wpa/src/rsn_supp/
H A Dtdls.c2814 struct wpa_tdls_frame *tf; in wpa_supplicant_rx_tdls() local
2830 if (len < sizeof(*tf)) { in wpa_supplicant_rx_tdls()
2836 tf = (struct wpa_tdls_frame *) buf; in wpa_supplicant_rx_tdls()
2837 if (tf->payloadtype != 2 /* TDLS_RFTYPE */ || in wpa_supplicant_rx_tdls()
2838 tf->category != WLAN_ACTION_TDLS) { in wpa_supplicant_rx_tdls()
2841 tf->payloadtype, tf->category, tf->action); in wpa_supplicant_rx_tdls()
2845 switch (tf->action) { in wpa_supplicant_rx_tdls()
2864 tf->action); in wpa_supplicant_rx_tdls()
/freebsd/sys/arm/nvidia/
H A Dtegra_gpio.c396 struct trapframe *tf; in tegra_gpio_intr() local
402 tf = curthread->td_intr_frame; in tegra_gpio_intr()
420 if (intr_isrc_dispatch(&tgi->isrc, tf) != 0) { in tegra_gpio_intr()
/freebsd/sys/arm/mv/
H A Dmvebu_gpio.c642 struct trapframe *tf; in mvebu_gpio_intr() local
648 tf = curthread->td_intr_frame; in mvebu_gpio_intr()
662 if (intr_isrc_dispatch(&mgi->isrc, tf) != 0) { in mvebu_gpio_intr()
/freebsd/sys/kern/
H A Dkern_pmc.c73 int __read_mostly (*pmc_intr)(struct trapframe *tf) = NULL;

1234567