Home
last modified time | relevance | path

Searched refs:STAT (Results 1 – 25 of 32) sorted by relevance

12

/linux/drivers/misc/sgi-gru/
A Dgrukservices.c162 STAT(load_kernel_context); in gru_load_kernel_context()
221 STAT(lock_kernel_context); in gru_lock_kernel_context()
588 STAT(mesq_noop); in send_noop_message()
663 STAT(mesq_qf_locked); in send_message_queue_full()
782 STAT(mesq_page_overflow); in send_message_failure()
804 STAT(mesq_send); in gru_send_message_gpa()
829 STAT(mesq_send_failed); in gru_send_message_gpa()
888 STAT(mesq_receive_none); in gru_get_next_message()
895 STAT(mesq_receive); in gru_get_next_message()
911 STAT(read_gpa); in gru_read_gpa()
[all …]
A Dgrufault.c341 STAT(tlb_preload_page); in gru_preload_tlb()
390 STAT(tfh_stale_on_fault); in gru_try_dropin()
441 STAT(tlb_dropin); in gru_try_dropin()
528 STAT(intr); in gru_intr()
544 STAT(intr_cbr); in gru_intr()
553 STAT(intr_tfh); in gru_intr()
568 STAT(intr_spurious); in gru_intr()
644 STAT(call_os); in gru_handle_user_call_os()
693 STAT(user_exception); in gru_get_exception_detail()
797 STAT(user_flush_tlb); in gru_user_flush_tlb()
[all …]
A Dgrutlbpurge.c160 STAT(flush_tlb); in gru_flush_tlb_range()
166 STAT(flush_tlb_gru); in gru_flush_tlb_range()
171 STAT(flush_tlb_gru_tgh); in gru_flush_tlb_range()
181 STAT(flush_tlb_gru_zero_asid); in gru_flush_tlb_range()
215 STAT(mmu_invalidate_range); in gru_invalidate_range_start()
245 STAT(gms_alloc); in gru_alloc_notifier()
255 STAT(gms_free); in gru_free_notifier()
A Dgrumain.c87 STAT(asid_wrap); in gru_wrap_asid()
98 STAT(asid_next); in gru_reset_asid_limit()
241 STAT(asid_new); in gru_load_mm_tracker()
243 STAT(asid_reuse); in gru_load_mm_tracker()
289 STAT(gts_free); in gts_drop()
324 STAT(gts_alloc); in gru_alloc_gts()
367 STAT(vdata_alloc); in gru_alloc_vma_data()
442 STAT(free_context); in gru_free_gru_context()
895 STAT(assign_context); in gru_assign_gru_context()
926 STAT(nopfn); in gru_fault()
[all …]
/linux/Documentation/userspace-api/media/dvb/
A Dfrontend-stat-properties.rst53 .. _DTV-STAT-SIGNAL-STRENGTH:
73 .. _DTV-STAT-CNR:
91 .. _DTV-STAT-PRE-ERROR-BIT-COUNT:
120 .. _DTV-STAT-PRE-TOTAL-BIT-COUNT:
127 :ref:`DTV_STAT_PRE_ERROR_BIT_COUNT <DTV-STAT-PRE-ERROR-BIT-COUNT>`
148 .. _DTV-STAT-POST-ERROR-BIT-COUNT:
177 .. _DTV-STAT-POST-TOTAL-BIT-COUNT:
205 .. _DTV-STAT-ERROR-BLOCK-COUNT:
226 .. _DTV-STAT-TOTAL-BLOCK-COUNT:
232 :ref:`DTV_STAT_ERROR_BLOCK_COUNT <DTV-STAT-ERROR-BLOCK-COUNT>`
[all …]
/linux/drivers/scsi/arm/
A Dcumana_1.c40 #define STAT 0x2004 macro
59 status = readb(base + STAT); in cumanascsi_pwrite()
83 status = readb(base + STAT); in cumanascsi_pwrite()
93 status = readb(base + STAT); in cumanascsi_pwrite()
125 status = readb(base + STAT); in cumanascsi_pread()
149 status = readb(base + STAT); in cumanascsi_pread()
159 status = readb(base + STAT); in cumanascsi_pread()
A Doak.c38 #define STAT ((128 + 16) << 2) macro
51 while (((status = readw(base + STAT)) & 0x100)==0); in oakscsi_pwrite()
69 while (((status = readw(base + STAT)) & 0x100)==0) in oakscsi_pread()
98 #undef STAT
/linux/arch/ia64/kernel/
A Dunwind.c71 # define STAT(x...) x macro
73 # define STAT(x...) macro
1234 STAT(++unw.stat.cache.lookups); in script_lookup()
1240 STAT(++unw.stat.cache.hinted_hits); in script_lookup()
1252 STAT(++unw.stat.cache.normal_hits); in script_lookup()
1273 STAT(++unw.stat.script.news); in script_new()
1561 STAT(parse_start = ia64_get_itc()); in build_script()
1700 STAT(parse_start = ia64_get_itc()); in build_script()
1725 STAT(unsigned long start;) in run_script()
1887 STAT(unsigned long start, flags;) in unw_unwind()
[all …]
/linux/drivers/atm/
A Dnicstar.c431 data = readl(card->membase + STAT); in ns_init_card()
433 writel(NS_STAT_TMROF, card->membase + STAT); in ns_init_card()
462 writel(NS_STAT_SFBQF, card->membase + STAT); in ns_init_card()
971 stat = readl(card->membase + STAT); in push_rxbufs()
1075 stat_r = readl(card->membase + STAT); in ns_irq_handler()
1446 stat = readl(card->membase + STAT); in ns_close()
1555 stat = readl(card->membase + STAT); in ns_close()
1993 stat = readl(card->membase + STAT); in dequeue_rx()
2419 stat = readl(card->membase + STAT); in ns_proc_read()
2715 stat_r = readl(card->membase + STAT); in ns_poll()
[all …]
A Dnicstarmac.c110 while ( readl(bs + STAT) & 0x0200 ) ; \
/linux/Documentation/trace/postprocess/
A Dtrace-pagealloc-postprocess.pl140 if (open(STAT, "/proc/$pid/stat")) {
141 $statline = <STAT>;
142 close(STAT);
A Dtrace-vmscan-postprocess.pl233 if (open(STAT, "/proc/$pid/stat")) {
234 $statline = <STAT>;
235 close(STAT);
/linux/drivers/char/tpm/
A Dtpm_infineon.c106 STAT = 0x02, enumerator
173 status = tpm_data_in(STAT); in empty_fifo()
186 status = tpm_data_in(STAT); in wait()
367 return tpm_data_in(STAT); in tpm_inf_status()
/linux/Documentation/driver-api/media/
A Ddtv-frontend.rst212 Signal strength (:ref:`DTV-STAT-SIGNAL-STRENGTH`)
232 Carrier Signal to Noise ratio (:ref:`DTV-STAT-CNR`)
246 Bit counts post-FEC (:ref:`DTV-STAT-POST-ERROR-BIT-COUNT` and :ref:`DTV-STAT-POST-TOTAL-BIT-COUNT`)
255 Bit counts pre-FEC (:ref:`DTV-STAT-PRE-ERROR-BIT-COUNT` and :ref:`DTV-STAT-PRE-TOTAL-BIT-COUNT`)
265 Block counts (:ref:`DTV-STAT-ERROR-BLOCK-COUNT` and :ref:`DTV-STAT-TOTAL-BLOCK-COUNT`)
/linux/drivers/mmc/host/
A Domap.c480 OMAP_MMC_WRITE(host, STAT, 0xFFFF); in mmc_omap_send_abort()
485 stat = OMAP_MMC_READ(host, STAT); in mmc_omap_send_abort()
495 OMAP_MMC_WRITE(host, STAT, stat); in mmc_omap_send_abort()
728 status = OMAP_MMC_READ(host, STAT); in mmc_omap_irq()
732 OMAP_MMC_WRITE(host, STAT, status); in mmc_omap_irq()
743 while ((status = OMAP_MMC_READ(host, STAT)) != 0) { in mmc_omap_irq()
746 OMAP_MMC_WRITE(host, STAT, status); in mmc_omap_irq()
1208 OMAP_MMC_WRITE(host, STAT, 0xffff); in mmc_omap_set_ios()
1210 while (usecs > 0 && (OMAP_MMC_READ(host, STAT) & 1) == 0) { in mmc_omap_set_ios()
1214 OMAP_MMC_WRITE(host, STAT, 1); in mmc_omap_set_ios()
A Domap_hsmmc.c494 OMAP_HSMMC_WRITE(host->base, STAT, STAT_CLEAR); in omap_hsmmc_enable_irq()
515 OMAP_HSMMC_WRITE(host->base, STAT, STAT_CLEAR); in omap_hsmmc_disable_irq()
674 OMAP_HSMMC_WRITE(host->base, STAT, STAT_CLEAR); in omap_hsmmc_context_restore()
729 reg = OMAP_HSMMC_READ(host->base, STAT) & CC_EN; in send_init_stream()
734 OMAP_HSMMC_WRITE(host->base, STAT, STAT_CLEAR); in send_init_stream()
735 OMAP_HSMMC_READ(host->base, STAT); in send_init_stream()
1056 OMAP_HSMMC_WRITE(host->base, STAT, status); in omap_hsmmc_do_irq()
1071 status = OMAP_HSMMC_READ(host->base, STAT); in omap_hsmmc_irq()
1080 status = OMAP_HSMMC_READ(host->base, STAT); in omap_hsmmc_irq()
2052 OMAP_HSMMC_WRITE(host->base, STAT, STAT_CLEAR); in omap_hsmmc_suspend()
[all …]
/linux/drivers/gpu/drm/vc4/
A Dvc4_dsi.c705 DSI_PORT_WRITE(STAT, stat_ulps); in vc4_dsi_ulps()
707 ret = wait_for((DSI_PORT_READ(STAT) & stat_ulps) == stat_ulps, 200); in vc4_dsi_ulps()
711 DSI_PORT_READ(STAT)); in vc4_dsi_ulps()
724 DSI_PORT_WRITE(STAT, stat_stop); in vc4_dsi_ulps()
726 ret = wait_for((DSI_PORT_READ(STAT) & stat_stop) == stat_stop, 200); in vc4_dsi_ulps()
730 DSI_PORT_READ(STAT)); in vc4_dsi_ulps()
882 DSI_PORT_WRITE(STAT, DSI_PORT_READ(STAT)); in vc4_dsi_encoder_enable()
/linux/drivers/char/xilinx_hwicap/
A Dxilinx_hwicap.c128 .STAT = 7,
153 .STAT = 7,
178 .STAT = 7,
203 .STAT = 7,
A Dxilinx_hwicap.h132 u32 STAT; member
/linux/arch/arm/include/debug/
A Dasm9260.S25 1002: ldr \rd, [\rx, #0x60] @ STAT
/linux/Documentation/devicetree/bindings/mailbox/
A Damlogic,meson-gxbb-mhu.yaml19 STAT register and the remote clears it after having read the data.
A Darm,mhu.yaml17 by the remote. This driver assumes the sender polls STAT register and the
/linux/arch/arm/mach-rpc/
A Dirq.c12 #define STAT 0x00 macro
/linux/tools/perf/Documentation/
A Dperf-kvm.txt101 STAT REPORT OPTIONS
117 STAT LIVE OPTIONS
A Dperf-stat.txt28 See STAT RECORD.
31 See STAT REPORT.
358 STAT RECORD
366 STAT REPORT

Completed in 44 milliseconds

12