/arch/riscv/kernel/ |
D | cacheinfo.c | 24 int levels = 0, leaves = 0, level; in init_cache_level() local 33 levels = 1; in init_cache_level() 43 if (level <= levels) in init_cache_level() 51 levels = level; in init_cache_level() 55 this_cpu_ci->num_levels = levels; in init_cache_level() 67 int levels = 1, level = 1; in populate_cache_leaves() local 84 if (level <= levels) in populate_cache_leaves() 92 levels = level; in populate_cache_leaves()
|
/arch/powerpc/platforms/powernv/ |
D | pci-ioda-tce.c | 53 unsigned long size, unsigned int levels); 190 unsigned long size, unsigned int levels) in pnv_pci_ioda2_table_do_free_pages() argument 195 if (levels) { in pnv_pci_ioda2_table_do_free_pages() 206 levels - 1); in pnv_pci_ioda2_table_do_free_pages() 230 unsigned int levels, unsigned long limit, in pnv_pci_ioda2_table_do_alloc_pages() argument 241 --levels; in pnv_pci_ioda2_table_do_alloc_pages() 242 if (!levels) { in pnv_pci_ioda2_table_do_alloc_pages() 249 levels, limit, current_offset, total_allocated); in pnv_pci_ioda2_table_do_alloc_pages() 264 __u32 page_shift, __u64 window_size, __u32 levels, in pnv_pci_ioda2_table_alloc_pages() argument 276 if (!levels || (levels > POWERNV_IOMMU_MAX_LEVELS)) in pnv_pci_ioda2_table_alloc_pages() [all …]
|
D | pci.h | 199 __u64 window_size, __u32 levels); 237 __u32 page_shift, __u64 window_size, __u32 levels,
|
/arch/mips/kernel/ |
D | cacheinfo.c | 24 int levels = 0, leaves = 0; in init_cache_level() local 31 levels += 1; in init_cache_level() 39 levels++; in init_cache_level() 44 levels++; in init_cache_level() 48 this_cpu_ci->num_levels = levels; in init_cache_level()
|
/arch/arm64/include/asm/ |
D | kvm_arm.h | 185 #define VTCR_EL2_LVLS_TO_SL0(levels) \ argument 186 ((VTCR_EL2_TGRAN_SL0_BASE - (4 - (levels))) << VTCR_EL2_SL0_SHIFT) 258 #define ARM64_VTTBR_X(ipa, levels) ((ipa) - ((levels) * (PAGE_SHIFT - 3))) argument
|
D | kvm_mmu.h | 579 static inline int arm64_vttbr_x(u32 ipa_shift, u32 levels) in arm64_vttbr_x() argument 581 int x = ARM64_VTTBR_X(ipa_shift, levels); in arm64_vttbr_x() 586 static inline u64 vttbr_baddr_mask(u32 ipa_shift, u32 levels) in vttbr_baddr_mask() argument 588 unsigned int x = arm64_vttbr_x(ipa_shift, levels); in vttbr_baddr_mask()
|
/arch/arm64/boot/dts/rockchip/ |
D | rk3399-nanopc-t4.dts | 59 * With 20KHz PWM and an EVERCOOL EC4007H12SA fan, these levels 62 cooling-levels = <0 12 18 255>;
|
/arch/x86/kernel/cpu/microcode/ |
D | core.c | 98 u32 *levels; in amd_check_current_patch_level() local 103 levels = (u32 *)__pa_nodebug(&final_levels); in amd_check_current_patch_level() 105 levels = final_levels; in amd_check_current_patch_level() 107 for (i = 0; levels[i]; i++) { in amd_check_current_patch_level() 108 if (lvl == levels[i]) in amd_check_current_patch_level()
|
/arch/arm/boot/dts/ |
D | wm8850-w70v2.dts | 22 brightness-levels = <0 40 60 80 100 130 190 255>;
|
D | imx6dl-aristainetos_7.dts | 53 brightness-levels = <0 4 8 16 32 64 128 255>;
|
D | at91-dvk_su60_somc_lcm.dtsi | 14 brightness-levels = <0 4 8 16 32 64 128 255>;
|
D | imx6dl-aristainetos_4.dts | 18 brightness-levels = <0 4 8 16 32 64 128 255>;
|
D | at91sam9x5dm.dtsi | 15 brightness-levels = <0 4 8 16 32 64 128 255>;
|
D | sun5i-a13-utoo-p66.dts | 71 /* Note levels of 10 / 20% result in backlight off */ 72 brightness-levels = <0 30 40 50 60 70 80 90 100>;
|
D | rk3288-veyron-tiger.dts | 26 brightness-levels = <
|
D | imx6ul-kontron-n6310-s-43.dts | 18 brightness-levels = <0 4 8 16 32 64 128 255>;
|
D | ep7211-edb7211.dts | 18 brightness-levels = <
|
D | imx7ulp-evk.dts | 28 brightness-levels = <0 20 25 30 35 40 100>;
|
D | imx6q-logicpd.dts | 17 brightness-levels = <0 4 8 16 32 64 128 255>;
|
/arch/ia64/kernel/ |
D | topology.c | 305 unsigned long i, levels, unique_caches; in cpu_cache_sysfs_init() local 312 if ((status = ia64_pal_cache_summary(&levels, &unique_caches)) != 0) { in cpu_cache_sysfs_init() 322 for (i=0; i < levels; i++) { in cpu_cache_sysfs_init()
|
D | palinfo.c | 214 unsigned long i, levels, unique_caches; in cache_info() local 219 if ((status = ia64_pal_cache_summary(&levels, &unique_caches)) != 0) { in cache_info() 225 levels, unique_caches); in cache_info() 227 for (i=0; i < levels; i++) { in cache_info()
|
/arch/powerpc/include/asm/ |
D | iommu.h | 166 __u32 levels); 171 __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 | 549 unsigned long levels, unique_caches; in set_pci_dfl_cacheline_size() local 553 status = ia64_pal_cache_summary(&levels, &unique_caches); in set_pci_dfl_cacheline_size() 560 status = ia64_pal_cache_config_info(levels - 1, in set_pci_dfl_cacheline_size()
|
/arch/arm64/kvm/ |
D | Kconfig | 45 levels of fake page tables.
|