Lines Matching refs:GRU_CACHE_LINE_BYTES
106 GRU_CACHE_LINE_BYTES)
113 __attribute__((__aligned__(GRU_CACHE_LINE_BYTES)))
543 struct message_header *mhdr = p + GRU_CACHE_LINE_BYTES; in get_present2()
549 struct message_header *mhdr = p + GRU_CACHE_LINE_BYTES; in restore_present2()
563 qlines = bytes / GRU_CACHE_LINE_BYTES - 2; in gru_create_message_queue()
566 mq->start2 = &mq->data + (qlines / 2 - 1) * GRU_CACHE_LINE_BYTES; in gru_create_message_queue()
568 mq->limit = &mq->data + (qlines - 2) * GRU_CACHE_LINE_BYTES; in gru_create_message_queue()
817 BUG_ON(bytes < sizeof(int) || bytes > 2 * GRU_CACHE_LINE_BYTES); in gru_send_message_gpa()
819 clines = DIV_ROUND_UP(bytes, GRU_CACHE_LINE_BYTES); in gru_send_message_gpa()
862 next = pnext + GRU_CACHE_LINE_BYTES * lines; in gru_free_message()
970 if (gru_get_cpu_resources(GRU_CACHE_LINE_BYTES, &cb, &dsr)) in quicktest0()
1012 char mes[GRU_CACHE_LINE_BYTES], *m; in quicktest1()
1021 gru_create_message_queue(&mqd, mq, 8 * GRU_CACHE_LINE_BYTES, 0, 0, 0); in quicktest1()