Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Dfncpy.h69 #define FNCPY_ALIGN 8 macro
81 BUG_ON((uintptr_t)(dest_buf) & (FNCPY_ALIGN - 1) || \
82 (__funcp_address & ~(uintptr_t)1 & (FNCPY_ALIGN - 1))); \
/Linux-v4.19/arch/arm/plat-omap/
Dsram.c58 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()
/Linux-v4.19/drivers/soc/bcm/brcmstb/pm/
Dpm-arm.c364 unsigned int size = ALIGN(len, FNCPY_ALIGN); in brcmstb_pm_copy_to_sram()