/linux-6.12.1/arch/x86/include/asm/ |
D | mtrr.h | 63 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.12.1/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 485 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-6.12.1/mm/ |
D | numa_emulation.c | 225 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-6.12.1/arch/x86/mm/ |
D | pgtable.c | 741 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-6.12.1/Documentation/watchdog/ |
D | watchdog-pm.rst | 12 handling to ensure a uniform behaviour for Linux systems.
|
/linux-6.12.1/Documentation/networking/ |
D | x25.rst | 20 provide a uniform device driver interface, and simplify configuration.
|
/linux-6.12.1/Documentation/driver-api/gpio/ |
D | using-gpio.rst | 39 any circumstances deploy any uniform products using GPIO from userspace.
|
/linux-6.12.1/arch/x86/mm/pat/ |
D | memtype.c | 369 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.12.1/arch/x86/kernel/ |
D | head_64.S | 489 pushq $0 # Dummy error code, to make stack frame uniform
|
/linux-6.12.1/Documentation/driver-api/driver-model/ |
D | overview.rst | 23 The current driver model provides a common, uniform data model for describing
|
/linux-6.12.1/Documentation/userspace-api/media/rc/ |
D | rc-tables.rst | 9 Unfortunately, for several years, there was no effort to create uniform
|
/linux-6.12.1/Documentation/power/powercap/ |
D | powercap.rst | 7 user space in a uniform way.
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/ |
D | mount-matrix.txt | 115 Since the geomagnetic field is not uniform this definition fails if we come
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-rt-group.rst | 77 lack an EDF scheduler to make non-uniform periods usable.
|
/linux-6.12.1/drivers/base/ |
D | Kconfig | 176 their non-uniform memory nodes.
|
/linux-6.12.1/Documentation/filesystems/nfs/ |
D | client-identifier.rst | 159 hostname remains uniform.
|
D | rpc-cache.rst | 26 do not have uniform uid assignment
|
/linux-6.12.1/Documentation/gpu/ |
D | introduction.rst | 9 interrupt handling and DMA easier, and provide a uniform interface to
|
/linux-6.12.1/Documentation/gpu/amdgpu/display/ |
D | dcn-overview.rst | 110 different pixel formats and outputs them to DPP in uniform streams through 4
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | eeh-pci-error-recovery.rst | 85 uniform abstraction layer that will work with all pSeries
|
/linux-6.12.1/Documentation/cdrom/ |
D | cdrom-standard.rst | 35 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-6.12.1/Documentation/userspace-api/ioctl/ |
D | cdrom.rst | 607 that the way the code is written on the CD is /not/ uniform
|
/linux-6.12.1/Documentation/filesystems/ |
D | ubifs-authentication.rst | 46 On Linux, the MTD (Memory Technology Devices) subsystem provides a uniform
|
/linux-6.12.1/Documentation/process/ |
D | maintainer-tip.rst | 270 To have a uniform view of the commit tags, the tip maintainers use the
|
/linux-6.12.1/Documentation/admin-guide/cgroup-v1/ |
D | cpusets.rst | 77 non-uniform access times (NUMA) presents additional challenges for
|