Home
last modified time | relevance | path

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

12

/Linux-v6.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()
/Linux-v6.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()
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()
/Linux-v6.6/arch/x86/mm/
Dpgtable.c724 u8 uniform; in pud_set_huge() local
726 mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
727 if (!uniform) in pud_set_huge()
750 u8 uniform; in pmd_set_huge() local
752 mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
753 if (!uniform) { in pmd_set_huge()
Dnuma_emulation.c223 int i, ret, uniform = 0; in split_nodes_size_interleave_uniform() local
244 uniform = 1; in split_nodes_size_interleave_uniform()
247 if (uniform) { in split_nodes_size_interleave_uniform()
288 if (uniform) in split_nodes_size_interleave_uniform()
307 && !uniform) in split_nodes_size_interleave_uniform()
/Linux-v6.6/Documentation/watchdog/
Dwatchdog-pm.rst12 handling to ensure a uniform behaviour for Linux systems.
/Linux-v6.6/Documentation/networking/
Dx25.rst20 provide a uniform device driver interface, and simplify configuration.
/Linux-v6.6/Documentation/driver-api/gpio/
Dusing-gpio.rst39 any circumstances deploy any uniform products using GPIO from userspace.
/Linux-v6.6/arch/x86/mm/pat/
Dmemtype.c387 u8 mtrr_type, uniform; in pat_x_mtrr_type() local
389 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()
/Linux-v6.6/Documentation/arch/ia64/
Defirtc.rst52 To allow for a uniform interface between the legacy RTC and EFI time service,
/Linux-v6.6/arch/x86/kernel/
Dhead_64.S510 pushq $0 # Dummy error code, to make stack frame uniform
/Linux-v6.6/Documentation/driver-api/driver-model/
Doverview.rst23 The current driver model provides a common, uniform data model for describing
/Linux-v6.6/Documentation/userspace-api/media/rc/
Drc-tables.rst9 Unfortunately, for several years, there was no effort to create uniform
/Linux-v6.6/Documentation/power/powercap/
Dpowercap.rst7 user space in a uniform way.
/Linux-v6.6/Documentation/devicetree/bindings/iio/
Dmount-matrix.txt115 Since the geomagnetic field is not uniform this definition fails if we come
/Linux-v6.6/Documentation/scheduler/
Dsched-rt-group.rst77 lack an EDF scheduler to make non-uniform periods usable.
/Linux-v6.6/drivers/base/
DKconfig176 their non-uniform memory nodes.
/Linux-v6.6/Documentation/filesystems/nfs/
Dclient-identifier.rst159 hostname remains uniform.
Drpc-cache.rst26 do not have uniform uid assignment
/Linux-v6.6/Documentation/gpu/
Dintroduction.rst9 interrupt handling and DMA easier, and provide a uniform interface to
/Linux-v6.6/Documentation/gpu/amdgpu/display/
Ddcn-overview.rst110 different pixel formats and outputs them to DPP in uniform streams through 4
/Linux-v6.6/Documentation/gpu/rfc/
Dxe.rst95 uniform 1 to 1 relationship implementation / usage across drivers.
/Linux-v6.6/Documentation/powerpc/
Deeh-pci-error-recovery.rst85 uniform abstraction layer that will work with all pSeries
/Linux-v6.6/Documentation/cdrom/
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-v6.6/Documentation/userspace-api/ioctl/
Dcdrom.rst607 that the way the code is written on the CD is /not/ uniform
/Linux-v6.6/Documentation/filesystems/
Dubifs-authentication.rst46 On Linux, the MTD (Memory Technology Devices) subsystem provides a uniform

12