| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_rogue_heap_config.h | 62 #define ROGUE_PDSCODEDATA_HEAP_SIZE SZ_4G 80 #define ROGUE_USCCODE_HEAP_SIZE SZ_4G
|
| /linux/arch/loongarch/include/asm/ |
| H A D | crash_reserve.h | 7 #define CRASH_ADDR_LOW_MAX SZ_4G
|
| /linux/kernel/bpf/ |
| H A D | arena.c | 43 #define KERN_VM_SZ (SZ_4G + GUARD_SZ) 118 if (vm_range > SZ_4G) in arena_map_alloc() 324 if (len > SZ_4G) in arena_get_unmapped_area() 345 return round_up(ret, SZ_4G); in arena_get_unmapped_area() 369 if (WARN_ON_ONCE(vma->vm_end - vma->vm_start > SZ_4G || vma->vm_pgoff)) in arena_map_mmap()
|
| /linux/arch/x86/include/asm/ |
| H A D | crash_reserve.h | 27 # define CRASH_ADDR_LOW_MAX SZ_4G
|
| /linux/tools/include/linux/ |
| H A D | sizes.h | 46 #define SZ_4G _AC(0x100000000, ULL) macro
|
| /linux/drivers/soc/sunxi/ |
| H A D | sunxi_mbus.c | 88 ret = dma_direct_set_offset(dev, PHYS_OFFSET, 0, SZ_4G); in sunxi_mbus_notifier()
|
| /linux/include/linux/ |
| H A D | crash_reserve.h | 48 #define CRASH_ADDR_LOW_MAX SZ_4G
|
| /linux/arch/x86/kernel/ |
| H A D | shstk.c | 132 return PAGE_ALIGN(min_t(unsigned long long, rlimit(RLIMIT_STACK), SZ_4G)); in adjust_shstk_size() 560 if (addr && addr < SZ_4G) in SYSCALL_DEFINE3()
|
| H A D | kvm.c | 962 .mask_lo = (u32)(~(SZ_4G - tolud - 1)) | MTRR_PHYSMASK_V, in kvm_init_platform()
|
| /linux/arch/powerpc/kernel/ |
| H A D | setup_64.c | 798 if (firmware_has_feature(FW_FEATURE_LPAR) && mce_limit > SZ_4G) in emergency_stack_init() 799 mce_limit = SZ_4G; in emergency_stack_init()
|
| /linux/drivers/iommu/ |
| H A D | mtk_iommu.c | 347 #define MTK_IOMMU_IOVA_SZ_4G (SZ_4G - SZ_8M) /* 8M as gap */ 363 { .iova_base = SZ_4G, .size = SZ_4G * 3}, /* APU VPU */ 370 { .iova_base = SZ_4G, .size = MTK_IOMMU_IOVA_SZ_4G}, /* 4G ~ 8G */ 371 { .iova_base = SZ_4G * 2, .size = MTK_IOMMU_IOVA_SZ_4G}, /* 8G ~ 12G */ 372 { .iova_base = SZ_4G * 3, .size = MTK_IOMMU_IOVA_SZ_4G}, /* 12G ~ 16G */
|
| /linux/drivers/base/ |
| H A D | arch_numa.c | 353 return memblock_start_of_DRAM() + SZ_4G; in numa_emu_dma_end()
|
| /linux/fs/btrfs/tests/ |
| H A D | extent-map-tests.c | 1027 map->start = SZ_4G; in test_rmap_block() 1109 .mapped_logical= {SZ_4G + SZ_4M} in btrfs_test_extent_map() 1119 .physical_start = SZ_4G, in btrfs_test_extent_map()
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | mmu_stress_test.c | 281 const uint64_t start_gpa = SZ_4G; in main()
|
| H A D | guest_memfd_test.c | 428 const uint64_t gpa = SZ_4G; in test_guest_memfd_guest()
|
| /linux/mm/ |
| H A D | cma.c | 394 if (!memblock_bottom_up() && limit >= SZ_4G + size) { in cma_alloc_mem() 396 addr = memblock_alloc_range_nid(size, align, SZ_4G, limit, in cma_alloc_mem()
|
| H A D | mm_init.c | 415 if (usable_startpfn < PHYS_PFN(SZ_4G)) { in find_zone_movable_pfns_for_nodes()
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | ndtest.c | 949 if (gen_pool_add(ndtest_pool, SZ_4G, SZ_4G, NUMA_NO_NODE)) { in ndtest_init()
|
| H A D | nfit.c | 3296 if (gen_pool_add(nfit_pool, SZ_4G, SZ_4G, NUMA_NO_NODE)) { in nfit_test_init()
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | adreno_gpu.c | 239 return SZ_4G; in adreno_private_vm_size() 242 return SZ_4G; in adreno_private_vm_size()
|
| /linux/arch/mips/kernel/ |
| H A D | smp-cps.c | 172 end = SZ_4G - 1; in allocate_cps_vecs()
|
| /linux/drivers/pci/controller/plda/ |
| H A D | pcie-microchip-host.c | 684 mc_pcie_setup_inbound_atr(port, 0, 0, 0, SZ_4G); in mc_pcie_setup_inbound_ranges()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 1420 user_va_range = full_va_range > SZ_4G ? in panthor_vm_create_get_user_va_range() 2309 va_range = SZ_4G; in panthor_vm_create()
|
| H A D | panthor_fw.c | 1467 0, SZ_4G, in panthor_fw_init()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | pci-ioda.c | 1427 res_end = min(window_size, SZ_4G) >> tbl->it_page_shift; in pnv_pci_ioda2_setup_default_config()
|