Searched refs:SZ_64 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/firmware/ |
D | qcom_scm.c | 466 ptr_sz = ALIGN(src_sz, SZ_64) + ALIGN(mem_to_map_sz, SZ_64) + in qcom_scm_assign_mem() 467 ALIGN(dest_sz, SZ_64); in qcom_scm_assign_mem() 482 mem_to_map = ptr + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem() 483 mem_to_map_phys = ptr_phys + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem() 489 destvm = ptr + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem() 490 dest_phys = ptr_phys + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem() 501 dma_free_coherent(__scm->dev, ALIGN(ptr_sz, SZ_64), ptr, ptr_phys); in qcom_scm_assign_mem()
|
/Linux-v4.19/arch/arm/mach-tegra/ |
D | iomap.h | 41 #define TEGRA_TMRUS_SIZE SZ_64 65 #define TEGRA_UARTA_SIZE SZ_64 68 #define TEGRA_UARTB_SIZE SZ_64
|
/Linux-v4.19/include/linux/ |
D | sizes.h | 19 #define SZ_64 0x00000040 macro
|
/Linux-v4.19/arch/arm64/kernel/ |
D | insn.c | 1015 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_add_sub_shifted_reg() 1221 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_logical_shifted_reg()
|