Home
last modified time | relevance | path

Searched refs:uniform (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.15/arch/x86/include/asm/
H A Dmtrr.h63 extern u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform);
84 static inline u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform) in mtrr_type_lookup() argument
90 *uniform = 1; in mtrr_type_lookup()
/linux-6.15/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c487 static u8 type_merge(u8 type, u8 new_type, u8 *uniform) in type_merge() argument
496 *uniform = 0; in type_merge()
514 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() argument
521 *uniform = 0; in mtrr_type_lookup()
525 *uniform = 1; in mtrr_type_lookup()
538 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup()
545 type = type_merge(type, cache_map[i].type, uniform); in mtrr_type_lookup()
552 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup()
/linux-6.15/arch/x86/mm/
H A Dpgtable.c700 u8 uniform; in pud_set_huge() local
702 mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
703 if (!uniform) in pud_set_huge()
726 u8 uniform; in pmd_set_huge() local
728 mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
729 if (!uniform) { in pmd_set_huge()
/linux-6.15/mm/
H A Dnuma_emulation.c226 int i, ret, uniform = 0; in split_nodes_size_interleave_uniform() local
247 uniform = 1; in split_nodes_size_interleave_uniform()
250 if (uniform) { in split_nodes_size_interleave_uniform()
291 if (uniform) in split_nodes_size_interleave_uniform()
310 && !uniform) in split_nodes_size_interleave_uniform()
/linux-6.15/Documentation/watchdog/
H A Dwatchdog-pm.rst12 handling to ensure a uniform behaviour for Linux systems.
/linux-6.15/Documentation/devicetree/bindings/leds/backlight/
H A Dlm3630a-backlight.yaml83 mapping mode in which the ramp up/down appears to have a more uniform
/linux-6.15/Documentation/networking/
H A Dx25.rst20 provide a uniform device driver interface, and simplify configuration.
/linux-6.15/Documentation/devicetree/bindings/timer/
H A Darm,arch_timer_mmio.yaml40 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
H A Darm,arch_timer.yaml63 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
/linux-6.15/Documentation/driver-api/gpio/
H A Dusing-gpio.rst39 any circumstances deploy any uniform products using GPIO from userspace.
/linux-6.15/arch/x86/mm/pat/
H A Dmemtype.c369 u8 mtrr_type, uniform; in pat_x_mtrr_type() local
371 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()
/linux-6.15/arch/x86/kernel/
H A Dhead_64.S494 pushq $0 # Dummy error code, to make stack frame uniform
/linux-6.15/Documentation/driver-api/driver-model/
H A Doverview.rst23 The current driver model provides a common, uniform data model for describing
/linux-6.15/Documentation/userspace-api/media/rc/
H A Drc-tables.rst9 Unfortunately, for several years, there was no effort to create uniform
/linux-6.15/Documentation/power/powercap/
H A Dpowercap.rst7 user space in a uniform way.
/linux-6.15/Documentation/scheduler/
H A Dsched-rt-group.rst77 lack an EDF scheduler to make non-uniform periods usable.
/linux-6.15/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt115 Since the geomagnetic field is not uniform this definition fails if we come
/linux-6.15/drivers/base/
H A DKconfig176 their non-uniform memory nodes.
/linux-6.15/Documentation/filesystems/nfs/
H A Dclient-identifier.rst159 hostname remains uniform.
H A Drpc-cache.rst26 do not have uniform uid assignment
/linux-6.15/Documentation/iio/
H A Diio_adc.rst83 if the device has a uniform set of inputs (e.g. all inputs are single-ended),
/linux-6.15/Documentation/process/debugging/
H A Duserspace_debugging_guide.rst35 no uniform rule for adding debug prints to the codebase, resulting in a variety
/linux-6.15/Documentation/gpu/
H A Dintroduction.rst9 interrupt handling and DMA easier, and provide a uniform interface to
/linux-6.15/Documentation/gpu/amdgpu/display/
H A Ddcn-overview.rst112 different pixel formats and outputs them to DPP in uniform streams through 4
/linux-6.15/Documentation/arch/powerpc/
H A Deeh-pci-error-recovery.rst85 uniform abstraction layer that will work with all pSeries

12