Home
last modified time | relevance | path

Searched full:sizes (Results 1 – 25 of 2269) sorted by relevance

12345678910>>...91

/linux-6.12.1/tools/testing/selftests/arm64/mte/
Dcheck_mmap_options.c28 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 …]
Dcheck_buffer_fill.c16 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 …]
Dcheck_child_memory.c24 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 …]
/linux-6.12.1/drivers/android/
Dbinder_alloc_selftest.c82 static void pr_err_size_seq(size_t *sizes, int *seq) in pr_err_size_seq() argument
86 pr_err("alloc sizes: "); in pr_err_size_seq()
88 pr_cont("[%zu]", sizes[i]); in pr_err_size_seq()
121 size_t *sizes, int *seq) in binder_selftest_alloc_buf() argument
126 buffers[i] = binder_alloc_new_buf(alloc, sizes[i], 0, 0, 0); in binder_selftest_alloc_buf()
129 sizes[i])) { in binder_selftest_alloc_buf()
130 pr_err_size_seq(sizes, seq); in binder_selftest_alloc_buf()
138 size_t *sizes, int *seq, size_t end) in binder_selftest_free_buf() argument
152 pr_err_size_seq(sizes, seq); in binder_selftest_free_buf()
181 size_t *sizes, int *seq, size_t end) in binder_selftest_alloc_free() argument
[all …]
/linux-6.12.1/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c60 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 …]
/linux-6.12.1/drivers/gpu/drm/msm/
Dmsm_fbdev.c69 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()
/linux-6.12.1/tools/perf/pmu-events/arch/x86/emeraldrapids/
Dvirtual-memory.json22 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
26 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
35 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
44 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
53 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
86 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
90 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
99 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
108 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
117 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/graniterapids/
Dvirtual-memory.json22 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
26 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
35 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
44 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
53 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
86 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
90 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
99 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
108 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
117 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/sapphirerapids/
Dvirtual-memory.json22 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
26 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
35 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
44 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
53 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
86 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
90 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
99 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
108 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
117 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/linux-6.12.1/drivers/gpu/drm/gma500/
Dfbdev.c151 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 …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/icelakex/
Dvirtual-memory.json22 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
26 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
35 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
44 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
53 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
86 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
90 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
99 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
108 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
117 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-enum-frame-size.rst13 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
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_fbdev_fb.c15 struct drm_fb_helper_surface_size *sizes) in intel_fbdev_fb_alloc() argument
25 if (sizes->surface_bpp == 24) in intel_fbdev_fb_alloc()
26 sizes->surface_bpp = 32; in intel_fbdev_fb_alloc()
28 mode_cmd.width = sizes->surface_width; in intel_fbdev_fb_alloc()
29 mode_cmd.height = sizes->surface_height; in intel_fbdev_fb_alloc()
32 DIV_ROUND_UP(sizes->surface_bpp, 8), 64); in intel_fbdev_fb_alloc()
33 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intel_fbdev_fb_alloc()
34 sizes->surface_depth); in intel_fbdev_fb_alloc()
/linux-6.12.1/drivers/gpu/drm/xe/display/
Dintel_fbdev_fb.c17 struct drm_fb_helper_surface_size *sizes) in intel_fbdev_fb_alloc() argument
27 if (sizes->surface_bpp == 24) in intel_fbdev_fb_alloc()
28 sizes->surface_bpp = 32; in intel_fbdev_fb_alloc()
30 mode_cmd.width = sizes->surface_width; in intel_fbdev_fb_alloc()
31 mode_cmd.height = sizes->surface_height; in intel_fbdev_fb_alloc()
34 DIV_ROUND_UP(sizes->surface_bpp, 8), XE_PAGE_SIZE); in intel_fbdev_fb_alloc()
35 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intel_fbdev_fb_alloc()
36 sizes->surface_depth); in intel_fbdev_fb_alloc()
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.c66 log->sizes[i].bytes = sections[i].default_val; in _guc_log_init_sizes()
69 if (log->sizes[GUC_LOG_SECTIONS_DEBUG].bytes >= SZ_1M && in _guc_log_init_sizes()
71 log->sizes[GUC_LOG_SECTIONS_CRASH].bytes = SZ_1M; in _guc_log_init_sizes()
76 if ((log->sizes[i].bytes % SZ_1M) == 0) { in _guc_log_init_sizes()
77 log->sizes[i].units = SZ_1M; in _guc_log_init_sizes()
78 log->sizes[i].flag = sections[i].flag; in _guc_log_init_sizes()
80 log->sizes[i].units = SZ_4K; in _guc_log_init_sizes()
81 log->sizes[i].flag = 0; in _guc_log_init_sizes()
84 if (!IS_ALIGNED(log->sizes[i].bytes, log->sizes[i].units)) in _guc_log_init_sizes()
86 sections[i].name, log->sizes[i].bytes, log->sizes[i].units); in _guc_log_init_sizes()
[all …]
/linux-6.12.1/arch/parisc/boot/compressed/
DMakefile11 targets += $(OBJECTS) sizes.h
26 sed-sizes := -e 's/^\([0-9a-fA-F]*\) . \(__bss_start\|_end\|parisc_kernel_start\)$$/\#define SZ\2 0…
29 cmd_sizes = $(NM) $< | sed -n $(sed-sizes) > $@
31 $(obj)/sizes.h: vmlinux FORCE
32 $(call if_changed,sizes)
35 $(obj)/head.o: $(obj)/sizes.h
38 $(obj)/misc.o: $(obj)/sizes.h
43 $(obj)/vmlinux.lds: $(obj)/sizes.h
/linux-6.12.1/drivers/gpu/drm/omapdrm/
Domap_fbdev.c129 struct drm_fb_helper_surface_size *sizes) in omap_fbdev_create() argument
142 sizes->surface_bpp = 32; in omap_fbdev_create()
143 sizes->surface_depth = 24; in omap_fbdev_create()
145 DBG("create fbdev: %dx%d@%d (%dx%d)", sizes->surface_width, in omap_fbdev_create()
146 sizes->surface_height, sizes->surface_bpp, in omap_fbdev_create()
147 sizes->fb_width, sizes->fb_height); in omap_fbdev_create()
149 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in omap_fbdev_create()
150 sizes->surface_depth); in omap_fbdev_create()
152 mode_cmd.width = sizes->surface_width; in omap_fbdev_create()
153 mode_cmd.height = sizes->surface_height; in omap_fbdev_create()
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/skylake/
Dvirtual-memory.json31 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
35 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
44 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
53 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
62 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
104 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
108 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
117 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
126 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
135 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/cascadelakex/
Dvirtual-memory.json31 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
35 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
44 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
53 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
62 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
104 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
108 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
117 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
126 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
135 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/skylakex/
Dvirtual-memory.json31 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
35 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
44 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
53 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
62 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
104 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
108 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
117 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
126 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
135 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/rocketlake/
Dvirtual-memory.json22 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
26 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
35 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
44 …"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)",
81 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
90 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
99 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
132 …iefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page sizes)",
136 …"PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This im…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/icelake/
Dvirtual-memory.json22 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
26 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
35 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
44 …"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)",
81 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
90 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
99 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
132 …iefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page sizes)",
136 …"PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This im…
[all …]
/linux-6.12.1/drivers/gpu/drm/armada/
Darmada_fbdev.c43 struct drm_fb_helper_surface_size *sizes) in armada_fbdev_create() argument
54 mode.width = sizes->surface_width; in armada_fbdev_create()
55 mode.height = sizes->surface_height; in armada_fbdev_create()
56 mode.pitches[0] = armada_pitch(mode.width, sizes->surface_bpp); in armada_fbdev_create()
57 mode.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in armada_fbdev_create()
58 sizes->surface_depth); in armada_fbdev_create()
103 drm_fb_helper_fill_info(info, fbh, sizes); in armada_fbdev_create()
117 struct drm_fb_helper_surface_size *sizes) in armada_fb_probe() argument
122 ret = armada_fbdev_create(fbh, sizes); in armada_fb_probe()
/linux-6.12.1/tools/perf/pmu-events/arch/x86/alderlake/
Dvirtual-memory.json34 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
38 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
48 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
58 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
68 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
115 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
119 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
129 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
139 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
149 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/meteorlake/
Dvirtual-memory.json3 …ue to a demand load that did not start a page walk. Accounts for all page sizes. Will result in a …
42 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
46 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
56 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
76 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
96 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
122 …hits due to stores that did not start a page walk. Accounts for all pages sizes. Will result in a …
161 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
165 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
175 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
[all …]

12345678910>>...91