Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/sgi-gru/
Dgruhandles.h70 #define GRU_CB_BASE 0 macro
71 #define GRU_CB_LIMIT (GRU_CB_BASE + GRU_HANDLE_STRIDE * GRU_NUM_CBE)
96 GRU_CB_BASE + GRU_HANDLE_STRIDE * line); in get_gseg_base_address_cb()
138 return (((unsigned long)cb - GRU_CB_BASE) % GRU_GSEG_PAGESIZE) / in get_cb_number()
Dgru.h27 #define GRU_CB_BASE 0 macro
Dgrukdump.c44 cb = gseg + GRU_CB_BASE; in gru_dump_context_data()
Dgrumain.c488 cb = gseg + GRU_CB_BASE; in gru_load_context_data()
523 cb = gseg + GRU_CB_BASE; in gru_unload_context_data()
Dgru_instructions.h715 return gseg + GRU_CB_BASE + index * GRU_HANDLE_STRIDE; in gru_get_cb_pointer()