Searched refs:__ALIGNED__ (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/tty/hvc/
H A Dhvsi.c56 #define __ALIGNED__ __attribute__((__aligned__(sizeof(long)))) macro
282 struct hvsi_query_response packet __ALIGNED__; local
542 struct hvsi_query packet __ALIGNED__; local
585 struct hvsi_control packet __ALIGNED__; local
611 uint8_t buf[HVSI_MAX_READ] __ALIGNED__; local
666 struct hvsi_data packet __ALIGNED__; local
686 struct hvsi_control packet __ALIGNED__; local
1101 char c[HVSI_MAX_OUTGOING_DATA] __ALIGNED__; local
H A Dhvc_console.c52 #define __ALIGNED__ __attribute__((__aligned__(L1_CACHE_BYTES))) macro
154 char c[N_OUTBUF] __ALIGNED__; local
636 char buf[N_INBUF] __ALIGNED__; local
H A Dhvcs.c158 * by casting char[16] to long[2]. It would work without __ALIGNED__, but a
162 #define __ALIGNED__ __attribute__((__aligned__(8))) macro
559 char buf[HVCS_BUFF_LEN] __ALIGNED__; local

Completed in 151 milliseconds