| /kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/ |
| D | check_mmap_options.c | 28 static int sizes[] = { variable 64 int item = sizeof(sizes)/sizeof(int); in check_anonymous_memory_mapping() 66 item = sizeof(sizes)/sizeof(int); in check_anonymous_memory_mapping() 69 map_size = sizes[run] + OVERFLOW + UNDERFLOW; in check_anonymous_memory_mapping() 75 mte_initialize_current_context(mode, (uintptr_t)ptr, sizes[run]); in check_anonymous_memory_mapping() 77 ptr = mte_insert_tags((void *)ptr, sizes[run]); in check_anonymous_memory_mapping() 83 result = check_mte_memory(ptr, sizes[run], mode, tag_check); in check_anonymous_memory_mapping() 84 mte_clear_tags((void *)ptr, sizes[run]); in check_anonymous_memory_mapping() 96 int total = sizeof(sizes)/sizeof(int); in check_file_memory_mapping() 105 map_size = sizes[run] + UNDERFLOW + OVERFLOW; in check_file_memory_mapping() [all …]
|
| D | check_buffer_fill.c | 16 static int sizes[] = { variable 35 item = sizeof(sizes)/sizeof(int); in check_buffer_by_byte() 38 ptr = (char *)mte_allocate_memory(sizes[i], mem_type, 0, true); in check_buffer_by_byte() 39 if (check_allocated_memory(ptr, sizes[i], mem_type, true) != KSFT_PASS) in check_buffer_by_byte() 41 mte_initialize_current_context(mode, (uintptr_t)ptr, sizes[i]); in check_buffer_by_byte() 43 for (j = 0; j < sizes[i]; j++) in check_buffer_by_byte() 48 for (j = 0; j < sizes[i] && !err; j++) { in check_buffer_by_byte() 52 mte_free_memory((void *)ptr, sizes[i], mem_type, true); in check_buffer_by_byte() 72 item = sizeof(sizes)/sizeof(int); in check_buffer_underflow_by_byte() 74 ptr = (char *)mte_allocate_memory_tag_range(sizes[i], mem_type, 0, in check_buffer_underflow_by_byte() [all …]
|
| D | check_child_memory.c | 24 static int sizes[] = { variable 88 int item = sizeof(sizes)/sizeof(int); in check_child_memory_mapping() 90 item = sizeof(sizes)/sizeof(int); in check_child_memory_mapping() 93 ptr = (char *)mte_allocate_memory_tag_range(sizes[run], mem_type, mapping, in check_child_memory_mapping() 95 if (check_allocated_memory_range(ptr, sizes[run], mem_type, in check_child_memory_mapping() 98 result = check_child_tag_inheritance(ptr, sizes[run], mode); in check_child_memory_mapping() 99 mte_free_memory_tag_range((void *)ptr, sizes[run], mem_type, UNDERFLOW, OVERFLOW); in check_child_memory_mapping() 110 int total = sizeof(sizes)/sizeof(int); in check_child_file_mapping() 118 map_size = sizes[run] + OVERFLOW + UNDERFLOW; in check_child_file_mapping() 125 mte_initialize_current_context(mode, (uintptr_t)ptr, sizes[run]); in check_child_file_mapping() [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/ |
| D | check_mmap_options.c | 28 static int sizes[] = { variable 64 int item = ARRAY_SIZE(sizes); in check_anonymous_memory_mapping() 68 map_size = sizes[run] + OVERFLOW + UNDERFLOW; in check_anonymous_memory_mapping() 74 mte_initialize_current_context(mode, (uintptr_t)ptr, sizes[run]); in check_anonymous_memory_mapping() 76 ptr = mte_insert_tags((void *)ptr, sizes[run]); in check_anonymous_memory_mapping() 82 result = check_mte_memory(ptr, sizes[run], mode, tag_check); in check_anonymous_memory_mapping() 83 mte_clear_tags((void *)ptr, sizes[run]); in check_anonymous_memory_mapping() 95 int total = ARRAY_SIZE(sizes); in check_file_memory_mapping() 104 map_size = sizes[run] + UNDERFLOW + OVERFLOW; in check_file_memory_mapping() 111 mte_initialize_current_context(mode, (uintptr_t)ptr, sizes[run]); in check_file_memory_mapping() [all …]
|
| D | check_buffer_fill.c | 16 static int sizes[] = { variable 35 item = ARRAY_SIZE(sizes); in check_buffer_by_byte() 38 ptr = (char *)mte_allocate_memory(sizes[i], mem_type, 0, true); in check_buffer_by_byte() 39 if (check_allocated_memory(ptr, sizes[i], mem_type, true) != KSFT_PASS) in check_buffer_by_byte() 41 mte_initialize_current_context(mode, (uintptr_t)ptr, sizes[i]); in check_buffer_by_byte() 43 for (j = 0; j < sizes[i]; j++) in check_buffer_by_byte() 48 for (j = 0; j < sizes[i] && !err; j++) { in check_buffer_by_byte() 52 mte_free_memory((void *)ptr, sizes[i], mem_type, true); in check_buffer_by_byte() 72 item = ARRAY_SIZE(sizes); in check_buffer_underflow_by_byte() 74 ptr = (char *)mte_allocate_memory_tag_range(sizes[i], mem_type, 0, in check_buffer_underflow_by_byte() [all …]
|
| D | check_child_memory.c | 24 static int sizes[] = { variable 88 int item = ARRAY_SIZE(sizes); in check_child_memory_mapping() 90 item = ARRAY_SIZE(sizes); in check_child_memory_mapping() 93 ptr = (char *)mte_allocate_memory_tag_range(sizes[run], mem_type, mapping, in check_child_memory_mapping() 95 if (check_allocated_memory_range(ptr, sizes[run], mem_type, in check_child_memory_mapping() 98 result = check_child_tag_inheritance(ptr, sizes[run], mode); in check_child_memory_mapping() 99 mte_free_memory_tag_range((void *)ptr, sizes[run], mem_type, UNDERFLOW, OVERFLOW); in check_child_memory_mapping() 110 int total = ARRAY_SIZE(sizes); in check_child_file_mapping() 118 map_size = sizes[run] + OVERFLOW + UNDERFLOW; in check_child_file_mapping() 125 mte_initialize_current_context(mode, (uintptr_t)ptr, sizes[run]); in check_child_file_mapping() [all …]
|
| /kernel/linux/linux-6.6/drivers/android/ |
| D | binder_alloc_selftest.c | 78 static void pr_err_size_seq(size_t *sizes, int *seq) in pr_err_size_seq() argument 82 pr_err("alloc sizes: "); in pr_err_size_seq() 84 pr_cont("[%zu]", sizes[i]); in pr_err_size_seq() 117 size_t *sizes, int *seq) in binder_selftest_alloc_buf() argument 122 buffers[i] = binder_alloc_new_buf(alloc, sizes[i], 0, 0, 0, 0); in binder_selftest_alloc_buf() 125 sizes[i])) { in binder_selftest_alloc_buf() 126 pr_err_size_seq(sizes, seq); in binder_selftest_alloc_buf() 134 size_t *sizes, int *seq, size_t end) in binder_selftest_free_buf() argument 148 pr_err_size_seq(sizes, seq); in binder_selftest_free_buf() 177 size_t *sizes, int *seq, size_t end) in binder_selftest_alloc_free() argument [all …]
|
| /kernel/linux/linux-5.10/drivers/android/ |
| D | binder_alloc_selftest.c | 78 static void pr_err_size_seq(size_t *sizes, int *seq) in pr_err_size_seq() argument 82 pr_err("alloc sizes: "); in pr_err_size_seq() 84 pr_cont("[%zu]", sizes[i]); in pr_err_size_seq() 117 size_t *sizes, int *seq) in binder_selftest_alloc_buf() argument 122 buffers[i] = binder_alloc_new_buf(alloc, sizes[i], 0, 0, 0, 0); in binder_selftest_alloc_buf() 125 sizes[i])) { in binder_selftest_alloc_buf() 126 pr_err_size_seq(sizes, seq); in binder_selftest_alloc_buf() 134 size_t *sizes, int *seq, size_t end) in binder_selftest_free_buf() argument 148 pr_err_size_seq(sizes, seq); in binder_selftest_free_buf() 177 size_t *sizes, int *seq, size_t end) in binder_selftest_alloc_free() argument [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
| D | exynos_drm_fbdev.c | 60 struct drm_fb_helper_surface_size *sizes, in exynos_drm_fbdev_update() argument 77 drm_fb_helper_fill_info(fbi, helper, sizes); in exynos_drm_fbdev_update() 91 struct drm_fb_helper_surface_size *sizes) in exynos_drm_fbdev_create() argument 101 sizes->surface_width, sizes->surface_height, in exynos_drm_fbdev_create() 102 sizes->surface_bpp); in exynos_drm_fbdev_create() 104 mode_cmd.width = sizes->surface_width; in exynos_drm_fbdev_create() 105 mode_cmd.height = sizes->surface_height; in exynos_drm_fbdev_create() 106 mode_cmd.pitches[0] = sizes->surface_width * (sizes->surface_bpp >> 3); in exynos_drm_fbdev_create() 107 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in exynos_drm_fbdev_create() 108 sizes->surface_depth); in exynos_drm_fbdev_create() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
| D | msm_fbdev.c | 61 struct drm_fb_helper_surface_size *sizes) in msm_fbdev_create() argument 73 format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->surface_depth); in msm_fbdev_create() 75 DBG("create fbdev: %dx%d@%d (%dx%d)", sizes->surface_width, in msm_fbdev_create() 76 sizes->surface_height, sizes->surface_bpp, in msm_fbdev_create() 77 sizes->fb_width, sizes->fb_height); in msm_fbdev_create() 79 pitch = align_pitch(sizes->surface_width, sizes->surface_bpp); in msm_fbdev_create() 80 fb = msm_alloc_stolen_fb(dev, sizes->surface_width, in msm_fbdev_create() 81 sizes->surface_height, pitch, format); in msm_fbdev_create() 117 drm_fb_helper_fill_info(fbi, helper, sizes); in msm_fbdev_create()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
| D | exynos_drm_fbdev.c | 73 struct drm_fb_helper_surface_size *sizes, in exynos_drm_fbdev_update() argument 90 drm_fb_helper_fill_info(fbi, helper, sizes); in exynos_drm_fbdev_update() 103 struct drm_fb_helper_surface_size *sizes) in exynos_drm_fbdev_create() argument 114 sizes->surface_width, sizes->surface_height, in exynos_drm_fbdev_create() 115 sizes->surface_bpp); in exynos_drm_fbdev_create() 117 mode_cmd.width = sizes->surface_width; in exynos_drm_fbdev_create() 118 mode_cmd.height = sizes->surface_height; in exynos_drm_fbdev_create() 119 mode_cmd.pitches[0] = sizes->surface_width * (sizes->surface_bpp >> 3); in exynos_drm_fbdev_create() 120 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in exynos_drm_fbdev_create() 121 sizes->surface_depth); in exynos_drm_fbdev_create() [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
| D | virtual-memory.json | 20 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)", 23 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T… 31 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im… 39 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 47 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… 77 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)", 80 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. … 88 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i… 96 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi… 104 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i… [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
| D | msm_fbdev.c | 69 struct drm_fb_helper_surface_size *sizes) in msm_fbdev_create() argument 80 format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->surface_depth); in msm_fbdev_create() 82 DBG("create fbdev: %dx%d@%d (%dx%d)", sizes->surface_width, in msm_fbdev_create() 83 sizes->surface_height, sizes->surface_bpp, in msm_fbdev_create() 84 sizes->fb_width, sizes->fb_height); in msm_fbdev_create() 86 pitch = align_pitch(sizes->surface_width, sizes->surface_bpp); in msm_fbdev_create() 87 fb = msm_alloc_stolen_fb(dev, sizes->surface_width, in msm_fbdev_create() 88 sizes->surface_height, pitch, format); in msm_fbdev_create() 121 drm_fb_helper_fill_info(fbi, helper, sizes); in msm_fbdev_create()
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/icelakex/ |
| D | virtual-memory.json | 20 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)", 23 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T… 31 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im… 39 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 47 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… 77 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)", 80 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. … 88 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i… 96 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi… 104 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i… [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | vidioc-subdev-enum-frame-size.rst | 13 VIDIOC_SUBDEV_ENUM_FRAME_SIZE - Enumerate media bus frame sizes 34 This ioctl allows applications to enumerate all frame sizes supported by 40 To enumerate frame sizes applications initialize the ``pad``, ``which`` 44 structure. Drivers fill the minimum and maximum frame sizes or return an 47 Sub-devices that only support discrete frame sizes (such as most 48 sensors) will return one or more frame sizes with identical minimum and 51 Not all possible sizes in given [minimum, maximum] ranges need to be 58 Available frame sizes may depend on the current 'try' formats at other 97 - Frame sizes to be enumerated, from enum
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
| D | omap_fbdev.c | 91 struct drm_fb_helper_surface_size *sizes) in omap_fbdev_create() argument 103 sizes->surface_bpp = 32; in omap_fbdev_create() 104 sizes->surface_depth = 24; in omap_fbdev_create() 106 DBG("create fbdev: %dx%d@%d (%dx%d)", sizes->surface_width, in omap_fbdev_create() 107 sizes->surface_height, sizes->surface_bpp, in omap_fbdev_create() 108 sizes->fb_width, sizes->fb_height); in omap_fbdev_create() 110 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in omap_fbdev_create() 111 sizes->surface_depth); in omap_fbdev_create() 113 mode_cmd.width = sizes->surface_width; in omap_fbdev_create() 114 mode_cmd.height = sizes->surface_height; in omap_fbdev_create() [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/graniterapids/ |
| D | virtual-memory.json | 3 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)", 6 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T… 11 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)", 14 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. … 19 …iefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page sizes)", 22 …"PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This im…
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
| D | fbdev.c | 151 struct drm_fb_helper_surface_size *sizes) in psb_fbdev_fb_probe() argument 166 if (sizes->surface_bpp == 24) { in psb_fbdev_fb_probe() 167 sizes->surface_bpp = 32; in psb_fbdev_fb_probe() 168 sizes->surface_depth = 24; in psb_fbdev_fb_probe() 170 bpp = sizes->surface_bpp; in psb_fbdev_fb_probe() 171 depth = sizes->surface_depth; in psb_fbdev_fb_probe() 178 size = ALIGN(sizes->surface_width * DIV_ROUND_UP(bpp, 8), 64) * in psb_fbdev_fb_probe() 179 sizes->surface_height; in psb_fbdev_fb_probe() 183 sizes->surface_bpp = 16; in psb_fbdev_fb_probe() 184 sizes->surface_depth = 16; in psb_fbdev_fb_probe() [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/rocketlake/ |
| D | virtual-memory.json | 20 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)", 23 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T… 31 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 39 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… 69 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)", 72 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. … 80 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi… 88 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i… 118 …iefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page sizes)", 121 …"PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This im… [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/icelake/ |
| D | virtual-memory.json | 20 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)", 23 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T… 31 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 39 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… 69 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)", 72 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. … 80 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi… 88 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i… 118 …iefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page sizes)", 121 …"PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This im… [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/armada/ |
| D | armada_fbdev.c | 28 struct drm_fb_helper_surface_size *sizes) in armada_fbdev_create() argument 39 mode.width = sizes->surface_width; in armada_fbdev_create() 40 mode.height = sizes->surface_height; in armada_fbdev_create() 41 mode.pitches[0] = armada_pitch(mode.width, sizes->surface_bpp); in armada_fbdev_create() 42 mode.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in armada_fbdev_create() 43 sizes->surface_depth); in armada_fbdev_create() 88 drm_fb_helper_fill_info(info, fbh, sizes); in armada_fbdev_create() 102 struct drm_fb_helper_surface_size *sizes) in armada_fb_probe() argument 107 ret = armada_fbdev_create(fbh, sizes); in armada_fb_probe()
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | vidioc-subdev-enum-frame-size.rst | 13 VIDIOC_SUBDEV_ENUM_FRAME_SIZE - Enumerate media bus frame sizes 34 This ioctl allows applications to access the enumeration of frame sizes 47 Therefore, to enumerate frame sizes allowed on the specified pad 54 A successful call will return with minimum and maximum frame sizes filled in. 59 Sub-devices that only support discrete frame sizes (such as most 60 sensors) will return one or more frame sizes with identical minimum and 63 Not all possible sizes in given [minimum, maximum] ranges need to be 70 Available frame sizes may depend on the current 'try' formats at other 111 - Frame sizes to be enumerated, from enum
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/skylakex/ |
| D | virtual-memory.json | 28 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)", 31 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T… 39 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im… 47 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 55 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… 93 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)", 96 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. … 104 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i… 112 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi… 120 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i… [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/skylake/ |
| D | virtual-memory.json | 28 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)", 31 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T… 39 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im… 47 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 55 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… 93 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)", 96 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. … 104 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i… 112 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi… 120 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i… [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/cascadelakex/ |
| D | virtual-memory.json | 28 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)", 31 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T… 39 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im… 47 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 55 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… 93 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)", 96 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. … 104 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i… 112 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi… 120 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i… [all …]
|