/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/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/include/linux/ |
H A D | crash_reserve.h | 29 #define CRASH_ADDR_LOW_MAX SZ_4G
|
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/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() 520 if (addr && addr < SZ_4G) in SYSCALL_DEFINE3()
|
/linux/mm/ |
H A D | cma.c | 336 if (!memblock_bottom_up() && memblock_end >= SZ_4G + size) { in cma_declare_contiguous_nid() 338 addr = memblock_alloc_range_nid(size, alignment, SZ_4G, in cma_declare_contiguous_nid()
|
H A D | mm_init.c | 398 if (usable_startpfn < PHYS_PFN(SZ_4G)) { in find_zone_movable_pfns_for_nodes()
|
/linux/fs/btrfs/tests/ |
H A D | extent-map-tests.c | 1027 map->start = SZ_4G; in test_rmap_block() 1107 .mapped_logical= {SZ_4G + SZ_4M} in btrfs_test_extent_map() 1117 .physical_start = SZ_4G, in btrfs_test_extent_map()
|
/linux/tools/testing/selftests/kvm/ |
H A D | max_guest_memory_test.c | 161 const uint64_t start_gpa = SZ_4G; in main()
|
/linux/drivers/iommu/ |
H A D | mtk_iommu.c | 341 #define MTK_IOMMU_IOVA_SZ_4G (SZ_4G - SZ_8M) /* 8M as gap */ 355 { .iova_base = SZ_4G, .size = MTK_IOMMU_IOVA_SZ_4G}, /* 4G ~ 8G */ 356 { .iova_base = SZ_4G * 2, .size = MTK_IOMMU_IOVA_SZ_4G}, /* 8G ~ 12G */ 357 { .iova_base = SZ_4G * 3, .size = MTK_IOMMU_IOVA_SZ_4G}, /* 12G ~ 16G */
|
/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_mmu.c | 590 #define PFN_4G (SZ_4G >> PAGE_SHIFT) 628 drm_mm_init(&mmu->mm, SZ_32M >> PAGE_SHIFT, (SZ_4G - SZ_32M) >> PAGE_SHIFT); in panfrost_mmu_ctx_create()
|
/linux/tools/testing/nvdimm/test/ |
H A D | ndtest.c | 938 if (gen_pool_add(ndtest_pool, SZ_4G, SZ_4G, NUMA_NO_NODE)) { in ndtest_init()
|
H A D | nfit.c | 3291 if (gen_pool_add(nfit_pool, SZ_4G, SZ_4G, NUMA_NO_NODE)) { in nfit_test_init()
|
/linux/drivers/edac/ |
H A D | pnd2_edac.c | 591 return (sys < SZ_4G) ? sys : sys - (SZ_4G - top_lm); in remove_mmio_gap() 647 (addr >= top_lm && addr < SZ_4G) || addr >= top_hm) { in sys2pmi()
|
/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence-host.c | 247 if (size + cpu_addr >= SZ_4G) { in cdns_pcie_host_bar_ib_config()
|
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_mmu.c | 1452 user_va_range = full_va_range > SZ_4G ? in panthor_vm_create_get_user_va_range() 2295 va_range = SZ_4G; in panthor_vm_create()
|
H A D | panthor_fw.c | 1392 0, SZ_4G, in panthor_fw_init()
|
/linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware.c | 841 pci->region_limit = (max << 32) | (SZ_4G - 1); in dw_pcie_iatu_detect()
|
/linux/drivers/gpu/drm/msm/adreno/ |
H A D | adreno_gpu.c | 246 return SZ_4G; in adreno_private_address_space_size()
|
/linux/drivers/gpu/drm/i915/selftests/ |
H A D | intel_memory_region.c | 386 size = (SZ_4G - 1) & PAGE_MASK; in igt_mock_splintered_region()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_ggtt.c | 778 #define GUC_TOP_RESERVE_SIZE (SZ_4G - GUC_GGTT_TOP)
|
/linux/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda.c | 1429 res_end = min(window_size, SZ_4G) >> tbl->it_page_shift; in pnv_pci_ioda2_setup_default_config()
|