Home
last modified time | relevance | path

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

12

/linux/arch/x86/include/asm/
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/mm/
A Dnuma_emulation.c225 int i, ret, uniform = 0; in split_nodes_size_interleave_uniform() local
246 uniform = 1; in split_nodes_size_interleave_uniform()
249 if (uniform) { in split_nodes_size_interleave_uniform()
290 if (uniform) in split_nodes_size_interleave_uniform()
309 && !uniform) in split_nodes_size_interleave_uniform()
/linux/arch/x86/kernel/cpu/mtrr/
A Dgeneric.c485 static u8 type_merge(u8 type, u8 new_type, u8 *uniform) in type_merge() argument
494 *uniform = 0; in type_merge()
512 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() argument
519 *uniform = 0; in mtrr_type_lookup()
523 *uniform = 1; in mtrr_type_lookup()
536 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup()
543 type = type_merge(type, cache_map[i].type, uniform); in mtrr_type_lookup()
550 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup()
/linux/arch/x86/mm/
A Dpgtable.c741 u8 uniform; in pud_set_huge() local
743 mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
744 if (!uniform) in pud_set_huge()
767 u8 uniform; in pmd_set_huge() local
769 mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
770 if (!uniform) { in pmd_set_huge()
/linux/Documentation/watchdog/
A Dwatchdog-pm.rst12 handling to ensure a uniform behaviour for Linux systems.
/linux/Documentation/networking/
A Dx25.rst20 provide a uniform device driver interface, and simplify configuration.
/linux/Documentation/devicetree/bindings/leds/backlight/
A Dlm3630a-backlight.yaml83 mapping mode in which the ramp up/down appears to have a more uniform
/linux/Documentation/devicetree/bindings/timer/
A Darm,arch_timer_mmio.yaml40 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
A Darm,arch_timer.yaml63 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
/linux/Documentation/driver-api/gpio/
A Dusing-gpio.rst39 any circumstances deploy any uniform products using GPIO from userspace.
/linux/arch/x86/mm/pat/
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/arch/x86/kernel/
A Dhead_64.S489 pushq $0 # Dummy error code, to make stack frame uniform
/linux/Documentation/driver-api/driver-model/
A Doverview.rst23 The current driver model provides a common, uniform data model for describing
/linux/Documentation/power/powercap/
A Dpowercap.rst7 user space in a uniform way.
/linux/Documentation/userspace-api/media/rc/
A Drc-tables.rst9 Unfortunately, for several years, there was no effort to create uniform
/linux/Documentation/scheduler/
A Dsched-rt-group.rst77 lack an EDF scheduler to make non-uniform periods usable.
/linux/Documentation/devicetree/bindings/iio/
A Dmount-matrix.txt115 Since the geomagnetic field is not uniform this definition fails if we come
/linux/drivers/base/
A DKconfig176 their non-uniform memory nodes.
/linux/Documentation/filesystems/nfs/
A Dclient-identifier.rst159 hostname remains uniform.
A Drpc-cache.rst26 do not have uniform uid assignment
/linux/Documentation/gpu/
A Dintroduction.rst9 interrupt handling and DMA easier, and provide a uniform interface to
/linux/Documentation/gpu/amdgpu/display/
A Ddcn-overview.rst110 different pixel formats and outputs them to DPP in uniform streams through 4
/linux/Documentation/arch/powerpc/
A Deeh-pci-error-recovery.rst85 uniform abstraction layer that will work with all pSeries
/linux/Documentation/cdrom/
A Dcdrom-standard.rst35 maintain uniform behavior across all the Linux CD-ROM drivers.
488 order to guarantee a uniform interface to the audio-player software.)
807 devices in a uniform way. The different calls fall into three
/linux/Documentation/userspace-api/ioctl/
A Dcdrom.rst607 that the way the code is written on the CD is /not/ uniform

Completed in 39 milliseconds

12