Home
last modified time | relevance | path

Searched full:uniform (Results 1 – 25 of 240) sorted by relevance

12345678910

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_validate_shaders.c31 * (reading it as a texture, uniform data, or direct-addressed TMU
37 * uniform stream.
62 * one argument being a uniform, the address of the uniform.
73 * Used for validation that the uniform stream is updated at the right
78 /* Set when entering a basic block, and cleared when the uniform
241 DRM_DEBUG("direct TMU load didn't add to a uniform\n"); in check_tmu_write()
249 DRM_DEBUG("uniform read in the same instruction as " in check_tmu_write()
263 /* Since direct uses a RADDR uniform reference, it will get counted in in check_tmu_write()
268 DRM_DEBUG("Texturing with undefined uniform address\n"); in check_tmu_write()
316 /* We want our reset to be pointing at whatever uniform follows the in validate_uniform_address_write()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
Dvc4_validate_shaders.c31 * (reading it as a texture, uniform data, or direct-addressed TMU
37 * uniform stream.
62 * one argument being a uniform, the address of the uniform.
73 * Used for validation that the uniform stream is updated at the right
78 /* Set when entering a basic block, and cleared when the uniform
241 DRM_DEBUG("direct TMU load didn't add to a uniform\n"); in check_tmu_write()
249 DRM_DEBUG("uniform read in the same instruction as " in check_tmu_write()
263 /* Since direct uses a RADDR uniform reference, it will get counted in in check_tmu_write()
268 DRM_DEBUG("Texturing with undefined uniform address\n"); in check_tmu_write()
316 /* We want our reset to be pointing at whatever uniform follows the in validate_uniform_address_write()
[all …]
/kernel/linux/linux-6.6/arch/x86/mm/
Dnuma_emulation.c223 int i, ret, uniform = 0; in split_nodes_size_interleave_uniform() local
230 * In the 'uniform' case split the passed in physical node by in split_nodes_size_interleave_uniform()
231 * nr_nodes, in the non-uniform case, ignore the passed in in split_nodes_size_interleave_uniform()
235 * In the uniform case, split the nodes strictly by physical in split_nodes_size_interleave_uniform()
236 * capacity, i.e. ignore holes. In the non-uniform case account in split_nodes_size_interleave_uniform()
244 uniform = 1; in split_nodes_size_interleave_uniform()
247 if (uniform) { in split_nodes_size_interleave_uniform()
254 * requested size is too small. This creates a uniform in split_nodes_size_interleave_uniform()
288 if (uniform) in split_nodes_size_interleave_uniform()
307 && !uniform) in split_nodes_size_interleave_uniform()
Dpgtable.c726 u8 uniform; in pud_set_huge() local
728 mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
729 if (!uniform) in pud_set_huge()
752 u8 uniform; in pmd_set_huge() local
754 mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
755 if (!uniform) { in pmd_set_huge()
/kernel/linux/linux-5.10/arch/x86/mm/
Dnuma_emulation.c223 int i, ret, uniform = 0; in split_nodes_size_interleave_uniform() local
230 * In the 'uniform' case split the passed in physical node by in split_nodes_size_interleave_uniform()
231 * nr_nodes, in the non-uniform case, ignore the passed in in split_nodes_size_interleave_uniform()
235 * In the uniform case, split the nodes strictly by physical in split_nodes_size_interleave_uniform()
236 * capacity, i.e. ignore holes. In the non-uniform case account in split_nodes_size_interleave_uniform()
244 uniform = 1; in split_nodes_size_interleave_uniform()
247 if (uniform) { in split_nodes_size_interleave_uniform()
254 * requested size is too small. This creates a uniform in split_nodes_size_interleave_uniform()
288 if (uniform) in split_nodes_size_interleave_uniform()
307 && !uniform) in split_nodes_size_interleave_uniform()
Dpgtable.c705 u8 mtrr, uniform; in pud_set_huge() local
707 mtrr = mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
708 if ((mtrr != MTRR_TYPE_INVALID) && (!uniform) && in pud_set_huge()
732 u8 mtrr, uniform; in pmd_set_huge() local
734 mtrr = mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
735 if ((mtrr != MTRR_TYPE_INVALID) && (!uniform) && in pmd_set_huge()
/kernel/linux/linux-6.6/Documentation/cdrom/
Dcdrom-standard.rst35 maintain uniform behavior across all the Linux CD-ROM drivers.
37 This document describes an effort to establish Uniform behavior across
42 both IDE/ATAPI and SCSI, now use this Uniform interface.
83 encouraged me to write the Uniform CD-ROM Driver which this document is
84 intended to describe. The implementation of the Uniform CD-ROM Driver is
91 The goal of the Uniform CD-ROM Driver is **not** to alienate driver developers
92 whohave not yet taken steps to support this effort. The goal of Uniform CD-ROM
99 help CD-ROM driver developers adapt their code to use the Uniform CD-ROM
126 For this reason, the Uniform CD-ROM Driver was created to enforce consistent
128 low-level CD-ROM device drivers. The Uniform CD-ROM Driver now provides another
[all …]
/kernel/linux/linux-5.10/Documentation/cdrom/
Dcdrom-standard.rst35 maintain uniform behavior across all the Linux CD-ROM drivers.
37 This document describes an effort to establish Uniform behavior across
42 both IDE/ATAPI and SCSI, now use this Uniform interface.
83 encouraged me to write the Uniform CD-ROM Driver which this document is
84 intended to describe. The implementation of the Uniform CD-ROM Driver is
91 The goal of the Uniform CD-ROM Driver is **not** to alienate driver developers
92 whohave not yet taken steps to support this effort. The goal of Uniform CD-ROM
99 help CD-ROM driver developers adapt their code to use the Uniform CD-ROM
126 For this reason, the Uniform CD-ROM Driver was created to enforce consistent
128 low-level CD-ROM device drivers. The Uniform CD-ROM Driver now provides another
[all …]
/kernel/linux/linux-5.10/include/uapi/drm/
Dvc4_drm.h112 /* Pointer to uniform data and texture handles for the textures
115 * For each shader state record, there is a set of uniform data in the
117 * uniform data has a __u32 index into bo_handles per texture
120 * uniform data.
122 * The individual uniform state blocks don't have sizes passed in,
140 /* Size in bytes of the uniform state. */
/kernel/linux/linux-6.6/include/uapi/drm/
Dvc4_drm.h112 /* Pointer to uniform data and texture handles for the textures
115 * For each shader state record, there is a set of uniform data in the
117 * uniform data has a __u32 index into bo_handles per texture
120 * uniform data.
122 * The individual uniform state blocks don't have sizes passed in,
140 /* Size in bytes of the uniform state. */
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dmtrr.h63 extern u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform);
85 static inline u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform) in mtrr_type_lookup() argument
91 *uniform = 1; in mtrr_type_lookup()
/kernel/linux/linux-6.6/include/linux/
Drandom.h56 * Returns a random integer in the interval [0, ceil), with uniform
94 * Returns a random integer in the interval (floor, U32_MAX], with uniform
106 * Returns a random integer in the interval [floor, ceil], with uniform
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/
Dgeneric.c156 * uniform - Set to 1 when an MTRR covers the region uniformly, i.e. the
161 int *repeat, u8 *uniform) in mtrr_type_lookup_variable() argument
168 *uniform = 1; in mtrr_type_lookup_variable()
220 *uniform = 0; in mtrr_type_lookup_variable()
232 *uniform = 0; in mtrr_type_lookup_variable()
251 * uniform - Set to 1 when an MTRR covers the region uniformly, i.e. the
255 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() argument
310 *uniform = is_uniform; in mtrr_type_lookup()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/
Dgeneric.c478 static u8 type_merge(u8 type, u8 new_type, u8 *uniform) in type_merge() argument
487 *uniform = 0; in type_merge()
500 * uniform - Set to 1 when the returned MTRR type is valid for the whole
503 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() argument
510 *uniform = 0; in mtrr_type_lookup()
514 *uniform = 1; in mtrr_type_lookup()
527 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup()
534 type = type_merge(type, cache_map[i].type, uniform); in mtrr_type_lookup()
541 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup()
/kernel/linux/linux-5.10/Documentation/ide/
DChangeLog.ide-cd.1994-2004213 * the Uniform generic_packet().
227 * - Moved all the CDROMREADx ioctls to the Uniform layer.
237 * Uniform layer.
240 * Uniform layer.
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmtrr.h35 extern u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform);
53 static inline u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform) in mtrr_type_lookup() argument
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
Dcore.h107 * struct spi_nor_erase_command - Used for non-uniform erases
154 * @uniform_region: a pre-allocated erase region for SPI NOR with a uniform
162 * uniform and non-uniform SPI NOR flash memories if they
/kernel/linux/linux-6.6/include/uapi/linux/
Dcdrom.h21 * a uniform interface between software accessing CD-ROMs and the various
108 * Uniform driver, via generic packet commands, GPCMD_MODE_SELECT_10,
116 * These ioctls are implemented through the uniform CD-ROM driver
118 * drivers are eventually ported to the uniform CD-ROM driver interface.
262 * that the way the codeis written on CD is _not_ uniform across all discs!
394 /* capability flags used with the uniform CD-ROM driver */
433 /* User-configurable behavior options for the uniform CD-ROM driver */
/kernel/linux/linux-5.10/include/uapi/linux/
Dcdrom.h21 * a uniform interface between software accessing CD-ROMs and the various
108 * Uniform driver, via generic packet commands, GPCMD_MODE_SELECT_10,
116 * These ioctls are implemented through the uniform CD-ROM driver
118 * drivers are eventually ported to the uniform CD-ROM driver interface.
260 * that the way the codeis written on CD is _not_ uniform across all discs!
375 /* capability flags used with the uniform CD-ROM driver */
414 /* User-configurable behavior options for the uniform CD-ROM driver */
/kernel/linux/linux-5.10/drivers/cpuidle/
Ddt_idle_states.c94 * Check that the idle state is uniform across all CPUs in the CPUidle driver
165 * and we check through idle_state_valid() if they are uniform in dt_init_idle_driver()
/kernel/linux/linux-6.6/drivers/cpuidle/
Ddt_idle_states.c93 * Check that the idle state is uniform across all CPUs in the CPUidle driver
164 * and we check through idle_state_valid() if they are uniform in dt_init_idle_driver()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_sseu.c253 * CNL is expected to always have a uniform distribution in gen10_sseu_info_init()
307 * CHV expected to always have a uniform distribution of EU in cherryview_sseu_info_init()
389 * SKL is expected to always have a uniform distribution in gen9_sseu_info_init()
392 * recovery. BXT is expected to be perfectly uniform in EU in gen9_sseu_info_init()
498 * BDW is expected to always have a uniform distribution of EU across in bdw_sseu_info_init()
/kernel/linux/linux-5.10/Documentation/watchdog/
Dwatchdog-pm.rst12 handling to ensure a uniform behaviour for Linux systems.
/kernel/linux/linux-6.6/Documentation/watchdog/
Dwatchdog-pm.rst12 handling to ensure a uniform behaviour for Linux systems.
/kernel/linux/linux-6.6/Documentation/networking/
Dmpls-sysctl.rst39 * 1 - enabled / RFC 3443 Uniform Model (default)

12345678910