Searched refs:SZ_64 (Results 1 – 15 of 15) sorted by relevance
| /linux/arch/arm/mach-tegra/ |
| H A D | iomap.h | 32 #define TEGRA_TMRUS_SIZE SZ_64 56 #define TEGRA_UARTA_SIZE SZ_64 59 #define TEGRA_UARTB_SIZE SZ_64
|
| /linux/tools/testing/memblock/tests/ |
| H A D | alloc_helpers_api.c | 155 phys_addr_t r1_size = SZ_64; in alloc_from_top_down_no_space_above_check() 192 phys_addr_t r1_size = SZ_64; in alloc_from_top_down_min_addr_cap_check() 280 phys_addr_t r1_size = SZ_64; in alloc_from_bottom_up_no_space_above_check() 316 phys_addr_t r1_size = SZ_64; in alloc_from_bottom_up_min_addr_cap_check()
|
| H A D | alloc_nid_api.c | 314 phys_addr_t r2_size = SZ_64; in alloc_nid_min_reserved_generic_check() 365 phys_addr_t r1_size = SZ_64; in alloc_nid_max_reserved_generic_check() 420 phys_addr_t r3_size = SZ_64; in alloc_nid_top_down_reserved_with_space_check() 484 phys_addr_t r3_size = SZ_64; in alloc_nid_reserved_full_merge_generic_check() 893 phys_addr_t r3_size = SZ_64; in alloc_nid_bottom_up_reserved_with_space_check() 1698 phys_addr_t size = SZ_64; in alloc_nid_top_down_numa_no_overlap_low_check() 1754 phys_addr_t size = SZ_64; in alloc_nid_top_down_numa_no_overlap_high_check() 2246 phys_addr_t size = SZ_64; in alloc_nid_bottom_up_numa_no_overlap_low_check() 2302 phys_addr_t size = SZ_64; in alloc_nid_bottom_up_numa_no_overlap_high_check()
|
| H A D | alloc_exact_nid_api.c | 263 phys_addr_t size = SZ_64; in alloc_exact_nid_top_down_numa_no_overlap_low_check() 534 phys_addr_t size = SZ_64; in alloc_exact_nid_bottom_up_numa_no_overlap_low_check() 757 phys_addr_t size = SZ_64; in alloc_exact_nid_numa_no_overlap_high_generic_check()
|
| H A D | alloc_api.c | 270 phys_addr_t r3_size = SZ_64; in alloc_in_between_generic_check() 654 r1.size = SZ_64; in alloc_bottom_up_after_check()
|
| H A D | basic_api.c | 441 phys_addr_t base, size = SZ_64; in memblock_add_many_check() 442 phys_addr_t gap_size = SZ_64; in memblock_add_many_check()
|
| /linux/tools/include/linux/ |
| H A D | sizes.h | 16 #define SZ_64 0x00000040 macro
|
| /linux/drivers/firmware/qcom/ |
| H A D | qcom_scm.c | 1367 ptr_sz = ALIGN(src_sz, SZ_64) + ALIGN(mem_to_map_sz, SZ_64) + in qcom_scm_assign_mem() 1368 ALIGN(dest_sz, SZ_64); in qcom_scm_assign_mem() 1386 mem_to_map = ptr + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem() 1387 mem_to_map_phys = ptr_phys + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem() 1393 destvm = ptr + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem() 1394 dest_phys = ptr_phys + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem()
|
| /linux/arch/riscv/kvm/ |
| H A D | vcpu_sbi_sta.c | 100 if (shmem_phys_lo & (SZ_64 - 1)) in kvm_sbi_sta_steal_time_set_shmem()
|
| /linux/drivers/pcmcia/ |
| H A D | omap_cf.c | 206 struct resource iospace = DEFINE_RES_IO(SZ_64, SZ_4K); in omap_cf_probe()
|
| /linux/drivers/gpu/drm/meson/ |
| H A D | meson_drv.c | 89 args->pitch = ALIGN(DIV_ROUND_UP(args->width * args->bpp, 8), SZ_64); in meson_dumb_create()
|
| /linux/arch/arm64/lib/ |
| H A D | insn.c | 968 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_add_sub_shifted_reg() 1234 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_logical_shifted_reg()
|
| /linux/drivers/cxl/ |
| H A D | cxl.h | 163 #define CXL_HEADERLOG_SIZE SZ_64
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_pf_migration.c | 50 drm_print_hex_dump(&p, "mig_data: ", data->vaddr, min(SZ_64, data->hdr.size)); in pf_dump_mig_data()
|
| /linux/drivers/spi/ |
| H A D | spi-mtk-snfi.c | 1435 ret = mtk_snand_setup_pagefmt(ms, SZ_2K, SZ_64); in mtk_snand_probe()
|