Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-gru/
H A Dgruhandles.h26 #define GRU_NUM_CBE 128 macro
31 #define GRU_NUM_USER_CBR GRU_NUM_CBE
58 #define GRU_CBR_AU (GRU_NUM_CBE / GRU_CBR_AU_SIZE)
71 #define GRU_CB_LIMIT (GRU_CB_BASE + GRU_HANDLE_STRIDE * GRU_NUM_CBE)
172 unsigned long fault_bits[BITS_TO_LONGS(GRU_NUM_CBE)];
174 unsigned long done_bits[BITS_TO_LONGS(GRU_NUM_CBE)];
H A Dgruprocfs.c202 GRU_NUM_CBE - cbrfree, GRU_NUM_DSR_BYTES - dsrfree, in gru_seq_show()
H A Dgrutables.h525 for_each_set_bit((i), (map), GRU_NUM_CBE)
H A Dgrufault.c150 for (i = 0; i < BITS_TO_LONGS(GRU_NUM_CBE); i++) { in get_clear_fault_map()