Home
last modified time | relevance | path

Searched refs:SZ_64 (Results 1 – 14 of 14) sorted by relevance

/linux/arch/arm/mach-tegra/
H A Diomap.h32 #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 Dalloc_helpers_api.c155 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 Dalloc_nid_api.c314 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 Dalloc_exact_nid_api.c263 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 Dalloc_api.c270 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 Dbasic_api.c441 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 Dsizes.h16 #define SZ_64 0x00000040 macro
/linux/drivers/pcmcia/
H A Domap_cf.c206 struct resource iospace = DEFINE_RES_IO(SZ_64, SZ_4K); in omap_cf_probe()
/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c646 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_GGTT, SZ_64, false); in xe_eu_stall_data_buf_alloc()
652 XE_WARN_ON(!IS_ALIGNED(xe_bo_ggtt_addr(bo), SZ_64)); in xe_eu_stall_data_buf_alloc()
H A Dxe_gt_sriov_pf_migration.c50 drm_print_hex_dump(&p, "mig_data: ", data->vaddr, min(SZ_64, data->hdr.size)); in pf_dump_mig_data()
H A Dxe_bo.c3632 err = drm_mode_size_dumb(dev, args, SZ_64, page_size); in xe_bo_dumb_create()
/linux/drivers/gpu/drm/meson/
H A Dmeson_drv.c89 args->pitch = ALIGN(DIV_ROUND_UP(args->width * args->bpp, 8), SZ_64); in meson_dumb_create()
/linux/arch/arm64/lib/
H A Dinsn.c968 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_add_sub_shifted_reg()
1174 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_logical_shifted_reg()
/linux/drivers/soc/qcom/
H A Dllcc-qcom.c57 #define LLCC_V6_TRP_ATTR0_CFGn(n) (cfg->reg_offset[LLCC_TRP_ATTR0_CFG] + SZ_64 * (n))
58 #define LLCC_V6_TRP_ATTR1_CFGn(n) (cfg->reg_offset[LLCC_TRP_ATTR1_CFG] + SZ_64 * (n))
59 #define LLCC_V6_TRP_ATTR2_CFGn(n) (cfg->reg_offset[LLCC_TRP_ATTR2_CFG] + SZ_64 * (n))
60 #define LLCC_V6_TRP_ATTR3_CFGn(n) (cfg->reg_offset[LLCC_TRP_ATTR3_CFG] + SZ_64 * (n))