| /arch/powerpc/platforms/powernv/ |
| A D | pci-ioda-tce.c | 81 unsigned long size, unsigned int levels); 217 unsigned long size, unsigned int levels) in pnv_pci_ioda2_table_do_free_pages() argument 222 if (levels) { in pnv_pci_ioda2_table_do_free_pages() 233 levels - 1); in pnv_pci_ioda2_table_do_free_pages() 268 --levels; in pnv_pci_ioda2_table_do_alloc_pages() 269 if (!levels) { in pnv_pci_ioda2_table_do_alloc_pages() 303 if (!levels || (levels > POWERNV_IOMMU_MAX_LEVELS)) in pnv_pci_ioda2_table_alloc_pages() 310 entries_shift = (entries_shift + levels - 1) / levels; in pnv_pci_ioda2_table_alloc_pages() 350 tbl->it_indirect_levels = levels - 1; in pnv_pci_ioda2_table_alloc_pages() 356 tbl->it_userspace, 1, levels); in pnv_pci_ioda2_table_alloc_pages() [all …]
|
| A D | pci-ioda.c | 1361 levels, alloc_userspace_copy, tbl); in pnv_pci_ioda2_create_table() 1404 unsigned int levels = tces_order / tcelevel_order; in pnv_pci_ioda2_setup_default_config() local 1407 levels += 1; in pnv_pci_ioda2_setup_default_config() 1412 levels = max_t(unsigned int, levels, POWERNV_IOMMU_DEFAULT_LEVELS); in pnv_pci_ioda2_setup_default_config() 1415 window_size, levels, false, &tbl); in pnv_pci_ioda2_setup_default_config() 1480 __u64 window_size, __u32 levels) in pnv_pci_ioda2_get_table_size() argument 1489 if (!levels || (levels > POWERNV_IOMMU_MAX_LEVELS) || in pnv_pci_ioda2_get_table_size() 1494 entries_shift = (entries_shift + levels - 1) / levels; in pnv_pci_ioda2_get_table_size() 1499 for ( ; levels; --levels) { in pnv_pci_ioda2_get_table_size() 1517 num, page_shift, window_size, levels, true, ptbl); in pnv_pci_ioda2_create_table_userspace() [all …]
|
| A D | pci.h | 284 __u64 window_size, __u32 levels); 312 __u32 page_shift, __u64 window_size, __u32 levels,
|
| /arch/mips/kernel/ |
| A 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() 49 levels++; in init_cache_level() 53 this_cpu_ci->num_levels = levels; in init_cache_level()
|
| /arch/arm/boot/dts/nuvoton/ |
| A D | nuvoton-npcm750-evb.dts | 285 cooling-levels = <127 255>; 290 cooling-levels = /bits/ 8 <127 255>; 295 cooling-levels = /bits/ 8 <127 255>; 300 cooling-levels = /bits/ 8 <127 255>; 305 cooling-levels = /bits/ 8 <127 255>; 310 cooling-levels = /bits/ 8 <127 255>; 315 cooling-levels = /bits/ 8 <127 255>; 320 cooling-levels = /bits/ 8 <127 255>;
|
| A D | nuvoton-npcm750-runbmc-olympus.dts | 849 cooling-levels = <127 255>; 854 cooling-levels = /bits/ 8 <127 255>; 859 cooling-levels = /bits/ 8 <127 255>; 864 cooling-levels = /bits/ 8 <127 255>; 869 cooling-levels = /bits/ 8 <127 255>; 874 cooling-levels = /bits/ 8 <127 255>; 879 cooling-levels = /bits/ 8 <127 255>; 884 cooling-levels = /bits/ 8 <127 255>;
|
| A D | nuvoton-npcm730-gsj.dts | 374 cooling-levels = <127 255>; 380 cooling-levels = /bits/ 8 <127 255>; 386 cooling-levels = /bits/ 8 <127 255>;
|
| /arch/arm64/mm/ |
| A D | trans_pgd.c | 248 unsigned long level_mask, prev_level_entry, *levels[4]; in trans_pgd_idmap_page() local 255 levels[this_level] = trans_alloc(info); in trans_pgd_idmap_page() 256 if (!levels[this_level]) in trans_pgd_idmap_page() 264 *(levels[this_level] + index) = prev_level_entry; in trans_pgd_idmap_page() 266 pfn = virt_to_pfn(levels[this_level]); in trans_pgd_idmap_page()
|
| /arch/openrisc/kernel/ |
| A D | cacheinfo.c | 33 int leaves = 0, levels = 0; in init_cache_level() local 76 levels = 1; in init_cache_level() 79 this_cpu_ci->num_levels = levels; in init_cache_level()
|
| /arch/riscv/kernel/ |
| A D | cacheinfo.c | 84 int levels = 1, level = 1; in populate_cache_leaves() local 126 if (level <= levels) in populate_cache_leaves() 134 levels = level; in populate_cache_leaves()
|
| /arch/arm64/include/asm/ |
| A D | kvm_arm.h | 213 #define VTCR_EL2_LVLS_TO_SL0(levels) \ argument 214 ((VTCR_EL2_TGRAN_SL0_BASE - (4 - (levels))) << VTCR_EL2_SL0_SHIFT) 286 #define ARM64_VTTBR_X(ipa, levels) ((ipa) - ((levels) * (PAGE_SHIFT - 3))) argument
|
| /arch/arm64/boot/dts/renesas/ |
| A D | r8a779g3-sparrow-hawk-fan-pwm.dtso | 37 /* Available cooling levels */ 38 cooling-levels = <0 50 100 150 200 255>;
|
| A D | hihope-rzg2-ex-lvds.dtsi | 13 brightness-levels = <0 2 8 16 32 64 128 255>;
|
| /arch/arm64/boot/dts/rockchip/ |
| A D | rk3399-nanopc-t4.dts | 59 * With 20KHz PWM and an EVERCOOL EC4007H12SA fan, these levels 62 cooling-levels = <0 12 18 255>;
|
| /arch/arm/boot/dts/ti/omap/ |
| A D | am57xx-idk-lcd-osd101t2045.dtso | 18 brightness-levels = <0 51 53 56 62 75 101 152 255>;
|
| A D | omap4-xyboard-mz609.dts | 22 brightness-levels = <31 63 95 127 159 191 223 255>;
|
| A D | am57xx-idk-lcd-osd101t2587.dtso | 21 brightness-levels = <0 51 53 56 62 75 101 152 255>;
|
| /arch/arm64/boot/dts/freescale/ |
| A D | tqma8xxs-mb-smarc-2.dtsi | 19 brightness-levels = <0 4 8 16 32 64 128 255>; 31 brightness-levels = <0 4 8 16 32 64 128 255>;
|
| A D | imx8mp-libra-rdk-fpsc-lvds-etml1010g3dra.dtso | 13 brightness-levels = <0 8 16 32 64 128 255>;
|
| /arch/arm/boot/dts/nxp/imx/ |
| A D | imx6qdl-tx6-lvds.dtsi | 17 brightness-levels = < 0 1 2 3 4 5 6 7 8 9 35 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
|
| A D | imx53-tx53-x13x.dts | 24 brightness-levels = < 44 brightness-levels = <
|
| A D | imx6dl-aristainetos_7.dts | 53 brightness-levels = <0 4 8 16 32 64 128 255>;
|
| /arch/x86/kernel/cpu/microcode/ |
| A D | core.c | 86 u32 *levels; in amd_check_current_patch_level() local 93 levels = final_levels; in amd_check_current_patch_level() 95 for (i = 0; levels[i]; i++) { in amd_check_current_patch_level() 96 if (lvl == levels[i]) in amd_check_current_patch_level()
|
| /arch/arm/boot/dts/vt8500/ |
| A D | wm8850-w70v2.dts | 22 brightness-levels = <0 40 60 80 100 130 190 255>;
|
| /arch/arm64/boot/dts/allwinner/ |
| A D | sun50i-a64-pinephone-1.1.dts | 22 brightness-levels = <
|