HomeSort by: relevance | last modified time | path
    Searched defs:hwc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pmu.c 53 struct hw_perf_event *hwc = &event->hw; local in function:amdgpu_perf_event_init
60 hwc->config = event->attr.config;
68 struct hw_perf_event *hwc = &event->hw; local in function:amdgpu_perf_start
73 if (WARN_ON_ONCE(!(hwc->state & PERF_HES_STOPPED)))
76 WARN_ON_ONCE(!(hwc->state & PERF_HES_UPTODATE));
77 hwc->state = 0;
82 pe->adev->df.funcs->pmc_start(pe->adev, hwc->config, 1);
84 pe->adev->df.funcs->pmc_start(pe->adev, hwc->config, 0);
97 struct hw_perf_event *hwc = &event->hw; local in function:amdgpu_perf_read
105 prev = local64_read(&hwc->prev_count)
124 struct hw_perf_event *hwc = &event->hw; local in function:amdgpu_perf_stop
153 struct hw_perf_event *hwc = &event->hw; local in function:amdgpu_perf_add
184 struct hw_perf_event *hwc = &event->hw; local in function:amdgpu_perf_del
    [all...]
  /src/sys/arch/amiga/dev/
grf_cv3d.c 1796 volatile void *hwc; local in function:cv3d_setup_hwc
1800 cv3d_cursor_on = 0; /* don't enable hwc in text modes */
1816 hwc = ba + CRT_ADDRESS_W;
1817 *hwc = 0;
1818 *hwc = 0;
1831 *hwc = 1;
1835 *hwc = 0xff;
1836 *hwc = 0xff;
1859 * This was the reason why you shouldn't use the HWC in the Kernel:(
2048 volatile void *hwc; local in function:cv3d_setspriteinfo
    [all...]
grf_cv.c 1934 volatile char *hwc; local in function:cv_setup_hwc
1938 cv_cursor_on = 0; /* don't enable hwc in text modes */
1954 hwc = (volatile char*)ba + CRT_ADDRESS_W;
1955 *hwc = 0;
1956 *hwc = 0;
1969 *hwc = 1;
1973 *hwc = 0xff;
1974 *hwc = 0xff;
1997 * This was the reason why you shouldn't use the HWC in the Kernel:(
2196 volatile char *hwc; local in function:cv_setspriteinfo
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_pmu.c 626 struct hw_perf_event *hwc = &event->hw; local in function:i915_pmu_event_read
630 prev = local64_read(&hwc->prev_count);
633 if (local64_cmpxchg(&hwc->prev_count, prev, new) != prev)

Completed in 61 milliseconds