/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pcsx-defs.h | 35 return CVMX_ADD_IO_SEG(0x00011800B0001010ull) + ((offset) + (block_id) * 0x20000ull) * 1024; in CVMX_PCSX_ANX_ADV_REG() 38 return CVMX_ADD_IO_SEG(0x00011800B0001010ull) + ((offset) + (block_id) * 0x20000ull) * 1024; in CVMX_PCSX_ANX_ADV_REG() 42 return CVMX_ADD_IO_SEG(0x00011800B0001010ull) + ((offset) + (block_id) * 0x20000ull) * 1024; in CVMX_PCSX_ANX_ADV_REG() 44 return CVMX_ADD_IO_SEG(0x00011800B0001010ull) + ((offset) + (block_id) * 0x4000ull) * 1024; in CVMX_PCSX_ANX_ADV_REG() 46 return CVMX_ADD_IO_SEG(0x00011800B0001010ull) + ((offset) + (block_id) * 0x20000ull) * 1024; in CVMX_PCSX_ANX_ADV_REG() 53 return CVMX_ADD_IO_SEG(0x00011800B0001028ull) + ((offset) + (block_id) * 0x20000ull) * 1024; in CVMX_PCSX_ANX_EXT_ST_REG() 56 return CVMX_ADD_IO_SEG(0x00011800B0001028ull) + ((offset) + (block_id) * 0x20000ull) * 1024; in CVMX_PCSX_ANX_EXT_ST_REG() 60 return CVMX_ADD_IO_SEG(0x00011800B0001028ull) + ((offset) + (block_id) * 0x20000ull) * 1024; in CVMX_PCSX_ANX_EXT_ST_REG() 62 return CVMX_ADD_IO_SEG(0x00011800B0001028ull) + ((offset) + (block_id) * 0x4000ull) * 1024; in CVMX_PCSX_ANX_EXT_ST_REG() 64 return CVMX_ADD_IO_SEG(0x00011800B0001028ull) + ((offset) + (block_id) * 0x20000ull) * 1024; in CVMX_PCSX_ANX_EXT_ST_REG() [all …]
|
/linux/drivers/media/platform/ti/omap3isp/ |
H A D | luma_enhance_table.h | 27 9215, 8191, 7167, 6143, 5119, 4095, 3071, 1024, 28 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 29 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | fib_offload_lib.sh | 67 ip -n $ns route add 192.0.2.0/24 dev dummy1 tos 0 metric 1024 68 fib4_trap_check $ns "192.0.2.0/24 dev dummy1 tos 0 metric 1024" false 71 ip -n $ns route append 192.0.2.0/24 dev dummy2 tos 0 metric 1024 72 fib4_trap_check $ns "192.0.2.0/24 dev dummy2 tos 0 metric 1024" true 75 ip -n $ns route prepend 192.0.2.0/24 dev dummy3 tos 0 metric 1024 76 fib4_trap_check $ns "192.0.2.0/24 dev dummy3 tos 0 metric 1024" false 79 fib4_trap_check $ns "192.0.2.0/24 dev dummy1 tos 0 metric 1024" true 98 ip -n $ns route add 192.0.2.0/24 dev dummy1 tos 0 metric 1024 99 fib4_trap_check $ns "192.0.2.0/24 dev dummy1 tos 0 metric 1024" false 102 ip -n $ns route add 192.0.2.0/24 dev dummy1 tos 8 metric 1024 [all …]
|
/linux/drivers/media/platform/chips-media/wave5/ |
H A D | wave5-vpuconfig.h | 28 #define WAVE517_WORKBUF_SIZE (2 * 1024 * 1024) 29 #define WAVE521ENC_WORKBUF_SIZE (128 * 1024) //HEVC 128K, AVC 40K 30 #define WAVE521DEC_WORKBUF_SIZE (1784 * 1024) 31 #define WAVE515DEC_WORKBUF_SIZE (2 * 1024 * 1024) 59 #define W5_REMAP_MAX_SIZE (1024 * 1024) 61 #define WAVE521_MAX_CODE_BUF_SIZE (2 * 1024 * 1024) 62 #define WAVE515_MAX_CODE_BUF_SIZE (1024 * 1024) 63 #define WAVE5_TEMPBUF_SIZE (1024 * 1024) 66 #define WAVE515_ONE_TASKBUF_SIZE (8 * 1024 * 1024)
|
/linux/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga_reg.h | 100 #define SVGA_MAX_CURSOR_CMD_BYTES (40 * 1024) 101 #define SVGA_MAX_CURSOR_CMD_DIMENSION 1024 211 SVGA_PALETTE_BASE = 1024, 258 #define SVGA_CB_MAX_COMMAND_SIZE (32 * 1024) 662 #define SVGA_CMD_MAX_DATASIZE (256 * 1024) 869 #define SVGA_VRAM_MIN_SIZE_3D (16 * 1024 * 1024) 870 #define SVGA_VRAM_MAX_SIZE (128 * 1024 * 1024) 871 #define SVGA_MEMORY_SIZE_MAX (1024 * 1024 * 1024) 872 #define SVGA_FIFO_SIZE_MAX (2 * 1024 * 1024) 873 #define SVGA_GRAPHICS_MEMORY_KB_MIN (32 * 1024) [all …]
|
/linux/tools/testing/selftests/mm/ |
H A D | hugetlb_reparenting_test.sh | 44 mb=$(($kb / 1024)) 73 local tolerance=$((5 * 1024 * 1024)) 79 echo actual a = $((${actual_a%% *} / 1024 / 1024)) MB 80 echo expected a = $((${expected_a%% *} / 1024 / 1024)) MB 91 echo actual a hugetlb = $((${actual_a_hugetlb%% *} / 1024 / 1024)) MB 92 echo expected a hugetlb = $((${expected_a_hugetlb%% *} / 1024 / 1024)) MB 107 echo actual b = $((${actual_b%% *} / 1024 / 1024)) MB 108 echo expected b = $((${expected_b%% *} / 1024 / 1024)) MB 119 echo actual b hugetlb = $((${actual_b_hugetlb%% *} / 1024 / 1024)) MB 120 echo expected b hugetlb = $((${expected_b_hugetlb%% *} / 1024 / 1024)) MB [all …]
|
/linux/Documentation/fb/ |
H A D | viafb.modes | 359 timings 20834 144 40 18 1 104 3 endmode mode "1024x576-60" 361 geometry 1024 576 1024 576 32 362 timings 21278 144 40 17 1 104 3 endmode mode "1024x600-60" 364 geometry 1024 600 1024 600 32 369 # 1024x512, 60 Hz, Non-Interlaced (41.291 MHz dotclock) 372 # Resolution 1024 512 386 mode "1024x512-60" 388 geometry 1024 512 1024 512 32 391 # 1024x600, 60 Hz, Non-Interlaced (48.875 MHz dotclock) 394 # Resolution 1024 768 [all …]
|
H A D | viafb.rst | 23 848x480(60 Hz), 856x480(60 Hz), 1024x512(60 Hz), 24 1024x768(60, 75, 85, 100 Hz), 1152x864(75 Hz), 43 viafb_mode1=1024x768 viafb_bpp=16 viafb_refresh1=60 50 - 1024x768 69 - 2 : Resolution: 1024x768, Channel: single, Dithering: Enable (default) 76 - 9 : Resolution: 1024x768, Channel: dual, Dithering: Enable 77 - 10: Resolution: 1024x768, Channel: single, Dithering: Disable 78 - 11: Resolution: 1024x768, Channel: dual, Dithering: Disable 84 - 17: Resolution: 1024x600, Channel: single, Dithering: Enable 100 - 1024x768 [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramnv04.c | 41 size *= 1024 * 1024; in nv04_ram_new() 45 size = 32 * 1024 * 1024; in nv04_ram_new() 48 size = 16 * 1024 * 1024; in nv04_ram_new() 51 size = 8 * 1024 * 1024; in nv04_ram_new() 54 size = 4 * 1024 * 1024; in nv04_ram_new()
|
/linux/arch/alpha/kernel/ |
H A D | pci_impl.h | 47 #define XL_DEFAULT_MEM_BASE ((16+2)*1024*1024) /* 16M to 64M-1 is avail */ 53 #define APECS_AND_LCA_DEFAULT_MEM_BASE ((16+2)*1024*1024) 61 #define MCPCIA_DEFAULT_MEM_BASE ((32+2)*1024*1024) 62 #define T2_DEFAULT_MEM_BASE ((16+1)*1024*1024) 68 #define DEFAULT_MEM_BASE ((128+16)*1024*1024) 71 #define CIA_DEFAULT_MEM_BASE ((32+2)*1024*1024) 73 #define IRONGATE_DEFAULT_MEM_BASE ((256*8-16)*1024*1024) 75 #define DEFAULT_AGP_APER_SIZE (64*1024*1024)
|
/linux/drivers/gpu/drm/tests/ |
H A D | drm_damage_helper_test.c | 146 0x3fffe + (1024 << 16), 0x3fffe + (768 << 16)); in drm_test_damage_iter_no_damage_fractional_src() 148 0x3fffe + (1024 << 16), 0x3fffe + (768 << 16)); in drm_test_damage_iter_no_damage_fractional_src() 166 set_plane_src(&mock->old_state, 0, 0, 1024 << 16, 768 << 16); in drm_test_damage_iter_no_damage_src_moved() 168 (10 + 1024) << 16, (10 + 768) << 16); in drm_test_damage_iter_no_damage_src_moved() 186 0x3fffe + (1024 << 16), 0x3fffe + (768 << 16)); in drm_test_damage_iter_no_damage_fractional_src_moved() 188 0x40002 + (1024 << 16), 0x40002 + (768 << 16)); in drm_test_damage_iter_no_damage_fractional_src_moved() 206 set_plane_src(&mock->old_state, 0, 0, 1024 << 16, 768 << 16); in drm_test_damage_iter_no_damage_not_visible() 207 set_plane_src(&mock->state, 0, 0, 1024 << 16, 768 << 16); in drm_test_damage_iter_no_damage_not_visible() 224 set_plane_src(&mock->old_state, 0, 0, 1024 << 16, 768 << 16); in drm_test_damage_iter_no_damage_no_crtc() 225 set_plane_src(&mock->state, 0, 0, 1024 << 16, 768 << 16); in drm_test_damage_iter_no_damage_no_crtc() [all …]
|
H A D | drm_plane_helper_test.c | 20 DRM_MODE("1024x768", 0, 65000, 1024, 1048, 148 .src_expected = { 0, 0, 1024 << 16, 768 << 16 }, 149 .crtc_expected = { 0, 0, 1024, 768 }, 162 .src_expected = { 0, 0, 768 << 16, 1024 << 16 }, 163 .crtc_expected = { 0, 0, 1024, 768 }, 181 .crtc = { 0, 0, 1024, 768 }, 187 .crtc_expected = { 0, 0, 1024, 768 }, 193 .crtc = { 0, 0, 1024, 768 }, 199 .crtc_expected = { 0, 0, 1024, 768 }, 222 .src_expected = { 0x40002, 0x40002, 1024 << 16, 768 << 16 }, [all …]
|
/linux/drivers/video/fbdev/riva/ |
H A D | nv_driver.c | 174 memlen = 1024 * 4; in riva_get_memlen() 177 memlen = 1024 * 2; in riva_get_memlen() 180 memlen = 1024 * 8; in riva_get_memlen() 184 memlen = 1024 * 8; in riva_get_memlen() 192 memlen = 1024 * 8; in riva_get_memlen() 195 memlen = 1024 * 4; in riva_get_memlen() 198 memlen = 1024 * 2; in riva_get_memlen() 206 1024 * 2 + 1024 * 2; in riva_get_memlen() 210 memlen = 1024 * 32; in riva_get_memlen() 213 memlen = 1024 * 4; in riva_get_memlen() [all …]
|
/linux/Documentation/scheduler/ |
H A D | sched-util-clamp.rst | 73 CPUs with capacity < 1024 76 CPUs with capacity = 1024 90 UCLAMP_MIN=1024 will ensure such tasks will always see the highest performance 193 0 1024 217 The range of each bucket is 1024/N. For example, for the default value of 222 DELTA = round_closest(1024/5) = 204.8 = 205 228 Bucket 4: [820:1024] 235 p->uclamp[UCLAMP_MAX] = 1024 330 Uclamp performance request has the range of 0 to 1024 inclusive. 354 attr->sched_util_min = 40% * 1024; [all …]
|
/linux/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm63xx_io.h | 13 #define BCM_PCMCIA_COMMON_SIZE (16 * 1024 * 1024) 18 #define BCM_PCMCIA_ATTR_SIZE (16 * 1024 * 1024) 23 #define BCM_PCMCIA_IO_SIZE (64 * 1024) 28 #define BCM_PCI_MEM_SIZE (128 * 1024 * 1024) 33 #define BCM_PCI_IO_SIZE (64 * 1024) 40 #define BCM_CB_MEM_SIZE (128 * 1024 * 1024) 45 #define BCM_PCIE_MEM_SIZE (16 * 1024 * 1024)
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_fdinfo.c | 85 drm_printf(p, "drm-memory-vram:\t%llu KiB\n", stats.vram/1024UL); in amdgpu_show_fdinfo() 86 drm_printf(p, "drm-memory-gtt: \t%llu KiB\n", stats.gtt/1024UL); in amdgpu_show_fdinfo() 87 drm_printf(p, "drm-memory-cpu: \t%llu KiB\n", stats.cpu/1024UL); in amdgpu_show_fdinfo() 89 stats.visible_vram/1024UL); in amdgpu_show_fdinfo() 91 stats.evicted_vram/1024UL); in amdgpu_show_fdinfo() 93 stats.evicted_visible_vram/1024UL); in amdgpu_show_fdinfo() 95 stats.requested_vram/1024UL); in amdgpu_show_fdinfo() 97 stats.requested_visible_vram/1024UL); in amdgpu_show_fdinfo() 99 stats.requested_gtt/1024UL); in amdgpu_show_fdinfo() 100 drm_printf(p, "drm-shared-vram:\t%llu KiB\n", stats.vram_shared/1024UL); in amdgpu_show_fdinfo() [all …]
|
/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | sample.json | 334 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 trunc 1024 index 10", 337 …"matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 trunc_size 1024 pipe.*index 10 re… 492 … "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 trunc 112233445566 index 11", 495 …"matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 trunc_size 112233445566.*index 11… 517 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 index 5294967299", 520 … "matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 pipe.*index 5294967299 ref", 542 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 index 4294967295", 545 … "matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 pipe.*index 4294967295 ref", 569 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 index 45 cookie aabbccdd", 572 … "matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 pipe.*index 45.*cookie aabbccdd", [all …]
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_stolen.c | 254 *size = 1024 * 1024; in gen6_get_stolen_reserved() 257 *size = 512 * 1024; in gen6_get_stolen_reserved() 260 *size = 256 * 1024; in gen6_get_stolen_reserved() 263 *size = 128 * 1024; in gen6_get_stolen_reserved() 266 *size = 1024 * 1024; in gen6_get_stolen_reserved() 289 *size = 1024 * 1024; in vlv_get_stolen_reserved() 316 *size = 1024 * 1024; in gen7_get_stolen_reserved() 319 *size = 256 * 1024; in gen7_get_stolen_reserved() 322 *size = 1024 * 1024; in gen7_get_stolen_reserved() 343 *size = 1024 * 1024; in chv_get_stolen_reserved() [all …]
|
/linux/drivers/video/fbdev/sis/ |
H A D | sis_main.h | 221 {"1024x576x8", {0x71,0x71}, 0x0000, 0x0000, 1024, 576, 8, 1, 128, 36, MD_SIS300|MD_SIS315}, 222 {"1024x576x16", {0x74,0x74}, 0x0000, 0x0000, 1024, 576, 16, 1, 128, 36, MD_SIS300|MD_SIS315}, 223 {"1024x576x24", {0x77,0x77}, 0x0000, 0x0000, 1024, 576, 32, 1, 128, 36, MD_SIS300|MD_SIS315}, 224 {"1024x576x32", {0x77,0x77}, 0x0000, 0x0000, 1024, 576, 32, 1, 128, 36, MD_SIS300|MD_SIS315}, 225 {"1024x600x8", {0x20,0x20}, 0x0000, 0x0000, 1024, 600, 8, 1, 128, 37, MD_SIS300 }, 226 {"1024x600x16", {0x21,0x21}, 0x0000, 0x0000, 1024, 600, 16, 1, 128, 37, MD_SIS300 }, 227 {"1024x600x24", {0x22,0x22}, 0x0000, 0x0000, 1024, 600, 32, 1, 128, 37, MD_SIS300 }, 228 /*70*/ {"1024x600x32", {0x22,0x22}, 0x0000, 0x0000, 1024, 600, 32, 1, 128, 37, MD_SIS300 … 229 {"1024x768x8", {0x38,0x38}, 0x0105, 0x0105, 1024, 768, 8, 2, 128, 48, MD_SIS300|MD_SIS315}, 230 {"1024x768x16", {0x4a,0x4a}, 0x0117, 0x0117, 1024, 768, 16, 2, 128, 48, MD_SIS300|MD_SIS315}, [all …]
|
/linux/tools/perf/tests/ |
H A D | unit_number__scnprintf.c | 17 { 10*1024, "10K" }, in test__unit_number__scnprint() 18 { 20*1024*1024, "20M" }, in test__unit_number__scnprint() 19 { 30*1024*1024*1024ULL, "30G" }, in test__unit_number__scnprint()
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | pm660.dtsi | 112 qcom,decimation = <1024>; 119 qcom,decimation = <1024>; 126 qcom,decimation = <1024>; 134 qcom,decimation = <1024>; 143 qcom,decimation = <1024>; 152 qcom,decimation = <1024>; 161 qcom,decimation = <1024>; 170 qcom,decimation = <1024>; 179 qcom,decimation = <1024>; 187 qcom,decimation = <1024>; [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_ft_pool.c | 14 #define FT_SIZE (16 * 1024 * 1024) 15 static const unsigned int FT_POOLS[] = { 4 * 1024 * 1024, 16 1 * 1024 * 1024, 17 64 * 1024,
|
/linux/tools/testing/selftests/net/af_unix/ |
H A D | test_unix_oob.c |
|
/linux/drivers/soc/qcom/ |
H A D | llcc-qcom.c | 158 {LLCC_CPUSS1, 3, 1024, 1, 1, 0x00FF, 0x0, 0, 0, 0, 1, 0, 0, 0}, 160 {LLCC_AUDIO, 6, 1024, 1, 1, 0x00FF, 0x0, 0, 0, 0, 0, 0, 0, 0}, 162 {LLCC_GPUHTW, 11, 1024, 1, 1, 0x00FF, 0x0, 0, 0, 0, 1, 0, 0, 0}, 163 {LLCC_GPU, 12, 1024, 1, 1, 0x00FF, 0x0, 0, 0, 0, 1, 0, 1, 0}, 164 {LLCC_MMUHWT, 13, 1024, 1, 1, 0x00FF, 0x0, 0, 0, 0, 0, 1, 0, 0}, 165 {LLCC_CMPTDMA, 15, 1024, 1, 1, 0x00FF, 0x0, 0, 0, 0, 1, 0, 0, 0}, 168 {LLCC_AUDHW, 22, 1024, 1, 1, 0x00FF, 0x0, 0, 0, 0, 0, 0, 0, 0}, 170 {LLCC_APTCM, 30, 1024, 3, 1, 0x0, 0xF0, 1, 0, 0, 1, 0, 0, 0}, 197 { LLCC_AUDIO, 6, 1024, 1, 1, 0xfff, 0x0, 0, 0, 0, 1, 0 }, 200 { LLCC_MODHW, 9, 1024, 1, 1, 0xfff, 0x0, 0, 0, 0, 1, 0 }, [all …]
|
/linux/tools/mm/ |
H A D | thp_swap_allocator_test.c | 35 #define MEMSIZE_MTHP (60 * 1024 * 1024) 36 #define MEMSIZE_SMALLFOLIO (4 * 1024 * 1024) 37 #define ALIGNMENT_MTHP (64 * 1024) 38 #define ALIGNMENT_SMALLFOLIO (4 * 1024) 39 #define TOTAL_DONTNEED_MTHP (16 * 1024 * 1024) 40 #define TOTAL_DONTNEED_SMALLFOLIO (1 * 1024 * 1024) 41 #define MTHP_FOLIO_SIZE (64 * 1024)
|