| /linux/arch/x86/include/asm/ |
| H A D | mtrr.h | 50 extern u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform); 71 static inline u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform) in mtrr_type_lookup() argument 77 *uniform = 1; in mtrr_type_lookup()
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| H A D | generic.c | 486 static u8 type_merge(u8 type, u8 new_type, u8 *uniform) in type_merge() argument 495 *uniform = 0; in type_merge() 513 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() argument 520 *uniform = 0; in mtrr_type_lookup() 524 *uniform = 1; in mtrr_type_lookup() 537 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup() 544 type = type_merge(type, cache_map[i].type, uniform); in mtrr_type_lookup() 551 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup()
|
| /linux/arch/x86/mm/ |
| H A D | pgtable.c | 637 u8 uniform; in pud_set_huge() local 639 mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge() 640 if (!uniform) in pud_set_huge() 666 u8 uniform; in pmd_set_huge() local 668 mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge() 669 if (!uniform) { in pmd_set_huge()
|
| /linux/mm/ |
| H A D | numa_emulation.c | 226 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/Documentation/watchdog/ |
| H A D | watchdog-pm.rst | 12 handling to ensure a uniform behaviour for Linux systems.
|
| /linux/Documentation/networking/ |
| H A D | x25.rst | 20 provide a uniform device driver interface, and simplify configuration.
|
| /linux/arch/x86/mm/pat/ |
| H A D | memtype.c | 370 u8 mtrr_type, uniform; in pat_x_mtrr_type() local 372 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | using-gpio.rst | 39 any circumstances deploy any uniform products using GPIO from userspace.
|
| /linux/arch/x86/kernel/ |
| H A D | head_64.S | 494 pushq $0 # Dummy error code, to make stack frame uniform
|
| /linux/Documentation/userspace-api/media/rc/ |
| H A D | rc-tables.rst | 9 Unfortunately, for several years, there was no effort to create uniform
|
| /linux/Documentation/power/powercap/ |
| H A D | powercap.rst | 7 user space in a uniform way.
|
| /linux/Documentation/devicetree/bindings/iio/ |
| H A D | mount-matrix.txt | 115 Since the geomagnetic field is not uniform this definition fails if we come
|
| /linux/Documentation/scheduler/ |
| H A D | sched-rt-group.rst | 77 lack an EDF scheduler to make non-uniform periods usable.
|
| /linux/drivers/base/ |
| H A D | Kconfig | 182 their non-uniform memory nodes.
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | client-identifier.rst | 159 hostname remains uniform.
|
| H A D | rpc-cache.rst | 26 do not have uniform uid assignment
|
| /linux/Documentation/gpu/ |
| H A D | introduction.rst | 9 interrupt handling and DMA easier, and provide a uniform interface to
|
| /linux/Documentation/gpu/rfc/ |
| H A D | color_pipeline.rst | 126 * custom (uniform) 1D LUT
|
| /linux/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 35 maintain uniform behavior across all the Linux CD-ROM drivers. 487 order to guarantee a uniform interface to the audio-player software.) 806 devices in a uniform way. The different calls fall into three
|
| /linux/Documentation/userspace-api/ioctl/ |
| H A D | cdrom.rst | 607 that the way the code is written on the CD is /not/ uniform
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 1258 unsigned int uniform; member 8618 perf_pmu_types.uniform = snapshot_sysfs_counter(path); in linux_perf_init() 9404 …fd_l2_percpu[cpu] = open_perf_counter(cpu, perf_pmu_types.uniform, perf_model_support->first.refs,… in perf_l2_init() 9406 …err(-1, "%s(cpu%d, 0x%x, 0x%llx) REFS", __func__, cpu, perf_pmu_types.uniform, perf_model_support-… in perf_l2_init() 9410 …retval = open_perf_counter(cpu, perf_pmu_types.uniform, perf_model_support->first.hits, fd_l2_perc… in perf_l2_init() 9412 …err(-1, "%s(cpu%d, 0x%x, 0x%llx) HITS", __func__, cpu, perf_pmu_types.uniform, perf_model_support-… in perf_l2_init()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cpusets.rst | 77 non-uniform access times (NUMA) presents additional challenges for
|