Home
last modified time | relevance | path

Searched refs:FNCPY_ALIGN (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dfncpy.h57 #define FNCPY_ALIGN 8 macro
69 BUG_ON((uintptr_t)(dest_buf) & (FNCPY_ALIGN - 1) || \
70 (__funcp_address & ~(uintptr_t)1 & (FNCPY_ALIGN - 1))); \
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dfncpy.h57 #define FNCPY_ALIGN 8 macro
69 BUG_ON((uintptr_t)(dest_buf) & (FNCPY_ALIGN - 1) || \
70 (__funcp_address & ~(uintptr_t)1 & (FNCPY_ALIGN - 1))); \
/kernel/linux/linux-5.10/arch/arm/plat-omap/
H A Dsram.c55 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dsram-init.c53 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dsram.c75 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()
/kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/pm/
H A Dpm-arm.c356 unsigned int size = ALIGN(len, FNCPY_ALIGN); in brcmstb_pm_copy_to_sram()

Completed in 3 milliseconds