/Linux-v5.10/drivers/gpu/drm/vc4/ |
D | vc4_validate_shaders.c | 31 * (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 …]
|
/Linux-v5.10/arch/x86/mm/ |
D | numa_emulation.c | 223 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()
|
D | pgtable.c | 705 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()
|
/Linux-v5.10/Documentation/cdrom/ |
D | cdrom-standard.rst | 35 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 …]
|
/Linux-v5.10/include/uapi/drm/ |
D | vc4_drm.h | 112 /* 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. */
|
/Linux-v5.10/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 156 * 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() 223 *uniform = 0; in mtrr_type_lookup_variable() 235 *uniform = 0; in mtrr_type_lookup_variable() 254 * uniform - Set to 1 when an MTRR covers the region uniformly, i.e. the 258 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() argument 310 *uniform = is_uniform; in mtrr_type_lookup()
|
/Linux-v5.10/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 213 * the Uniform generic_packet(). 227 * - Moved all the CDROMREADx ioctls to the Uniform layer. 237 * Uniform layer. 240 * Uniform layer.
|
/Linux-v5.10/arch/x86/include/asm/ |
D | mtrr.h | 35 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
|
/Linux-v5.10/drivers/mtd/spi-nor/ |
D | core.h | 107 * 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
|
/Linux-v5.10/include/uapi/linux/ |
D | cdrom.h | 21 * 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 */
|
/Linux-v5.10/drivers/cpuidle/ |
D | dt_idle_states.c | 94 * 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()
|
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
D | intel_sseu.c | 253 * 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()
|
/Linux-v5.10/Documentation/watchdog/ |
D | watchdog-pm.rst | 12 handling to ensure a uniform behaviour for Linux systems.
|
/Linux-v5.10/Documentation/networking/ |
D | mpls-sysctl.rst | 39 * 1 - enabled / RFC 3443 Uniform Model (default)
|
D | x25.rst | 20 provide a uniform device driver interface, and simplify configuration.
|
/Linux-v5.10/include/linux/ |
D | cdrom.h | 39 /* Uniform cdrom data structures for cdrom.c */ 91 /* handle uniform packets for scsi type devices (scsi,atapi) */
|
/Linux-v5.10/include/linux/mtd/ |
D | qinfo.h | 49 * @UniformBlockSizeShift - Uniform block size 2^UniformBlockSizeShift bytes
|
/Linux-v5.10/arch/ia64/ |
D | Kconfig | 293 for architectures which are either NUMA (Non-Uniform Memory Access) 314 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
|
/Linux-v5.10/Documentation/driver-api/gpio/ |
D | using-gpio.rst | 39 any circumstances deploy any uniform products using GPIO from userspace.
|
/Linux-v5.10/Documentation/devicetree/bindings/leds/backlight/ |
D | lm3630a-backlight.yaml | 83 mapping mode in which the ramp up/down appears to have a more uniform
|
/Linux-v5.10/Documentation/devicetree/bindings/timer/ |
D | arm,arch_timer.yaml | 46 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
|
D | arm,arch_timer_mmio.yaml | 40 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
|
/Linux-v5.10/net/ceph/crush/ |
D | crush.c | 13 case CRUSH_BUCKET_UNIFORM: return "uniform"; in crush_bucket_alg_name()
|
/Linux-v5.10/drivers/mtd/ |
D | mtdconcat.c | 378 /* the easy case: device has uniform erase block size */ in concat_erase() 766 /* current subdevice has uniform erase size */ in mtd_concat_create() 795 * All subdevices have the same uniform erase size. in mtd_concat_create() 832 /* current subdevice has uniform erase size */ in mtd_concat_create()
|
/Linux-v5.10/Documentation/driver-api/driver-model/ |
D | overview.rst | 23 The current driver model provides a common, uniform data model for describing
|