Home
last modified time | relevance | path

Searched refs:FNCPY_ALIGN (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/arm/include/asm/
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))); \
/linux-6.1.9/arch/arm/mach-omap1/
Dsram-init.c53 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()
/linux-6.1.9/arch/arm/mach-omap2/
Dsram.c75 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()
/linux-6.1.9/drivers/soc/bcm/brcmstb/pm/
Dpm-arm.c358 unsigned int size = ALIGN(len, FNCPY_ALIGN); in brcmstb_pm_copy_to_sram()