Home
last modified time | relevance | path

Searched refs:GRU_CB_BASE (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/misc/sgi-gru/
Dgruhandles.h83 #define GRU_CB_BASE 0 macro
84 #define GRU_CB_LIMIT (GRU_CB_BASE + GRU_HANDLE_STRIDE * GRU_NUM_CBE)
109 GRU_CB_BASE + GRU_HANDLE_STRIDE * line); in get_gseg_base_address_cb()
151 return (((unsigned long)cb - GRU_CB_BASE) % GRU_GSEG_PAGESIZE) / in get_cb_number()
Dgru.h27 #define GRU_CB_BASE 0 macro
Dgrukdump.c54 cb = gseg + GRU_CB_BASE; in gru_dump_context_data()
Dgrumain.c500 cb = gseg + GRU_CB_BASE; in gru_load_context_data()
535 cb = gseg + GRU_CB_BASE; in gru_unload_context_data()
Dgru_instructions.h714 return gseg + GRU_CB_BASE + index * GRU_HANDLE_STRIDE; in gru_get_cb_pointer()