Home
last modified time | relevance | path

Searched refs:COVER (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/unisys/include/
Diochannel.h576 #define SIZEOF_PROTOCOL (COVER(sizeof(struct spar_io_channel_protocol), 64))
577 #define SIZEOF_CMDRSP (COVER(sizeof(struct uiscmdrsp), 64))
579 #define MIN_IO_CHANNEL_SIZE COVER(SIZEOF_PROTOCOL + \
Dchannel.h47 #ifndef COVER
48 #define COVER(v, d) ((d) * COVERQ(v, d)) macro
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvbuschannel.h89 #define VBUS_CH_SIZE(MAXDEVICES) COVER(VBUS_CH_SIZE_EXACT(MAXDEVICES), 4096)
/linux-4.4.14/arch/ia64/kernel/
Dminstate.h248 #define SAVE_MIN_WITH_COVER DO_SAVE_MIN(COVER, mov r30=cr.ifs, , RSE_WORKAROUND)
249 #define SAVE_MIN_WITH_COVER_R19 DO_SAVE_MIN(COVER, mov r30=cr.ifs, mov r15=r19, RSE_WORKAROUND)
Dentry.S803 COVER // B add current frame into dirty partition & set cr.ifs
1019 COVER // add current frame into dirty partition and set cr.ifs
/linux-4.4.14/arch/ia64/include/asm/native/
Dinst.h129 #define COVER \ macro