/arch/mips/kernel/ |
D | cacheinfo.c | 35 int levels = 0, leaves = 0; in __init_cache_level() local 42 levels += 1; in __init_cache_level() 50 levels++; in __init_cache_level() 55 levels++; in __init_cache_level() 59 this_cpu_ci->num_levels = levels; in __init_cache_level()
|
/arch/x86/kernel/cpu/microcode/ |
D | core.c | 102 u32 *levels; in amd_check_current_patch_level() local 107 levels = (u32 *)__pa_nodebug(&final_levels); in amd_check_current_patch_level() 109 levels = final_levels; in amd_check_current_patch_level() 111 for (i = 0; levels[i]; i++) { in amd_check_current_patch_level() 112 if (lvl == levels[i]) in amd_check_current_patch_level()
|
/arch/arm/boot/dts/ |
D | wm8850-w70v2.dts | 23 brightness-levels = <0 40 60 80 100 130 190 255>;
|
D | imx6dl-aristainetos_7.dts | 58 brightness-levels = <0 4 8 16 32 64 128 255>;
|
D | imx53-tx53-x13x.dts | 30 brightness-levels = < 50 brightness-levels = <
|
D | imx6dl-aristainetos_4.dts | 22 brightness-levels = <0 4 8 16 32 64 128 255>;
|
D | at91sam9x5dm.dtsi | 61 brightness-levels = <0 4 8 16 32 64 128 255>;
|
D | imx6dl-tx6u-811x.dts | 64 brightness-levels = < 0 1 2 3 4 5 6 7 8 9 86 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
|
D | sun5i-a13-utoo-p66.dts | 73 /* Note levels of 10 / 20% result in backlight off */ 74 brightness-levels = <0 30 40 50 60 70 80 90 100>;
|
D | imx6q-tx6q-1110.dts | 64 brightness-levels = < 0 1 2 3 4 5 6 7 8 9 86 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
|
D | ep7211-edb7211.dts | 21 brightness-levels = <
|
D | imx6q-tx6q-11x0-mb7.dts | 65 brightness-levels = < 0 1 2 3 4 5 6 7 8 9 87 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
|
D | imx6dl-tx6u-81xx-mb7.dts | 64 brightness-levels = < 0 1 2 3 4 5 6 7 8 9 86 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
|
D | tegra20-medcom-wide.dts | 55 brightness-levels = <0 4 8 16 32 64 128 255>;
|
D | imx28-cfa10058.dts | 141 brightness-levels = <0 4 8 16 32 64 128 255>;
|
D | imx23-evk.dts | 156 brightness-levels = <0 4 8 16 32 64 128 255>;
|
D | exynos4412-odroidu3.dts | 43 cooling-levels = <0 102 170 230>;
|
/arch/ia64/kernel/ |
D | topology.c | 310 unsigned long i, levels, unique_caches; in cpu_cache_sysfs_init() local 317 if ((status = ia64_pal_cache_summary(&levels, &unique_caches)) != 0) { in cpu_cache_sysfs_init() 327 for (i=0; i < levels; i++) { in cpu_cache_sysfs_init()
|
D | palinfo.c | 213 unsigned long i, levels, unique_caches; in cache_info() local 218 if ((status = ia64_pal_cache_summary(&levels, &unique_caches)) != 0) { in cache_info() 224 levels, unique_caches); in cache_info() 226 for (i=0; i < levels; i++) { in cache_info()
|
/arch/frv/kernel/ |
D | irq.c | 152 #error dont know external IRQ trigger levels for this setup in init_IRQ()
|
/arch/powerpc/include/asm/ |
D | iommu.h | 173 __u32 levels); 178 __u32 levels,
|
/arch/sparc/kernel/ |
D | sun4d_smp.c | 229 #define IGEN_MESSAGE(bcast, devid, sid, levels) \ argument 230 (((bcast) << 31) | ((devid) << 23) | ((sid) << 15) | (levels))
|
/arch/ia64/pci/ |
D | pci.c | 550 unsigned long levels, unique_caches; in set_pci_dfl_cacheline_size() local 554 status = ia64_pal_cache_summary(&levels, &unique_caches); in set_pci_dfl_cacheline_size() 561 status = ia64_pal_cache_config_info(levels - 1, in set_pci_dfl_cacheline_size()
|
/arch/arm64/kvm/ |
D | Kconfig | 42 levels of fake page tables.
|
/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 2444 __u32 page_shift, __u64 window_size, __u32 levels, 2448 int num, __u32 page_shift, __u64 window_size, __u32 levels, in pnv_pci_ioda2_create_table() argument 2466 levels, tbl); in pnv_pci_ioda2_create_table() 2558 __u64 window_size, __u32 levels) in pnv_pci_ioda2_get_table_size() argument 2567 if (!levels || (levels > POWERNV_IOMMU_MAX_LEVELS) || in pnv_pci_ioda2_get_table_size() 2573 entries_shift = (entries_shift + levels - 1) / levels; in pnv_pci_ioda2_get_table_size() 2578 for ( ; levels; --levels) { in pnv_pci_ioda2_get_table_size() 2735 unsigned levels, unsigned long limit, in pnv_pci_ioda2_table_do_alloc_pages() argument 2754 --levels; in pnv_pci_ioda2_table_do_alloc_pages() 2755 if (!levels) { in pnv_pci_ioda2_table_do_alloc_pages() [all …]
|