/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/arch/x86/mm/ |
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()
|
D | numa_emulation.c | 223 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-v5.10/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 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() 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/watchdog/ |
D | watchdog-pm.rst | 12 handling to ensure a uniform behaviour for Linux systems.
|
/Linux-v5.10/Documentation/networking/ |
D | x25.rst | 20 provide a uniform device driver interface, and simplify configuration.
|
/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/arch/x86/mm/pat/ |
D | memtype.c | 426 u8 mtrr_type, uniform; in pat_x_mtrr_type() local 428 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()
|
/Linux-v5.10/arch/x86/kernel/ |
D | head_64.S | 367 pushq $0 # Dummy error code, to make stack frame uniform
|
D | head_32.S | 367 pushl $0 # Dummy error code, to make stack frame uniform
|
/Linux-v5.10/Documentation/ia64/ |
D | efirtc.rst | 52 To allow for a uniform interface between the legacy RTC and EFI time service,
|
/Linux-v5.10/Documentation/driver-api/driver-model/ |
D | overview.rst | 23 The current driver model provides a common, uniform data model for describing
|
/Linux-v5.10/Documentation/gpu/ |
D | introduction.rst | 9 interrupt handling and DMA easier, and provide a uniform interface to
|
/Linux-v5.10/Documentation/userspace-api/media/rc/ |
D | rc-tables.rst | 9 Unfortunately, for several years, there was no effort to create uniform
|
/Linux-v5.10/Documentation/power/powercap/ |
D | powercap.rst | 7 user space in a uniform way.
|
/Linux-v5.10/drivers/base/ |
D | Kconfig | 162 their non-uniform memory nodes.
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/ |
D | mount-matrix.txt | 115 Since the geomagnetic field is not uniform this definition fails if we come
|
/Linux-v5.10/Documentation/scheduler/ |
D | sched-rt-group.rst | 77 lack an EDF scheduler to make non-uniform periods usable.
|
/Linux-v5.10/Documentation/filesystems/nfs/ |
D | rpc-cache.rst | 26 do not have uniform uid assignment
|
/Linux-v5.10/Documentation/powerpc/ |
D | eeh-pci-error-recovery.rst | 85 uniform abstraction layer that will work with all pSeries
|
/Linux-v5.10/Documentation/cdrom/ |
D | cdrom-standard.rst | 35 maintain uniform behavior across all the Linux CD-ROM drivers. 498 order to guarantee a uniform interface to the audio-player software.) 817 devices in a uniform way. The different calls fall into three
|
/Linux-v5.10/Documentation/userspace-api/ioctl/ |
D | cdrom.rst | 604 that the way the code is written on the CD is /not/ uniform
|
/Linux-v5.10/Documentation/filesystems/ |
D | ubifs-authentication.rst | 46 On Linux, the MTD (Memory Technology Devices) subsystem provides a uniform
|
/Linux-v5.10/Documentation/driver-api/nvdimm/ |
D | nvdimm.rst | 599 allows the LIBNVDIMM and LIBNDCTL implementations to be more uniform and
|
/Linux-v5.10/Documentation/admin-guide/cgroup-v1/ |
D | cpusets.rst | 77 non-uniform access times (NUMA) presents additional challenges for
|