Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mach-tegra/
A Diomap.h32 #define TEGRA_TMRUS_SIZE SZ_64
56 #define TEGRA_UARTA_SIZE SZ_64
59 #define TEGRA_UARTB_SIZE SZ_64
/linux-6.3-rc2/tools/testing/memblock/tests/
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()
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()
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()
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()
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-6.3-rc2/drivers/firmware/
A Dqcom_scm.c930 ptr_sz = ALIGN(src_sz, SZ_64) + ALIGN(mem_to_map_sz, SZ_64) + in qcom_scm_assign_mem()
931 ALIGN(dest_sz, SZ_64); in qcom_scm_assign_mem()
944 mem_to_map = ptr + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem()
945 mem_to_map_phys = ptr_phys + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem()
951 destvm = ptr + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem()
952 dest_phys = ptr_phys + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem()
/linux-6.3-rc2/tools/include/linux/
A Dsizes.h16 #define SZ_64 0x00000040 macro
/linux-6.3-rc2/include/linux/
A Dsizes.h16 #define SZ_64 0x00000040 macro
/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/
A Dfuneth.h15 #define ADMIN_CQE_SIZE SZ_64
/linux-6.3-rc2/drivers/spi/
A Dspi-fsl-qspi.c211 .txfifo = SZ_64,
249 .txfifo = SZ_64,
258 .txfifo = SZ_64,
A Dspi-mtk-snfi.c1471 ret = mtk_snand_setup_pagefmt(ms, SZ_2K, SZ_64); in mtk_snand_probe()
/linux-6.3-rc2/drivers/pcmcia/
A Domap_cf.c206 struct resource iospace = DEFINE_RES_IO(SZ_64, SZ_4K); in omap_cf_probe()
/linux-6.3-rc2/drivers/gpu/drm/meson/
A Dmeson_drv.c87 args->pitch = ALIGN(DIV_ROUND_UP(args->width * args->bpp, 8), SZ_64); in meson_dumb_create()
/linux-6.3-rc2/arch/arm64/lib/
A Dinsn.c932 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_add_sub_shifted_reg()
1138 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_logical_shifted_reg()

Completed in 33 milliseconds